llvm-project/lldb/source
Greg Clayton 3a95b5bce2 Fixed an issue that could cause GetPointeeData() to fail when passing in a non-zero index.
The issue was we had a global variable that was a pointer, and the address type of the children wasn't "load address" when it needed to be. Full details are in the comments of the changes.

<rdar://problem/15107937>

llvm-svn: 224559
2014-12-19 01:28:42 +00:00
..
API Provide CreateValueFromData,Expression at the SBTarget level as well as the SBValue level; and also make all the implenentations agree on using the matching ValueObject::Create instead of doing code copypastas 2014-12-17 21:18:43 +00:00
Breakpoint Fix initialization order to match that of the source. 2014-12-17 22:25:37 +00:00
Commands Fix a format string warning by noting that StringIsBreakpointName 2014-12-17 22:26:32 +00:00
Core Fixed an issue that could cause GetPointeeData() to fail when passing in a non-zero index. 2014-12-19 01:28:42 +00:00
DataFormatters We don't really handle printing embedded NULs in strings, but if we were to, we would need to have this logic inside the StringPrinter. So, add it.. For, you know, one day in the future where we might want to handle embedded NULs in strings... 2014-12-18 19:43:29 +00:00
Expression Added support to the expression parser for finding 2014-12-10 19:23:29 +00:00
Host Only compile RegisterContextWindows_x86.cpp for x86 host architecture. 2014-12-18 18:21:33 +00:00
Interpreter Enhance the Pipe interface for better portability. 2014-12-17 18:02:19 +00:00
Plugins Display local kernel version only when non-remote in PlatformLinux. 2014-12-18 20:24:32 +00:00
Symbol Temporarily disable CompactUnwindInfo::GetCompactUnwindInfoForFunction. 2014-12-16 06:20:30 +00:00
Target Enhance the Pipe interface for better portability. 2014-12-17 18:02:19 +00:00
Utility Added StringExtractor::DecodeHexU8 && GetHexBytesAvail 2014-12-01 22:19:33 +00:00
CMakeLists.txt Disable Editline on Windows. 2014-11-17 21:31:18 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00