hanchenye-llvm-project/lldb/source/API
Jim Ingham 041a12fc31 Add and SB API to set breakpoint conditions.
llvm-svn: 117082
2010-10-22 01:15:49 +00:00
..
Makefile
SBAddress.cpp Remove all the __repr__ methods from the API/*.h files, and put them 2010-09-22 23:01:29 +00:00
SBBlock.cpp Remove all the __repr__ methods from the API/*.h files, and put them 2010-09-22 23:01:29 +00:00
SBBreakpoint.cpp Add and SB API to set breakpoint conditions. 2010-10-22 01:15:49 +00:00
SBBreakpointLocation.cpp Add and SB API to set breakpoint conditions. 2010-10-22 01:15:49 +00:00
SBBroadcaster.cpp
SBCommandInterpreter.cpp Remove unnecessary/inappropriate output-printing functions from 2010-09-15 18:29:06 +00:00
SBCommandReturnObject.cpp Remove all the __repr__ methods from the API/*.h files, and put them 2010-09-22 23:01:29 +00:00
SBCommunication.cpp
SBCompileUnit.cpp Remove all the __repr__ methods from the API/*.h files, and put them 2010-09-22 23:01:29 +00:00
SBDebugger.cpp Fixed an issue where we were resolving paths when we should have been. 2010-10-20 20:54:39 +00:00
SBError.cpp Remove all the __repr__ methods from the API/*.h files, and put them 2010-09-22 23:01:29 +00:00
SBEvent.cpp Remove all the __repr__ methods from the API/*.h files, and put them 2010-09-22 23:01:29 +00:00
SBFileSpec.cpp Fixed an issue where we were resolving paths when we should have been. 2010-10-20 20:54:39 +00:00
SBFrame.cpp Fixed an expression parsing issue where if you were stopped somewhere without 2010-10-14 22:52:14 +00:00
SBFunction.cpp Cleaned up the SWIG stuff so all includes happen as they should, no pulling 2010-10-07 04:19:01 +00:00
SBHostOS.cpp
SBInputReader.cpp
SBInstruction.cpp Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
SBInstructionList.cpp Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
SBLineEntry.cpp Remove all the __repr__ methods from the API/*.h files, and put them 2010-09-22 23:01:29 +00:00
SBListener.cpp
SBModule.cpp Remove all the __repr__ methods from the API/*.h files, and put them 2010-09-22 23:01:29 +00:00
SBProcess.cpp Cleaned up the SWIG stuff so all includes happen as they should, no pulling 2010-10-07 04:19:01 +00:00
SBSourceManager.cpp
SBStream.cpp We now have SBStream that mirrors the generic stream classes we 2010-09-17 17:42:16 +00:00
SBStringList.cpp Fixed build error of LLDBWrapPython.cpp by removing the "protected" access modifier. 2010-09-17 18:39:57 +00:00
SBSymbol.cpp Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
SBSymbolContext.cpp Remove all the __repr__ methods from the API/*.h files, and put them 2010-09-22 23:01:29 +00:00
SBSymbolContextList.cpp Added some missing API for address resolving within a module, and looking 2010-09-10 18:31:35 +00:00
SBTarget.cpp Fixed an issue where we were resolving paths when we should have been. 2010-10-20 20:54:39 +00:00
SBThread.cpp Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do. 2010-10-20 00:39:53 +00:00
SBType.cpp Fixed an expression parsing issue where if you were stopped somewhere without 2010-10-14 22:52:14 +00:00
SBValue.cpp Expose the error contained within an SBValue. 2010-10-06 22:10:17 +00:00
SBValueList.cpp