hanchenye-llvm-project/lldb/source
Greg Clayton 453194664d Cleaned up the dynamic library open/getsymbol/close code to use abstracted
flags such that symbols can be searched for within a shared library if desired.
Platforms that support the RTLD_FIRST flag can still take advantage of their
quicker lookups, and other platforms can still get the same fucntionality
with a little extra work.

Also changed LLDB_CONFIG flags over to either being defined, or not being
defined to stay in line with current open source practices and to prepare for
using autoconf or cmake to configure LLDB builds.

llvm-svn: 125064
2011-02-08 00:35:34 +00:00
..
API Added a SBListener parameter to Launch and attach calls to avoid a race 2011-02-03 21:28:34 +00:00
Breakpoint Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint 2011-02-05 00:38:04 +00:00
Commands Cleaned up the dynamic library open/getsymbol/close code to use abstracted 2011-02-08 00:35:34 +00:00
Core Cleaned up the dynamic library open/getsymbol/close code to use abstracted 2011-02-08 00:35:34 +00:00
Expression Fixed an excessive ctor issue. Patch from Kirk Beitz / Jai Menon. 2011-02-05 02:28:58 +00:00
Host Cleaned up the dynamic library open/getsymbol/close code to use abstracted 2011-02-08 00:35:34 +00:00
Interpreter Abtract terminal stuff into a new lldb_private::Terminal class 2011-02-07 23:24:47 +00:00
Plugins Add implementation for EmulateInstructionARM::EmulateB() and fixed two typos in g_thumb_opcodes 2011-02-08 00:06:35 +00:00
Symbol Modified the PluginManager to be ready for loading plug-ins from a system 2011-02-02 02:24:04 +00:00
Target Added a quicker lookup in the SectionLoadList when looking things up by 2011-02-05 02:25:06 +00:00
Utility Thread safety changes in debugserver and also in the process GDB remote plugin. 2011-01-18 19:36:39 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Patch to remove uses of non-standard strcasestr and replace then with 2011-02-04 18:55:41 +00:00
lldb.cpp Modified the PluginManager to be ready for loading plug-ins from a system 2011-02-02 02:24:04 +00:00