1. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  2. 366795e Plug Free BSD memory leak. by Greg Clayton · 14 years ago
  3. 2b9f976 Call SetFile instead of constructing a temp object and assigning to g_program_filespec for Free BSD port. by Greg Clayton · 14 years ago
  4. 20fbf8d Don't have the program path be resolved when they already are when assigning g_program_filespec in the Host calls. by Greg Clayton · 14 years ago
  5. 421bc91 Do not pass an invalid thread to Thread{Cancel,Join}. by Stephen Wilson · 14 years ago
  6. be1acb2 Initialize SymbolFileDWARFDebugMap on Apple platforms only. by Stephen Wilson · 14 years ago
  7. f302a9e Null terminate path returned by readlink(). by Stephen Wilson · 14 years ago
  8. c2b9825 Log diagnostic when setting software breakpoints only on failure. by Stephen Wilson · 14 years ago
  9. 9063e1d Bumped Xcode project version to 40 for lldb-40. by Greg Clayton · 14 years ago
  10. 123db40 Added the following functions to SBThread to allow threads to be suspended when a process is resumed: by Greg Clayton · 14 years ago
  11. 7b19fc2 Bumped Xcode versions to lldb-39 and debugserver-125. by Greg Clayton · 14 years ago
  12. 5fc81f3 Fix wrong test case in main.c. Oops! by Johnny Chen · 14 years ago
  13. c0c4fcb Change the default signal setting for SIBABRT to SUPPRESS the signal. Why? by Greg Clayton · 14 years ago
  14. 5a3c4e4 Removed a few bad assert() statement regarding bitfields. by Greg Clayton · 14 years ago
  15. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
  16. 1e2e271 Fixed the "-b" option on disassembly to always pad out the bytes with for by Greg Clayton · 14 years ago
  17. 9db023b Make sure we don't assert if we have a child with zero byte size. Also by Greg Clayton · 14 years ago
  18. 5382281 Made FuncUnwinders threadsafe. by Greg Clayton · 14 years ago
  19. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  20. 4862fa2 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 14 years ago
  21. 869efc2 Fixed an issue with the UnwindLLDB code where if there were inlined stack by Greg Clayton · 14 years ago
  22. 80ef64d Blacklisted testclass STLTestCase for a known crasher <rdar://problem/8837118>. by Johnny Chen · 14 years ago
  23. e2f9064 Fixed issues with the unwinding code where the collection of FuncUnwinders by Greg Clayton · 14 years ago
  24. da4b987 Added a recursive loop stress test for the unwinder. Not a real world test by Greg Clayton · 14 years ago
  25. 43ca9c1 Modify disassemble_call_stack_python() to not rely on the "disassemble -n function_name" by Johnny Chen · 14 years ago
  26. f2f64f2 Apply patch from Bruce Mitchener to fix spelling errors. by Caroline Tice · 14 years ago
  27. fd11999 Added memory caching to lldb_private::Process. All lldb_private::Process by Greg Clayton · 14 years ago
  28. 26100dc Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 14 years ago
  29. 108550d Print out a more meaningful exception message when/if CFBundleVersion matching failed. by Johnny Chen · 14 years ago
  30. bc1418b Fix a few small issues in r122981 to ensure compilation on Linux. by Stephen Wilson · 14 years ago
  31. 90ccf88 First try at patching linux for the recent RegisterContext patch. Can someone by Greg Clayton · 14 years ago
  32. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 14 years ago
  33. 64dd0d7 Makefile updates. by Stephen Wilson · 14 years ago
  34. 1bc21a8 Ignore unknown pragmas. by Stephen Wilson · 14 years ago
  35. 26fd389 Modify test_help_version() test case to be more precise in matching the version by Johnny Chen · 14 years ago
  36. c87fd49 Properly indent the short description of the test case to make it align with the by Johnny Chen · 14 years ago
  37. 810042e Enhance the test framework to be able to emit a counter value in verbose mode by Johnny Chen · 14 years ago
  38. 124b23a Bumped versions in Xcode projects: lldb is now at lldb-38, debugserver is now by Greg Clayton · 14 years ago
  39. e179a58 Added the ability to get an set the desired format for SBValue objects. by Greg Clayton · 14 years ago
  40. 6c4f6b2 Fix typo (presumably carried over from the MacOSX plugin). by Stephen Wilson · 14 years ago
  41. d61182d Provide LinuxThread with an implementation of Thread::GetUnwinder. by Stephen Wilson · 14 years ago
  42. ed56002 Remove LinuxThread::GetRawStopReason and implement Thread::GetPrivateStopReason. by Stephen Wilson · 14 years ago
  43. 9702556 StopInfo now lives in the lldb_private namespace. Qualify. by Stephen Wilson · 14 years ago
  44. c8c74e0 Use default implementation of Thread::GetStackFrameCount and Thread::GetStackFrameAtIndex. by Stephen Wilson · 14 years ago
  45. a280e58 Do not load sections manually when launching a Linux process. by Stephen Wilson · 14 years ago
  46. 3a80431 by Stephen Wilson · 14 years ago
  47. 09e34d5 by Stephen Wilson · 14 years ago
  48. 4504bca Replace old "CurrentThread" calls with equivalent "SelectedThread" calls. by Stephen Wilson · 14 years ago
  49. 0e0817d Fixed a problem where constant results of expressions by Sean Callanan · 14 years ago
  50. 8e1e126 Fixed the file ordering (alphabetic) in the Commands folder. by Greg Clayton · 14 years ago
  51. 3ad0186 Fix typo of the test method name. by Johnny Chen · 14 years ago
  52. 0633400 Updated comment. by Johnny Chen · 14 years ago
  53. f2a3b41 Uncomment the two failed 'expression' commands regarding fully qualified namespace variables. by Johnny Chen · 14 years ago
  54. 902e018 Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 14 years ago
  55. 0e660f5 For the language check in GetObjectDescription, if we can't find a language runtime for the value we're looking at, BUT it IS at least a pointer, try the ObjCRuntime language. That's currently the only language runtime that has an object description method anyway... by Jim Ingham · 14 years ago
  56. a7a9c89 "frame variable" requires that the process be running and paused or there aren't any frames... So mark the command properly as such. by Jim Ingham · 14 years ago
  57. 0ace30f Add a test case for the SBFrame APIs. In particular, it uses the frame API to by Johnny Chen · 14 years ago
  58. ba1c82d No need to pass an empty string as an arg or as an env string to the SBTarget.LaunchProcess() API. by Johnny Chen · 14 years ago
  59. 17ac79b Simplify the breakpoint command function. Instead of fetching the command interpreter by Johnny Chen · 14 years ago
  60. e5001f5 Broadcaster::AddListener(): Bail out early if the passed in Listener pointer is by Johnny Chen · 14 years ago
  61. be9f0b9 Modify one assertion message. by Johnny Chen · 14 years ago
  62. d4c5cd5 RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a by Jason Molenda · 14 years ago
  63. ec8ebe9 Fix some typos in the docstrings and also update the test method names. by Johnny Chen · 14 years ago
  64. 69450cd Add test cases for registering a listener object with the broadcaster of a process by Johnny Chen · 14 years ago
  65. 0137f91 Rename the test methods to be more meaningful. by Johnny Chen · 14 years ago
  66. c132a18 Set the debugger to asynchronous mode before using the Python API call to kill by Johnny Chen · 14 years ago
  67. a2cec4f Updated Xcode build version to lldb-37 and debugserver-123. by Greg Clayton · 14 years ago
  68. add437a Fix typo. by Johnny Chen · 14 years ago
  69. ca4c724 Added python_api/event/TestEvents.py to get the listener object associated with the by Johnny Chen · 14 years ago
  70. f5c9ffb Remove an assertion that is causing crashes. We do need to find a way to reproduce when this assertion asserts, but we should crash our debug session because of it. For now we log to stderr in hope of tracking it down. by Greg Clayton · 14 years ago
  71. 7de5fde The recent change in argument parsing is messing up the emacs lldb mode's capability to properly by Johnny Chen · 14 years ago
  72. 9e3f746 Patch from Stephen: by Johnny Chen · 14 years ago
  73. ff7c3e9 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  74. 7add599 Change the test case test_set_prompt() to no longer require quotes around lldb2 in: by Johnny Chen · 14 years ago
  75. 0d6e36a Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  76. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  77. f5e4326 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  78. c044686 by Caroline Tice · 14 years ago
  79. 15bc1f5 Line tables were trying to be too clever and only use 24 bits for a line by Greg Clayton · 14 years ago
  80. 80733ea Removed logging code that I accidentally left in after recent changes. by Greg Clayton · 14 years ago
  81. 928d130 Improved our argument parsing abilities to be able to handle stuff more like by Greg Clayton · 14 years ago
  82. b73620c Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  83. 576b965 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  84. ca66a5f Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  85. f6d8b67 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  86. d6dfe04 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  87. 14243ea Fixed the handling of the _cmd parameter in the i386 ABI. by Sean Callanan · 14 years ago
  88. 2a99b2a Fix wrong test logic -- should pass "-s address" option to "image dump symtab" by Johnny Chen · 14 years ago
  89. 3b2cfc2 Bumped Xcode project versions to for lldb-36 and debugserver-122. by Greg Clayton · 14 years ago
  90. dad0b76 Removed darwin specific CPU type defines to make UnwindAssemblyProfiler_x86 able to compile on linux (patch from Stephen Wilson). by Greg Clayton · 14 years ago
  91. 6e889b1 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 14 years ago
  92. c5157ec Added access to set the current stack frame within a thread so any command by Greg Clayton · 14 years ago
  93. eb04783 Modify the regexp to match the debugger output of the 'Up Stack' and 'Down Stack' by Johnny Chen · 14 years ago
  94. e01879a Fixes for linux building from Stephen Wilson. by Greg Clayton · 14 years ago
  95. adb909b Fixes for linux building from Stephen Wilson. by Greg Clayton · 14 years ago
  96. 6d29aeb Added header doc for the recently added Process::ReadUnsignedInteger (addr_t addr, size_t int_byte_size, Error &error) function. by Greg Clayton · 14 years ago
  97. f72fdee Added the ability to read unsigned integers from the Process: by Greg Clayton · 14 years ago
  98. e404746 Use SBModule.GetDescription(SBStream) API to get the module description to match by Johnny Chen · 14 years ago
  99. 6c884d2 Update the comment section of blacklist.py with the command line to reproduce the crash. by Johnny Chen · 14 years ago
  100. 01cd93d Remove #include of non-existant lldb/Expression/ASTSplitConsumer.h by Jason Molenda · 14 years ago