This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-15 12:25:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
47a8a5e9fbdcd4cb042b09bb2bb6d462b6815044
llvm
/
lldb
/
source
History
Ed Maste
47a8a5e9fb
Correct copied error message
...
Patch by Remco Verhoef. llvm-svn: 217312
2014-09-06 11:29:08 +00:00
..
API
Implement ASan history threads in SB API
2014-09-06 01:33:13 +00:00
Breakpoint
…
Commands
Correct copied error message
2014-09-06 11:29:08 +00:00
Core
Start plumbing the type validator logic through to the ValueObjects; allow a ValueObject to have a validator, to update it from the FormatManager, and to retrieve (and cache) the result of the validation
2014-09-05 21:46:22 +00:00
DataFormatters
Add a -V <bool> flag to frame variable/expression that enables execution of type validators. The jury is still out on what the user experience of type validators should be, so for now gate it on a specific flag. The mode I am using is prefix variables that fail to validate with a bang, and then emitting the actual validation error on a separate line. Of course, given the total absence of validators, this should never actually happen to you
2014-09-06 02:20:19 +00:00
Expression
Really fix the LLDB build
2014-09-03 00:40:36 +00:00
Host
Fix MacOSX cmake build for new HostInfoMacOSX file.
2014-09-02 21:10:23 +00:00
Interpreter
Add a -V <bool> flag to frame variable/expression that enables execution of type validators. The jury is still out on what the user experience of type validators should be, so for now gate it on a specific flag. The mode I am using is prefix variables that fail to validate with a bang, and then emitting the actual validation error on a separate line. Of course, given the total absence of validators, this should never actually happen to you
2014-09-06 02:20:19 +00:00
Plugins
Added logging of the POSIX-DYLD rendezvous address (i.e. the info_location address)
2014-09-05 22:28:40 +00:00
Symbol
Copy unwind plan instead of modifying it directly, so "image show-unwind" prints different plans for asynchronous and synchronous.
2014-08-25 23:09:40 +00:00
Target
Implement ASan history threads in SB API
2014-09-06 01:33:13 +00:00
Utility
lldb - Register Context Linux ARM64
2014-08-29 16:01:35 +00:00
CMakeLists.txt
ASan malloc/free history threads
2014-09-04 01:03:18 +00:00
lldb-log.cpp
…
lldb.cpp
ASan malloc/free history threads
2014-09-04 01:03:18 +00:00
Makefile
…