1. ef3735a by Caroline Tice · 14 years ago
  2. 7af2f02 Update usage comment. by Johnny Chen · 14 years ago
  3. 9bab8d4 Primitive attach support for linux by Johnny Chen · 14 years ago
  4. 84cc16d by Caroline Tice · 14 years ago
  5. 2f57b3d Improve error reporting in ProcessMonitor::Launch by Peter Collingbourne · 14 years ago
  6. 50f0e89 Fix mistakes relating to ProcessMonitor::DupDescriptor by Peter Collingbourne · 14 years ago
  7. 6cf4fd1 If ProcessMonitor::Launch fails, post semaphore to notify caller by Peter Collingbourne · 14 years ago
  8. 5f2b5d6 Fix typo: curret -> current by Peter Collingbourne · 14 years ago
  9. f208453 Generalise pattern for matching IsValid signature by Peter Collingbourne · 14 years ago
  10. cd73f3e Declare CompareHistoryEvents and IsCurrentHistoryEvent as pure virtual functions by Peter Collingbourne · 14 years ago
  11. abb3e5b Add license header to InferiorCallPOSIX.cpp by Peter Collingbourne · 14 years ago
  12. 82ce540 Fix typo: fucntion -> function by Peter Collingbourne · 14 years ago
  13. 1c96341 Remove assert() calls that were firing off and crashing the LLDB framework. by Greg Clayton · 14 years ago
  14. 5fd8612 Removed unneeded method breakAfterLaunch() from the TestBase class to simplify our base class. by Johnny Chen · 14 years ago
  15. d4d9283 by Caroline Tice · 14 years ago
  16. 87e1f77 by Caroline Tice · 14 years ago
  17. 8e432fa Make the size accessor const. by Greg Clayton · 14 years ago
  18. 28f8674 Header file cleanup and moved an inline to the implementation file. by Greg Clayton · 14 years ago
  19. 9282e86 Added an llvm::StringRef accessor. by Greg Clayton · 14 years ago
  20. d720e01 Explicitly set the value to NULL when adding a string map entry. by Greg Clayton · 14 years ago
  21. 9d47944 I modified the StringMap that was being used to unique our debugger C strings by Greg Clayton · 14 years ago
  22. ac27455 Comment out the debug stmts. by Johnny Chen · 14 years ago
  23. 694cfd0 Add rich comparison methods for the SBAddress object. by Johnny Chen · 14 years ago
  24. 35ec4f1 Remove extra whitespace. by Johnny Chen · 14 years ago
  25. 6561155 Created a std::string in the base StopInfo class for the description and by Greg Clayton · 14 years ago
  26. 4399446 Make sure we are ok to stop in a thread plan and have no stop reason for by Greg Clayton · 14 years ago
  27. c40dfc5 Don't codesign with lldb_codesign for non MacOSX SDKs. by Greg Clayton · 14 years ago
  28. ed876b1 Add InferiorCallPOSIX.cpp/.h into the xcode project file to fix build error. by Johnny Chen · 14 years ago
  29. abb53e5 Fix some order-of-initialisation warnings by Peter Collingbourne · 14 years ago
  30. 828c34f Implement RegisterContextLinux_x86_64::{Read,Write}AllRegisterValues by Peter Collingbourne · 14 years ago
  31. e426d85 Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class by Peter Collingbourne · 14 years ago
  32. ad11546 Implement ProcessLinux::Do{Allocate,Deallocate}Memory using inferior mmap/munmap calls by Peter Collingbourne · 14 years ago
  33. 4d623e8 Move inferior mmap/munmap call code into their own functions in utility lib by Peter Collingbourne · 14 years ago
  34. c3f5573 Disable MCJIT on non-Darwin platforms by Peter Collingbourne · 14 years ago
  35. 182c286 Scan dynamic symbol table of ELF object files by Peter Collingbourne · 14 years ago
  36. 23c36bf by Caroline Tice · 14 years ago
  37. e5ed8e9 Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse errors when we go to run a breakpoint condition. by Jim Ingham · 14 years ago
  38. 2726b87 Cleanup the sidebar and include a link to the new python scripting tutorial. by Greg Clayton · 14 years ago
  39. 9e933a3 by Caroline Tice · 14 years ago
  40. 35393b1 by Caroline Tice · 14 years ago
  41. 6dc5a1a Bail out if we have an invalid thumb instruction. by Johnny Chen · 14 years ago
  42. 6cc6097 Turn the commented-out assert()'s into appropriate bail-out actions. by Johnny Chen · 14 years ago
  43. a4438a7 When emulating an ill-formed instruction, we should bail out instead of asserting and bringing down the whole process. by Johnny Chen · 14 years ago
  44. 1f56bd9 Bumped Xcode project version for lldb-60. by Greg Clayton · 14 years ago
  45. e1f47bb Remove asserts that will crash LLDB. These should be changed to return by Greg Clayton · 14 years ago
  46. 261a18b Make sure we don't lose our stop reply packet in the case where the other by Greg Clayton · 14 years ago
  47. 125628c Update the handle many of the packets that our current LLDB debugserver by Greg Clayton · 14 years ago
  48. a54461d by Caroline Tice · 14 years ago
  49. f5ae76b EmulateShiftReg() also accepts shifter type of SRType_ROR. by Johnny Chen · 14 years ago
  50. d8662f5 by Caroline Tice · 14 years ago
  51. 2d268cb Add comment about Thread::GetStatus(), which returns the number of frames shown. by Johnny Chen · 14 years ago
  52. 0f5e6f1 Use the correct accessor on CXXRecordDecl to know when a C++ class is dynamic. by Greg Clayton · 14 years ago
  53. e65b17e Turn off printing of command sent to the pexpect-spawned child process to make the script more robotic. by Johnny Chen · 14 years ago
  54. a8a6871 If somebody has deleted the breakpoint while we are testing the condition, then just continue. by Jim Ingham · 14 years ago
  55. 730b955 Remove the "a.out" argument from somewhere on Greg's machine in the lldb-tool run scheme. by Jim Ingham · 14 years ago
  56. 219b929 Exercise the 'thread backtrace all' command instead of the currently 'thread backtrace' command. by Johnny Chen · 14 years ago
  57. 05750a6 The 'thread backtrace all' logical branch had the if (thread->GetStatus()) condition inverted. by Johnny Chen · 14 years ago
  58. 6a56f5f Make 'run-until-faulted.py' script more interesting by modifying the example main.c program by Johnny Chen · 14 years ago
  59. 8142220 Make it clear that the Python script modify-python-lldb.py is responsible for post-processing by Johnny Chen · 14 years ago
  60. ec5e0a2 Fix comment. by Johnny Chen · 14 years ago
  61. 5420ec8 Fix remaining Python issues leftover from my previous patch. by Charles Davis · 14 years ago
  62. d8c1dd3 Fix out-dated module docstring for lldbtest.py. Also wrap some lldb attribute references by Johnny Chen · 14 years ago
  63. 006b595 Move some comments to the docstrings. by Johnny Chen · 14 years ago
  64. c0df828 Fix dynamic value objects to do the right thing when the by Greg Clayton · 14 years ago
  65. 5d729a4 Revert previous changes. by Greg Clayton · 14 years ago
  66. 82f0746 lldb-59. by Greg Clayton · 14 years ago
  67. 577fbc3 Disable dynamic types being on by default until kinks get worked out when by Greg Clayton · 14 years ago
  68. 860f746 Protect the input reader stack with a recursive mutex. by Greg Clayton · 14 years ago
  69. af3f1fb Make sure if an enumeration "settings" value has a valid default setting in by Greg Clayton · 14 years ago
  70. 8fd872c lldb-58 by Greg Clayton · 14 years ago
  71. 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 14 years ago
  72. 80493d6 lldb-57 by Greg Clayton · 14 years ago
  73. d976b0e Fixed an issue that could cause LLDB to spin indefinitely. by Greg Clayton · 14 years ago
  74. 7c8d0d4 Fix some comments. by Johnny Chen · 14 years ago
  75. b877031 Add comment headers describing some method groups of our TestBase class. by Johnny Chen · 14 years ago
  76. 8c2e28d Use the with statement to simplify the build script. by Johnny Chen · 14 years ago
  77. b94250f Remove extra '.' in the comment. by Johnny Chen · 14 years ago
  78. 5aba3f5 Add comment. by Johnny Chen · 14 years ago
  79. 7cd134a Comment change. by Johnny Chen · 14 years ago
  80. 4c0c75b Simplify test setup; there's no need to pass a customized dictionary here. by Johnny Chen · 14 years ago
  81. 7224aab regexp-break -> _regexp-break in command string. by Jim Ingham · 14 years ago
  82. 7d20d2b lldb-56 with codesign settings fixed in the Xcode projects. by Greg Clayton · 14 years ago
  83. a7ab590 Add a little spice to the script to allow us to specify a function name to break at and to disassemble. by Johnny Chen · 14 years ago
  84. d807c51 Add a little twist to the disasm.py script so that it is possible to terminate the inferior process by Johnny Chen · 14 years ago
  85. a6cec39 Modified to use SBTarget.LaunchSimple() API. by Johnny Chen · 14 years ago
  86. 528a916 Use built-in truth value testing. by Johnny Chen · 14 years ago
  87. 234ebab Use built-in truth value testing. by Johnny Chen · 14 years ago
  88. 960ce12 Convert these two modules to use the compact truth value testing as well. by Johnny Chen · 14 years ago
  89. 225b8e7 Bumping Xcode project versions for lldb-55 and debugserver-139. by Greg Clayton · 14 years ago
  90. 19552cb Added some comments. by Greg Clayton · 14 years ago
  91. 54b3841 ABI plug-ins must implement the following pure virtual functions: by Greg Clayton · 14 years ago
  92. 08477f5 Added comment. by Johnny Chen · 14 years ago
  93. a6303ef Comment change. by Johnny Chen · 14 years ago
  94. b72d177 Fix a potential bug resulting from the wrong assumption that SWIG puts out the __init__ by Johnny Chen · 14 years ago
  95. e5637d2 Update comment. by Johnny Chen · 14 years ago
  96. 3930cbe Add comment. by Johnny Chen · 14 years ago
  97. 1c3b9f8 Fix a thinko in converting to ReadCStringFromMemory. by Jim Ingham · 14 years ago
  98. 805fec7 Now that we have added a post-processing step for adding truth value testing to by Johnny Chen · 14 years ago
  99. a0b5fcc Link in the MCJIT. Fixes makefile build. by Charles Davis · 14 years ago
  100. d254eb9 Refactor InstructionLLVM::Dump() a little bit to reduce the entropy by introducing by Johnny Chen · 14 years ago