hanchenye-llvm-project/lldb/source/API
Bill Wendling 60fd91ff48 Return 0 for the size_t return type.
llvm-svn: 153930
2012-04-03 04:14:31 +00:00
..
Makefile
SBAddress.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
SBBlock.cpp Removed all of the "#ifndef SWIG" from the SB header files since we are using 2012-02-06 01:44:54 +00:00
SBBreakpoint.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
SBBreakpointLocation.cpp Send Breakpoint Changed events for all the relevant changes to breakpoints. 2012-02-08 05:23:15 +00:00
SBBroadcaster.cpp Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. 2012-02-16 06:50:00 +00:00
SBCommandInterpreter.cpp <rdar://problem/10605072> 2012-02-29 04:21:24 +00:00
SBCommandReturnObject.cpp
SBCommunication.cpp Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. 2012-02-16 06:50:00 +00:00
SBCompileUnit.cpp Patch from dawn@burble.org: 2012-03-16 20:46:10 +00:00
SBData.cpp
SBDebugger.cpp Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. 2012-03-20 18:34:04 +00:00
SBError.cpp
SBEvent.cpp Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. 2012-02-16 06:50:00 +00:00
SBFileSpec.cpp
SBFileSpecList.cpp
SBFrame.cpp rdar://problem/10976649 2012-03-05 19:53:24 +00:00
SBFunction.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
SBHostOS.cpp
SBInputReader.cpp
SBInstruction.cpp SBFrame is now threadsafe using some extra tricks. One issue is that stack 2012-01-30 07:41:31 +00:00
SBInstructionList.cpp
SBLineEntry.cpp
SBListener.cpp Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. 2012-02-16 06:50:00 +00:00
SBModule.cpp <rdar://problem/11113279> 2012-03-26 23:03:23 +00:00
SBProcess.cpp Added the new way we will eventually do all attaches and launches. First clients 2012-02-24 05:03:03 +00:00
SBSection.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
SBSourceManager.cpp SBFrame is now threadsafe using some extra tricks. One issue is that stack 2012-01-30 07:41:31 +00:00
SBStream.cpp Return 0 for the size_t return type. 2012-04-03 04:14:31 +00:00
SBStringList.cpp
SBSymbol.cpp Export the ability to see if a symbol is externally visible and also if the symbol was synthetically added to the symbol table (the symbol was not part of the symbol table itself but came from another section). 2012-04-02 20:08:08 +00:00
SBSymbolContext.cpp Removed all of the "#ifndef SWIG" from the SB header files since we are using 2012-02-06 01:44:54 +00:00
SBSymbolContextList.cpp Removed all of the "#ifndef SWIG" from the SB header files since we are using 2012-02-06 01:44:54 +00:00
SBTarget.cpp Removed unused variable. 2012-03-29 01:39:57 +00:00
SBThread.cpp Fixed some space formatting. 2012-03-28 17:12:37 +00:00
SBType.cpp <rdar://problem/11113279> 2012-03-26 23:03:23 +00:00
SBTypeCategory.cpp SBTypeCategory::GetName returns const char* so return 2012-03-22 21:23:49 +00:00
SBTypeFilter.cpp <rdar://problem/10062621> 2012-02-15 02:34:21 +00:00
SBTypeFormat.cpp <rdar://problem/10062621> 2012-02-15 02:34:21 +00:00
SBTypeNameSpecifier.cpp Adding formatters for several useful Objective-C/Cocoa data types. The new categories are not enabled at startup, but can be manually activated if desired. 2012-02-17 03:18:30 +00:00
SBTypeSummary.cpp Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python 2012-02-21 05:33:55 +00:00
SBTypeSynthetic.cpp Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python 2012-02-21 05:33:55 +00:00
SBValue.cpp Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. 2012-03-27 02:35:13 +00:00
SBValueList.cpp Convert all python objects in our API to use overload the __str__ method 2012-02-04 02:27:34 +00:00
SBWatchpoint.cpp Convert all python objects in our API to use overload the __str__ method 2012-02-04 02:27:34 +00:00