llvm-project/lldb/source/Symbol
Greg Clayton 44d937820b Merging the iohandler branch back into main.
The many many benefits include:
1 - Input/Output/Error streams are now handled as real streams not a push style input
2 - auto completion in python embedded interpreter
3 - multi-line input for "script" and "expression" commands now allow you to edit previous/next lines using up and down arrow keys and this makes multi-line input actually a viable thing to use
4 - it is now possible to use curses to drive LLDB (please try the "gui" command)

We will need to deal with and fix any buildbot failures and tests and arise now that input/output and error are correctly hooked up in all cases.

llvm-svn: 200263
2014-01-27 23:43:24 +00:00
..
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 Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
ClangASTContext.cpp Unblock buildbot. 2013-07-11 23:36:31 +00:00
ClangASTImporter.cpp Implemented the reverse-lookup API in the AST 2013-10-09 22:33:34 +00:00
ClangASTType.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +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 Changed the bool conversion operator on ConstString 2013-10-03 22:27:29 +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
FuncUnwinders.cpp Update RegisterContextLLDB::GetFullUnwindPlanForFrame() to use the architectural- 2013-09-24 02:42:54 +00:00
Function.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +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 <rdar://problem/14496092> 2013-10-21 18:40:51 +00:00
Symbol.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
SymbolContext.cpp Fix the format warnings. 2013-10-31 23:55:19 +00:00
SymbolFile.cpp Cleanup on the unified section list changes. Main changes are: 2013-07-10 01:23:25 +00:00
SymbolVendor.cpp Cleanup on the unified section list changes. Main changes are: 2013-07-10 01:23:25 +00:00
Symtab.cpp Fix the format warnings. 2013-10-31 23:55:19 +00:00
Type.cpp Added the ability to get the type that a typedef points to via: 2014-01-23 21:38:34 +00:00
TypeList.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
UnwindPlan.cpp Fix log message for new invalidation checks in PlanValidAtAddress(). 2013-12-03 21:59:39 +00:00
UnwindTable.cpp Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into RegisterContextPOSIX_x86 2013-10-10 00:16:10 +00:00
Variable.cpp <rdar://problem/14822563> - Do not attempt to use a null VariableList or crashes will ensue 2013-12-21 08:44:28 +00:00
VariableList.cpp <rdar://problem/13621080> 2013-05-08 20:27:37 +00:00
VerifyDecl.cpp