hanchenye-llvm-project/lldb/source/API
Jim Ingham 05407f6b25 Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer.
llvm-svn: 106578
2010-06-22 21:12:54 +00:00
..
SBAddress.cpp
SBBlock.cpp
SBBreakpoint.cpp Adding setting thread specific breakpoints by name, ID, index & queue name to the SB interfaces. 2010-06-18 01:47:08 +00:00
SBBreakpointLocation.cpp Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. 2010-06-22 21:12:54 +00:00
SBBroadcaster.cpp
SBCommandContext.cpp
SBCommandInterpreter.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
SBCommandReturnObject.cpp
SBCommunication.cpp
SBCompileUnit.cpp
SBDebugger.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
SBError.cpp Per surrounding style, use stdarg.h instead of cstdio, etc. 2010-06-09 08:46:23 +00:00
SBEvent.cpp And some more include line fixes. 2010-06-09 07:44:37 +00:00
SBFileSpec.cpp
SBFrame.cpp And some more include line fixes. 2010-06-09 07:44:37 +00:00
SBFunction.cpp
SBHostOS.cpp
SBInputReader.cpp
SBInstruction.cpp
SBInstructionList.cpp
SBLineEntry.cpp
SBListener.cpp And some more include line fixes. 2010-06-09 07:44:37 +00:00
SBModule.cpp
SBProcess.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
SBSourceManager.cpp And some more include line fixes. 2010-06-09 07:44:37 +00:00
SBStringList.cpp
SBSymbol.cpp
SBSymbolContext.cpp
SBTarget.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
SBThread.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
SBType.cpp
SBValue.cpp And some more include line fixes. 2010-06-09 07:44:37 +00:00
SBValueList.cpp