llvm-project/lldb/source
Greg Clayton 62243f8478 Disable JITed code in any processes that use DynamicLoaderStatic.
llvm-svn: 176541
2013-03-06 00:59:41 +00:00
..
API Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. 2013-03-02 00:26:47 +00:00
Breakpoint Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Commands <rdar://problem/13184855> 2013-03-05 23:52:49 +00:00
Core <rdar://problem/13338643> 2013-03-04 21:46:16 +00:00
DataFormatters Optimization of the code-running NSDictionary formatter to skip runtime symbol fetching 2013-02-25 19:44:39 +00:00
Expression <rdar://problem/13338643> 2013-03-04 21:46:16 +00:00
Host Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName(). 2013-02-27 22:51:58 +00:00
Interpreter <rdar://problem/13184855> 2013-03-05 23:52:49 +00:00
Plugins Disable JITed code in any processes that use DynamicLoaderStatic. 2013-03-06 00:59:41 +00:00
Symbol <rdar://problem/13341472> 2013-03-05 23:54:39 +00:00
Target Fix ivar ordering for Process ctor to match the order they're 2013-03-05 03:33:59 +00:00
Utility Update CMake lists of sources to include files added in r175787 and r175323 2013-02-21 21:16:52 +00:00
CMakeLists.txt Fix Ninja LLDB build on Linux (via cmake -G Ninja) 2013-03-05 21:59:12 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp <rdar://problem/13159777> 2013-02-06 17:22:03 +00:00
lldb.cpp Made lldb.cpp build with clang 5.0. 2013-02-28 18:09:18 +00:00