[Lldb-commits] [PATCH] Implemented "thread jump" built-in command.

Richard Mitton richard at codersnotes.com
Tue Sep 3 12:24:03 PDT 2013


  Moved the FindAddressesForLine function up into ModuleList, so other code can make use of it.

  I'm not sure I agree that there's a better name than just 'force' for the command line. Right now the only reason the jump would refuse is because it won't jump to different functions, but perhaps in future there might be other reasons. Also other command-line options use 'force', and it makes sense to try and keep things consistent across commands.

http://llvm-reviews.chandlerc.com/D1452

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D1452?vs=3883&id=3996#toc

Files:
  include/lldb/API/SBThread.h
  include/lldb/Core/Error.h
  include/lldb/Core/Module.h
  include/lldb/Core/ModuleList.h
  include/lldb/Target/RegisterContext.h
  include/lldb/Target/Thread.h
  scripts/Python/interface/SBThread.i
  source/API/SBThread.cpp
  source/Commands/CommandObjectThread.cpp
  source/Core/Error.cpp
  source/Core/Module.cpp
  source/Core/ModuleList.cpp
  source/Interpreter/CommandInterpreter.cpp
  source/Target/RegisterContext.cpp
  source/Target/Thread.cpp
  test/functionalities/thread/jump/Makefile
  test/functionalities/thread/jump/TestThreadJump.py
  test/functionalities/thread/jump/main.cpp
  test/functionalities/thread/jump/other.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1452.3.patch
Type: text/x-patch
Size: 27489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20130903/1715e5c9/attachment.bin>


More information about the lldb-commits mailing list