llvm-project/lldb/source
Enrico Granata 0aa6926d0b When parsing ObjC types from encoded strings (and disallowing any-type), the ^? combination gets resolved to no type, while we could resolve it to void*
I don't think on any of the platforms where ObjC matters sizeof(T*) depends on T, so even if we never figured out the pointee type, the pointer type should still be sane
This might also allow some limited inspection where previously none was possible, so a win

llvm-svn: 219540
2014-10-10 22:45:38 +00:00
..
API Extend synthetic children to produce synthetic values (as in, those that GetValueAsUnsigned(), GetValueAsCString() would return) 2014-10-08 18:27:36 +00:00
Breakpoint Rework how resetting breakpoints in changed modules works. Try to match up old 2014-09-10 21:40:47 +00:00
Commands Issuing a "type category disable *" command followed by a "type category enable *" command does not honor the order in which categories were previously enabled 2014-10-03 01:48:32 +00:00
Core Add an API on ValueObject to retrieve the desired dynamic/synthetic combination all at once, if available, working somewhat hard to avoid returning an invalid ValueObject in the process 2014-10-09 18:24:30 +00:00
DataFormatters Enhance the libc++ list data formatter so that it does not start looking for loops until asked to actually fetch children. Also, if you're going to read child X, only look for a loop in the first X nodes. Loops further down the road won't really matter. This should speed things up for large lists and fix rdar://18583790 2014-10-09 21:56:30 +00:00
Expression Reverse out r219169 related to quote handling. 2014-10-10 01:11:39 +00:00
Host Correctly fix ScriptInterpreterPython::ExecuteOneLine for windows. 2014-10-09 20:17:53 +00:00
Interpreter Reverse out r219169 related to quote handling. 2014-10-10 01:11:39 +00:00
Plugins When parsing ObjC types from encoded strings (and disallowing any-type), the ^? combination gets resolved to no type, while we could resolve it to void* 2014-10-10 22:45:38 +00:00
Symbol Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections 2014-09-29 08:02:24 +00:00
Target Reverse out r219169 related to quote handling. 2014-10-10 01:11:39 +00:00
Utility Fix the ability of "lldb-platform" to upload files. 2014-09-18 00:20:51 +00:00
CMakeLists.txt Add SBExecutionContext.cpp to this file as well, as the comment 2014-10-01 22:26:52 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp ASan malloc/free history threads 2014-09-04 01:03:18 +00:00