..
Block.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
CMakeLists.txt
Convert to UNIX line endings.
2013-09-25 10:37:32 +00:00
ClangASTContext.cpp
cleanup unreferenced functions
2014-03-20 06:08:36 +00:00
ClangASTImporter.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
ClangASTType.cpp
<rdar://problem/12055586>
2014-04-10 00:14:07 +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
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
DWARFCallFrameInfo.cpp
Fixed a bug where CFI data would become corrupted when using remember/restore state instructions.
2013-09-12 23:38:30 +00:00
Declaration.cpp
Allow the built in ValueObject summary providers for C strings
2011-07-10 19:21:23 +00:00
FuncUnwinders.cpp
Fix UnwindAssembly memory leak by defining and using a shared UnwindAssemblySP type.
2014-02-03 23:49:47 +00:00
Function.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
LineEntry.cpp
DWARF says line number 0 is a valid line number - used to indicate a source line that should
2013-09-27 01:15:46 +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
…
ObjectFile.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
Symbol.cpp
Merging the iohandler branch back into main.
2014-01-27 23:43:24 +00:00
SymbolContext.cpp
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed.
2014-03-03 19:15:20 +00:00
SymbolFile.cpp
Cleanup on the unified section list changes. Main changes are:
2013-07-10 01:23:25 +00:00
SymbolVendor.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
Symtab.cpp
cleanup unreferenced functions
2014-03-20 06:08:36 +00:00
Type.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
TypeList.cpp
cleanup unreferenced functions
2014-03-20 06:08:36 +00:00
UnwindPlan.cpp
sanitise sign comparisons
2014-04-02 03:51:35 +00:00
UnwindTable.cpp
Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into RegisterContextPOSIX_x86
2013-10-10 00:16:10 +00:00
Variable.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
VariableList.cpp
Restore the ability of SBFrame::FindValue() to look for file global variables
2014-02-19 19:35:13 +00:00
VerifyDecl.cpp
Added VerifyDecl, a function that, when LLDB is
2011-10-26 01:06:27 +00:00