llvm-project/lldb/source
Greg Clayton 906ba47143 <rdar://problem/11109570>
The first part of the fix for having LLDB handle LTO debugging when the DWARF is in the .o files. This part separates the object file's modules into a separate cache map that maps unique C strings for the N_OSO path to the ModuleSP since one object file might be mentioned more than once in LTO binaries.

llvm-svn: 174476
2013-02-06 00:38:25 +00:00
..
API <rdar://problem/13092722> 2013-02-01 21:38:35 +00:00
Breakpoint <rdar://problem/9141269> 2013-01-30 00:18:29 +00:00
Commands Change CommandObjectTargetSymbolsAdd to require that a target exists; 2013-02-02 06:00:36 +00:00
Core Moving from std::auto_ptr<char> to std::string for simple string memory management. 2013-02-01 23:59:44 +00:00
DataFormatters <rdar://problem/12953018> 2013-02-04 22:54:42 +00:00
Expression Correct the definition of ObjC's BOOL in our pre-canned set of defines. It's supposed to 2013-02-01 19:33:52 +00:00
Host <rdar://problem/13092722> 2013-02-01 21:38:35 +00:00
Interpreter <rdar://problem/13050227> 2013-02-01 23:33:03 +00:00
Plugins <rdar://problem/11109570> 2013-02-06 00:38:25 +00:00
Symbol <rdar://problem/11109570> 2013-02-06 00:38:25 +00:00
Target Remove the m_images(NULL) hack in the Target ctor now 2013-02-04 23:30:05 +00:00
Utility <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Makefile Actually build DataFormatters dir. Fix for the r173732 fix. 2013-01-29 22:20:20 +00:00
lldb-log.cpp Add an LLDB_LOG_TARGET logging channel (log eanble lldb target). 2012-12-05 00:25:49 +00:00
lldb.cpp Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00