1. 9063e1d Bumped Xcode project version to 40 for lldb-40. by Greg Clayton · 13 years ago
  2. 123db40 Added the following functions to SBThread to allow threads to be suspended when a process is resumed: by Greg Clayton · 13 years ago
  3. 7b19fc2 Bumped Xcode versions to lldb-39 and debugserver-125. by Greg Clayton · 13 years ago
  4. 5fc81f3 Fix wrong test case in main.c. Oops! by Johnny Chen · 13 years ago
  5. c0c4fcb Change the default signal setting for SIBABRT to SUPPRESS the signal. Why? by Greg Clayton · 13 years ago
  6. 5a3c4e4 Removed a few bad assert() statement regarding bitfields. by Greg Clayton · 13 years ago
  7. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 13 years ago
  8. 1e2e271 Fixed the "-b" option on disassembly to always pad out the bytes with for by Greg Clayton · 13 years ago
  9. 9db023b Make sure we don't assert if we have a child with zero byte size. Also by Greg Clayton · 13 years ago
  10. 5382281 Made FuncUnwinders threadsafe. by Greg Clayton · 13 years ago
  11. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 13 years ago
  12. 4862fa2 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 13 years ago
  13. 869efc2 Fixed an issue with the UnwindLLDB code where if there were inlined stack by Greg Clayton · 13 years ago
  14. 80ef64d Blacklisted testclass STLTestCase for a known crasher <rdar://problem/8837118>. by Johnny Chen · 13 years ago
  15. e2f9064 Fixed issues with the unwinding code where the collection of FuncUnwinders by Greg Clayton · 13 years ago
  16. da4b987 Added a recursive loop stress test for the unwinder. Not a real world test by Greg Clayton · 13 years ago
  17. 43ca9c1 Modify disassemble_call_stack_python() to not rely on the "disassemble -n function_name" by Johnny Chen · 13 years ago
  18. f2f64f2 Apply patch from Bruce Mitchener to fix spelling errors. by Caroline Tice · 13 years ago
  19. fd11999 Added memory caching to lldb_private::Process. All lldb_private::Process by Greg Clayton · 13 years ago
  20. 26100dc Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 13 years ago
  21. 108550d Print out a more meaningful exception message when/if CFBundleVersion matching failed. by Johnny Chen · 13 years ago
  22. bc1418b Fix a few small issues in r122981 to ensure compilation on Linux. by Stephen Wilson · 13 years ago
  23. 90ccf88 First try at patching linux for the recent RegisterContext patch. Can someone by Greg Clayton · 13 years ago
  24. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 13 years ago
  25. 64dd0d7 Makefile updates. by Stephen Wilson · 13 years ago
  26. 1bc21a8 Ignore unknown pragmas. by Stephen Wilson · 13 years ago
  27. 26fd389 Modify test_help_version() test case to be more precise in matching the version by Johnny Chen · 13 years ago
  28. c87fd49 Properly indent the short description of the test case to make it align with the by Johnny Chen · 13 years ago
  29. 810042e Enhance the test framework to be able to emit a counter value in verbose mode by Johnny Chen · 13 years ago
  30. 124b23a Bumped versions in Xcode projects: lldb is now at lldb-38, debugserver is now by Greg Clayton · 13 years ago
  31. e179a58 Added the ability to get an set the desired format for SBValue objects. by Greg Clayton · 13 years ago
  32. 6c4f6b2 Fix typo (presumably carried over from the MacOSX plugin). by Stephen Wilson · 13 years ago
  33. d61182d Provide LinuxThread with an implementation of Thread::GetUnwinder. by Stephen Wilson · 13 years ago
  34. ed56002 Remove LinuxThread::GetRawStopReason and implement Thread::GetPrivateStopReason. by Stephen Wilson · 13 years ago
  35. 9702556 StopInfo now lives in the lldb_private namespace. Qualify. by Stephen Wilson · 13 years ago
  36. c8c74e0 Use default implementation of Thread::GetStackFrameCount and Thread::GetStackFrameAtIndex. by Stephen Wilson · 13 years ago
  37. a280e58 Do not load sections manually when launching a Linux process. by Stephen Wilson · 13 years ago
  38. 3a80431 by Stephen Wilson · 13 years ago
  39. 09e34d5 by Stephen Wilson · 13 years ago
  40. 4504bca Replace old "CurrentThread" calls with equivalent "SelectedThread" calls. by Stephen Wilson · 13 years ago
  41. 0e0817d Fixed a problem where constant results of expressions by Sean Callanan · 13 years ago
  42. 8e1e126 Fixed the file ordering (alphabetic) in the Commands folder. by Greg Clayton · 13 years ago
  43. 3ad0186 Fix typo of the test method name. by Johnny Chen · 13 years ago
  44. 0633400 Updated comment. by Johnny Chen · 13 years ago
  45. f2a3b41 Uncomment the two failed 'expression' commands regarding fully qualified namespace variables. by Johnny Chen · 14 years ago
  46. 902e018 Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 14 years ago
  47. 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
  48. 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
  49. 0ace30f Add a test case for the SBFrame APIs. In particular, it uses the frame API to by Johnny Chen · 14 years ago
  50. 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
  51. 17ac79b Simplify the breakpoint command function. Instead of fetching the command interpreter by Johnny Chen · 14 years ago
  52. e5001f5 Broadcaster::AddListener(): Bail out early if the passed in Listener pointer is by Johnny Chen · 14 years ago
  53. be9f0b9 Modify one assertion message. by Johnny Chen · 14 years ago
  54. d4c5cd5 RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a by Jason Molenda · 14 years ago
  55. ec8ebe9 Fix some typos in the docstrings and also update the test method names. by Johnny Chen · 14 years ago
  56. 69450cd Add test cases for registering a listener object with the broadcaster of a process by Johnny Chen · 14 years ago
  57. 0137f91 Rename the test methods to be more meaningful. by Johnny Chen · 14 years ago
  58. c132a18 Set the debugger to asynchronous mode before using the Python API call to kill by Johnny Chen · 14 years ago
  59. a2cec4f Updated Xcode build version to lldb-37 and debugserver-123. by Greg Clayton · 14 years ago
  60. add437a Fix typo. by Johnny Chen · 14 years ago
  61. ca4c724 Added python_api/event/TestEvents.py to get the listener object associated with the by Johnny Chen · 14 years ago
  62. 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
  63. 7de5fde The recent change in argument parsing is messing up the emacs lldb mode's capability to properly by Johnny Chen · 14 years ago
  64. 9e3f746 Patch from Stephen: by Johnny Chen · 14 years ago
  65. ff7c3e9 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  66. 7add599 Change the test case test_set_prompt() to no longer require quotes around lldb2 in: by Johnny Chen · 14 years ago
  67. 0d6e36a Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  68. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  69. f5e4326 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  70. c044686 by Caroline Tice · 14 years ago
  71. 15bc1f5 Line tables were trying to be too clever and only use 24 bits for a line by Greg Clayton · 14 years ago
  72. 80733ea Removed logging code that I accidentally left in after recent changes. by Greg Clayton · 14 years ago
  73. 928d130 Improved our argument parsing abilities to be able to handle stuff more like by Greg Clayton · 14 years ago
  74. b73620c Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  75. 576b965 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  76. ca66a5f Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  77. f6d8b67 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  78. d6dfe04 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  79. 14243ea Fixed the handling of the _cmd parameter in the i386 ABI. by Sean Callanan · 14 years ago
  80. 2a99b2a Fix wrong test logic -- should pass "-s address" option to "image dump symtab" by Johnny Chen · 14 years ago
  81. 3b2cfc2 Bumped Xcode project versions to for lldb-36 and debugserver-122. by Greg Clayton · 14 years ago
  82. 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
  83. 6e889b1 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 14 years ago
  84. c5157ec Added access to set the current stack frame within a thread so any command by Greg Clayton · 14 years ago
  85. eb04783 Modify the regexp to match the debugger output of the 'Up Stack' and 'Down Stack' by Johnny Chen · 14 years ago
  86. e01879a Fixes for linux building from Stephen Wilson. by Greg Clayton · 14 years ago
  87. adb909b Fixes for linux building from Stephen Wilson. by Greg Clayton · 14 years ago
  88. 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
  89. f72fdee Added the ability to read unsigned integers from the Process: by Greg Clayton · 14 years ago
  90. e404746 Use SBModule.GetDescription(SBStream) API to get the module description to match by Johnny Chen · 14 years ago
  91. 6c884d2 Update the comment section of blacklist.py with the command line to reproduce the crash. by Johnny Chen · 14 years ago
  92. 01cd93d Remove #include of non-existant lldb/Expression/ASTSplitConsumer.h by Jason Molenda · 14 years ago
  93. 05a5a1b Implemented a feature where the expression parser by Sean Callanan · 14 years ago
  94. dc3e063 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  95. 002e869 Add python_api/symbol-context to test getting the symbol context while stopped by Johnny Chen · 14 years ago
  96. c1955f2 Patch by Stephen Wilson to make Swig happy building on linux. by Johnny Chen · 14 years ago
  97. cf660db Fix one of the golden output of "frame variable -t *self" to be: by Johnny Chen · 14 years ago
  98. b3e7181 Fix typos in SBBreakpoint::GetThreadIndex()/GetThreadName(), and test sequences by Johnny Chen · 14 years ago
  99. 1f3dd64 Fix invalid conversion from "const char *" to "char *" for linux systems. strchr() on darwin returns "char *" so we weren't seeing this issue on MacOSX. by Greg Clayton · 14 years ago
  100. a625387 Fixed an error where the thread index was being returned as zero in "uint32_t SBBreakpoint::GetThreadIndex() const" even when it isn't specified. It should be UINT32_MAX to indicate there is no thread index set for the breakpoint (the breakpoint isn't thread specific). Also fixed the ThreadSpec.cpp to use UINT32_MAX instead of -1. Fixed the logging Printf statement in "uint32_t SBBreakpoint::GetThreadIndex() const" to not print the address of the "index" function from <string.h>! by Greg Clayton · 14 years ago