.. |
Block.cpp
|
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules:
|
2013-04-29 17:25:54 +00:00 |
CMakeLists.txt
|
Adding CMake build system to LLDB. Some known issues remain:
|
2013-02-21 20:58:22 +00:00 |
ClangASTContext.cpp
|
Fixed a crasher that I encountered when looking up a virtual base class offset.
|
2013-06-20 01:24:52 +00:00 |
ClangASTImporter.cpp
|
Fixed the way ClangASTImporter deports types from
|
2013-03-30 02:31:21 +00:00 |
ClangASTType.cpp
|
Implemented a types.py module that allows types to be inspected for padding.
|
2013-06-19 21:50:28 +00:00 |
ClangExternalASTSourceCallbacks.cpp
|
Made LLDB build with the latest Clang. This meant
|
2013-02-12 08:01:13 +00:00 |
ClangExternalASTSourceCommon.cpp
|
Don't use a "uintptr_t" for the metadata key, use a "void *". This removes all of the casts that were being used and cleans the code up a bit. Also added the ability to dump the metadata.
|
2013-03-27 01:48:02 +00:00 |
ClangNamespaceDecl.cpp
|
Added a packet history object to the GDBRemoteCommunication class that is always remembering the last 512 packets that were sent/received. These packets get dumped if logging gets enabled, or when the new expr lldb::DumpProcessGDBRemotePacketHistory (void *process, const char *log_file_path) global function is called.
|
2012-04-09 22:46:21 +00:00 |
CompileUnit.cpp
|
Resolve printf formatting warnings on Linux:
|
2012-11-29 21:49:15 +00:00 |
DWARFCallFrameInfo.cpp
|
<rdar://problem/13521159>
|
2013-03-27 23:08:40 +00:00 |
Declaration.cpp
|
Allow the built in ValueObject summary providers for C strings
|
2011-07-10 19:21:23 +00:00 |
FuncUnwinders.cpp
|
Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++.
|
2013-04-18 18:10:51 +00:00 |
Function.cpp
|
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules:
|
2013-04-29 17:25:54 +00:00 |
LineEntry.cpp
|
<rdar://problem/10103468>
|
2012-02-24 01:59:29 +00:00 |
LineTable.cpp
|
After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11.
|
2013-04-18 22:45:39 +00:00 |
Makefile
|
Merged Eli Friedman's linux build changes where he added Makefile files that
|
2010-07-09 20:39:50 +00:00 |
ObjectFile.cpp
|
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules:
|
2013-04-29 17:25:54 +00:00 |
Symbol.cpp
|
Implemented a types.py module that allows types to be inspected for padding.
|
2013-06-19 21:50:28 +00:00 |
SymbolContext.cpp
|
Huge performance improvements when one breakpoint contains many locations.
|
2013-06-12 00:46:38 +00:00 |
SymbolFile.cpp
|
After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11.
|
2013-04-18 22:45:39 +00:00 |
SymbolVendor.cpp
|
Added the ability to get a list of types from a SBModule or SBCompileUnit. Sebastien Metrot wanted this, and sent a hollowed out patch. I filled in the blanks and did the low level implementation. The new functions are:
|
2013-06-18 22:51:05 +00:00 |
Symtab.cpp
|
Sort out a number of mismatched integer types in order to cut down the number of compiler warnings.
|
2013-06-19 19:04:53 +00:00 |
Type.cpp
|
Added the ability to get a list of types from a SBModule or SBCompileUnit. Sebastien Metrot wanted this, and sent a hollowed out patch. I filled in the blanks and did the low level implementation. The new functions are:
|
2013-06-18 22:51:05 +00:00 |
TypeHierarchyNavigator.cpp
|
Brought LLDB top-of-tree into sync with LLVM/Clang
|
2012-09-24 22:25:51 +00:00 |
TypeList.cpp
|
Added the ability to get a list of types from a SBModule or SBCompileUnit. Sebastien Metrot wanted this, and sent a hollowed out patch. I filled in the blanks and did the low level implementation. The new functions are:
|
2013-06-18 22:51:05 +00:00 |
UnwindPlan.cpp
|
Resolve printf formatting warnings on Linux:
|
2012-11-29 21:49:15 +00:00 |
UnwindTable.cpp
|
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules:
|
2013-04-29 17:25:54 +00:00 |
Variable.cpp
|
Patch from Yacine Belkadi that fixes a typo in an error message.
|
2013-05-20 16:52:10 +00:00 |
VariableList.cpp
|
<rdar://problem/13621080>
|
2013-05-08 20:27:37 +00:00 |
VerifyDecl.cpp
|
Added VerifyDecl, a function that, when LLDB is
|
2011-10-26 01:06:27 +00:00 |