llvm-project/lldb/source
Greg Clayton 4670d47fd0 Added missing SBModuleSpec.cpp file to the CMakeLists.txt
llvm-svn: 185878
2013-07-08 22:37:11 +00:00
..
API Added missing SBModuleSpec.cpp file to the CMakeLists.txt 2013-07-08 22:37:11 +00:00
Breakpoint Don't check for "are there any loaded sections" before trying to resolve a breakpoint site. We've already got a process, 2013-06-28 17:51:33 +00:00
Commands Revert commits that cause broken builds on GCC buildbots 2013-07-03 17:58:31 +00:00
Core Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files). 2013-07-08 22:22:41 +00:00
DataFormatters Remove the #define USE_CACHE since the formatters cache has been operational for a while now and has not caused issues that warrant disabling it 2013-06-26 01:03:38 +00:00
Expression Import the builtin type prefix before we import the user expression prefix so that the user expression prefix can use the uint, int, size_t, and other types without having to define them. 2013-07-03 00:07:54 +00:00
Host Fix build with LLVM_DISABLE_PYTHON 2013-07-02 19:30:52 +00:00
Interpreter Revert commits that cause broken builds on GCC buildbots 2013-07-03 17:58:31 +00:00
Plugins Pass tid through to ptrace operations 2013-07-04 21:47:32 +00:00
Symbol Symbol prologue code checks if funciton lines up with symbol and uses function prologue code with line info if so. 2013-07-03 16:35:41 +00:00
Target Mark the "step over single instruction" plan private in the StopInfoWatchpoint::PerformAction to 2013-07-02 21:12:44 +00:00
Utility Add new files to CMakeLists.txt to fix cmake build error. 2013-06-17 23:07:22 +00:00
CMakeLists.txt Split symbol support for ELF and Linux. 2013-07-01 19:45:50 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp Don't compare 4 characters on a 2 character string. 2013-05-22 23:36:10 +00:00
lldb.cpp Split symbol support for ELF and Linux. 2013-07-01 19:45:50 +00:00