llvm-project/lldb/source/Commands
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
..
CommandCompletions.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectAdd.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectAdd.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectAlias.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectAlias.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectAppend.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectAppend.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectApropos.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectApropos.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectArgs.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectArgs.h Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectBreakpoint.cpp Remember whether a queue or thread name were passed into "breakpoint modify" so we can recognize an empty argument as unsetting the option. 2010-06-19 04:35:20 +00:00
CommandObjectBreakpoint.h Remember whether a queue or thread name were passed into "breakpoint modify" so we can recognize an empty argument as unsetting the option. 2010-06-19 04:35:20 +00:00
CommandObjectBreakpointCommand.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
CommandObjectBreakpointCommand.h Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectCall.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectCall.h Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectCrossref.cpp Moved files around for linux build. Fixed up Xcode project to 2010-06-12 15:43:35 +00:00
CommandObjectDelete.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectDelete.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectDisassemble.cpp Unstick the -r option for the disassemble command. 2010-06-17 00:32:05 +00:00
CommandObjectDisassemble.h Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectExpression.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectExpression.h Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectFile.cpp Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. 2010-06-16 02:00:15 +00:00
CommandObjectFile.h Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectFrame.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectFrame.h Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectHelp.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectHelp.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectImage.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectImage.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectInfo.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectInfo.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectLog.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectLog.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectMemory.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectMemory.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectMultiword.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectProcess.cpp Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked 2010-06-18 01:23:09 +00:00
CommandObjectProcess.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectQuit.cpp More minor build fixes. 2010-06-09 07:57:51 +00:00
CommandObjectQuit.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectRegister.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectRegister.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectRemove.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectRemove.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectSelect.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectSelect.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectSet.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectSet.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectSettings.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectSettings.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectShow.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectShow.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectSource.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectSource.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectSourceFile.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectSourceFile.h Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectSyntax.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectSyntax.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectTarget.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectTarget.h Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectThread.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
CommandObjectThread.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectTranslate.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectTranslate.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectUnalias.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectUnalias.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
CommandObjectVariable.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
CommandObjectVariable.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00