hanchenye-llvm-project/lldb/source/API
Johnny Chen 3f0b90dcd0 rdar://problem/10216227
LLDB (python bindings) Crashing in lldb::SBDebugger::DeleteTarget(lldb::SBTarget&)

Need to check the validity of (SBTarget&)target passed to SBDebugger::DeleteTarget()
before calling target->Destroy().

llvm-svn: 147213
2011-12-23 00:53:45 +00:00
..
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
SBAddress.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBBlock.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBBreakpoint.cpp Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This 2011-12-01 23:28:38 +00:00
SBBreakpointLocation.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBBroadcaster.cpp Added a less than operator that will compare the internal opaque pointer values so SBBroadcaster objects can be contained in ordered containers or sorted. 2010-12-05 23:14:19 +00:00
SBCommandInterpreter.cpp Work in progress for: 2011-12-19 21:16:29 +00:00
SBCommandReturnObject.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBCommunication.cpp Test lldb Python API object's default constructor and make sure it is invalid 2011-06-20 22:30:48 +00:00
SBCompileUnit.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBData.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBDebugger.cpp rdar://problem/10216227 2011-12-23 00:53:45 +00:00
SBError.cpp Make ValueObject::SetValueFromCString work correctly. 2011-08-12 23:34:31 +00:00
SBEvent.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBFileSpec.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBFileSpecList.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBFrame.cpp The "desired result type" code in the expression 2011-12-21 22:22:58 +00:00
SBFunction.cpp Moved lldb::user_id_t values to be 64 bit. This was going to be needed for 2011-10-19 18:09:39 +00:00
SBHostOS.cpp Add error message; clean up comment. 2011-06-14 16:36:12 +00:00
SBInputReader.cpp Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00
SBInstruction.cpp Fixed the public and internal disassembler API to be named correctly: 2011-09-27 00:58:45 +00:00
SBInstructionList.cpp Test lldb Python API object's default constructor and make sure it is invalid 2011-06-20 22:30:48 +00:00
SBLineEntry.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBListener.cpp Added a SBListener parameter to Launch and attach calls to avoid a race 2011-02-03 21:28:34 +00:00
SBModule.cpp Add needed Clear methods. 2011-12-19 20:39:44 +00:00
SBProcess.cpp Expose new read memory fucntion through python in SBProcess: 2011-12-15 03:14:23 +00:00
SBSection.cpp Work in progress for: 2011-12-19 20:16:22 +00:00
SBSourceManager.cpp Minor format update (no semantic change). 2011-12-20 00:04:58 +00:00
SBStream.cpp Work in progress for: 2011-12-20 00:41:28 +00:00
SBStringList.cpp Added copy constructors and assignment operators to all lldb::SB* classes 2010-11-05 23:17:00 +00:00
SBSymbol.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBSymbolContext.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBSymbolContextList.cpp Added the ability to find functions from either a SBModule (find functions 2011-06-21 01:34:41 +00:00
SBTarget.cpp Work in progress for: 2011-12-20 01:22:03 +00:00
SBThread.cpp Fixed code rot pointed out by Jim. 2011-12-17 02:07:52 +00:00
SBType.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
SBValue.cpp The "desired result type" code in the expression 2011-12-21 22:22:58 +00:00
SBValueList.cpp Add needed Clear methods. 2011-12-19 20:39:44 +00:00
SBWatchpoint.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00