llvm-project/lldb/source
Andrew MacPherson 17220c1886 Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
llvm-svn: 202956
2014-03-05 10:12:43 +00:00
..
API "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
Breakpoint Fix a couple of typo's in breakpoint descriptions. 2014-03-04 03:09:00 +00:00
Commands Stop messages from being emitted out of order when detaching. 2014-03-03 20:29:02 +00:00
Core Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
DataFormatters Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
Expression Hardened against reads in the IRMemoryMap that 2014-03-04 21:56:11 +00:00
Host Check if the terminal is interactive and set the flags accordingly 2014-03-03 15:53:37 +00:00
Interpreter "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
Plugins Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
Symbol "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
Target Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
Utility Extends StringExtractorGDBRemote to support debugger packets. 2013-12-05 19:25:45 +00:00
CMakeLists.txt Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
lldb.cpp Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00