1. 1364b3b lldb-41 and debugserver-126 are set in the Xcode projects. by Greg Clayton · 13 years ago
  2. e52f37b Added complete complex support for displaying and parsing complex types. by Greg Clayton · 13 years ago
  3. f51ed30 Enabled ObjC 2 abilities for expressions. We will enable the fragile ivar by Greg Clayton · 13 years ago
  4. 593b5e1 Add empty implementation of pure virtual RegisterContext::InvalidateAllRegisters. by Stephen Wilson · 13 years ago
  5. 1f004c6 Set the ID of a ProcessLinux instance to the PID of the inferior on launch. by Stephen Wilson · 13 years ago
  6. 25defec Miscellaneous cleanups in ProcessMonitor. by Stephen Wilson · 13 years ago
  7. ec2bab4 Use the correct type for thread handle. by Stephen Wilson · 13 years ago
  8. 0131642 Implement ProcessLinux::GetImageInfoAddress(). by Stephen Wilson · 13 years ago
  9. 9098739 Test if an ELF object is executable by checking if an entry point is defined. by Stephen Wilson · 13 years ago
  10. f2ad325 Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFileELF. by Stephen Wilson · 13 years ago
  11. 140f69a Have LinuxThread cache it's current StopInfo object. by Stephen Wilson · 13 years ago
  12. 91da749 Added the ability to wait for a predicate value, and set it to a new value all in a thread safe fashion. by Greg Clayton · 13 years ago
  13. 0a185ac Converted to use Makefile.rules. by Johnny Chen · 13 years ago
  14. b3bd463 Add makefile debugging rule for printing out the value of a variable. by Johnny Chen · 13 years ago
  15. 4a461da Recent modifications to the Python script interpreter caused some problems by Caroline Tice · 13 years ago
  16. 7ec8105 Extend the ObjectFile interface to support dynamic loading on ELF platforms. by Stephen Wilson · 13 years ago
  17. 772ab94 Do not prematurely invalidate thread handle. by Stephen Wilson · 13 years ago
  18. 9ff73ed Do not prefix log messages with ProcessMacOSX from the context of Process. by Stephen Wilson · 13 years ago
  19. 6c455d1 Added comments. by Johnny Chen · 13 years ago
  20. 022d829 Make CC defaults to gcc. The cxx_compiler and cxx_linker functions rely on substituting "g++" by Johnny Chen · 13 years ago
  21. 7577bc4 Removed printf statements in code. by Greg Clayton · 13 years ago
  22. 1ec27e8 Add an expression command: by Johnny Chen · 13 years ago
  23. 217dca5 The cxx_compiler function should not blindly return clang++ as the C++ compiler if $(CC) contains "clang". by Johnny Chen · 13 years ago
  24. 0d62dfd Fixed an error in the type map for "char **" that was a bad memory smasher. by Greg Clayton · 13 years ago
  25. 0aa2e55 Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 13 years ago
  26. 97678d1 Fixed handling of explicitly-declared persistent variables. by Sean Callanan · 13 years ago
  27. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 13 years ago
  28. 366795e Plug Free BSD memory leak. by Greg Clayton · 13 years ago
  29. 2b9f976 Call SetFile instead of constructing a temp object and assigning to g_program_filespec for Free BSD port. by Greg Clayton · 13 years ago
  30. 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 · 13 years ago
  31. 421bc91 Do not pass an invalid thread to Thread{Cancel,Join}. by Stephen Wilson · 13 years ago
  32. be1acb2 Initialize SymbolFileDWARFDebugMap on Apple platforms only. by Stephen Wilson · 13 years ago
  33. f302a9e Null terminate path returned by readlink(). by Stephen Wilson · 13 years ago
  34. c2b9825 Log diagnostic when setting software breakpoints only on failure. by Stephen Wilson · 13 years ago
  35. 9063e1d Bumped Xcode project version to 40 for lldb-40. by Greg Clayton · 13 years ago
  36. 123db40 Added the following functions to SBThread to allow threads to be suspended when a process is resumed: by Greg Clayton · 13 years ago
  37. 7b19fc2 Bumped Xcode versions to lldb-39 and debugserver-125. by Greg Clayton · 13 years ago
  38. 5fc81f3 Fix wrong test case in main.c. Oops! by Johnny Chen · 13 years ago
  39. c0c4fcb Change the default signal setting for SIBABRT to SUPPRESS the signal. Why? by Greg Clayton · 13 years ago
  40. 5a3c4e4 Removed a few bad assert() statement regarding bitfields. by Greg Clayton · 13 years ago
  41. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 13 years ago
  42. 1e2e271 Fixed the "-b" option on disassembly to always pad out the bytes with for by Greg Clayton · 13 years ago
  43. 9db023b Make sure we don't assert if we have a child with zero byte size. Also by Greg Clayton · 13 years ago
  44. 5382281 Made FuncUnwinders threadsafe. by Greg Clayton · 13 years ago
  45. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 13 years ago
  46. 4862fa2 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 13 years ago
  47. 869efc2 Fixed an issue with the UnwindLLDB code where if there were inlined stack by Greg Clayton · 13 years ago
  48. 80ef64d Blacklisted testclass STLTestCase for a known crasher <rdar://problem/8837118>. by Johnny Chen · 13 years ago
  49. e2f9064 Fixed issues with the unwinding code where the collection of FuncUnwinders by Greg Clayton · 13 years ago
  50. da4b987 Added a recursive loop stress test for the unwinder. Not a real world test by Greg Clayton · 13 years ago
  51. 43ca9c1 Modify disassemble_call_stack_python() to not rely on the "disassemble -n function_name" by Johnny Chen · 13 years ago
  52. f2f64f2 Apply patch from Bruce Mitchener to fix spelling errors. by Caroline Tice · 13 years ago
  53. fd11999 Added memory caching to lldb_private::Process. All lldb_private::Process by Greg Clayton · 13 years ago
  54. 26100dc Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 13 years ago
  55. 108550d Print out a more meaningful exception message when/if CFBundleVersion matching failed. by Johnny Chen · 13 years ago
  56. bc1418b Fix a few small issues in r122981 to ensure compilation on Linux. by Stephen Wilson · 13 years ago
  57. 90ccf88 First try at patching linux for the recent RegisterContext patch. Can someone by Greg Clayton · 13 years ago
  58. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 13 years ago
  59. 64dd0d7 Makefile updates. by Stephen Wilson · 13 years ago
  60. 1bc21a8 Ignore unknown pragmas. by Stephen Wilson · 13 years ago
  61. 26fd389 Modify test_help_version() test case to be more precise in matching the version by Johnny Chen · 13 years ago
  62. c87fd49 Properly indent the short description of the test case to make it align with the by Johnny Chen · 13 years ago
  63. 810042e Enhance the test framework to be able to emit a counter value in verbose mode by Johnny Chen · 13 years ago
  64. 124b23a Bumped versions in Xcode projects: lldb is now at lldb-38, debugserver is now by Greg Clayton · 13 years ago
  65. e179a58 Added the ability to get an set the desired format for SBValue objects. by Greg Clayton · 13 years ago
  66. 6c4f6b2 Fix typo (presumably carried over from the MacOSX plugin). by Stephen Wilson · 13 years ago
  67. d61182d Provide LinuxThread with an implementation of Thread::GetUnwinder. by Stephen Wilson · 13 years ago
  68. ed56002 Remove LinuxThread::GetRawStopReason and implement Thread::GetPrivateStopReason. by Stephen Wilson · 13 years ago
  69. 9702556 StopInfo now lives in the lldb_private namespace. Qualify. by Stephen Wilson · 13 years ago
  70. c8c74e0 Use default implementation of Thread::GetStackFrameCount and Thread::GetStackFrameAtIndex. by Stephen Wilson · 13 years ago
  71. a280e58 Do not load sections manually when launching a Linux process. by Stephen Wilson · 13 years ago
  72. 3a80431 by Stephen Wilson · 13 years ago
  73. 09e34d5 by Stephen Wilson · 13 years ago
  74. 4504bca Replace old "CurrentThread" calls with equivalent "SelectedThread" calls. by Stephen Wilson · 13 years ago
  75. 0e0817d Fixed a problem where constant results of expressions by Sean Callanan · 13 years ago
  76. 8e1e126 Fixed the file ordering (alphabetic) in the Commands folder. by Greg Clayton · 13 years ago
  77. 3ad0186 Fix typo of the test method name. by Johnny Chen · 13 years ago
  78. 0633400 Updated comment. by Johnny Chen · 13 years ago
  79. f2a3b41 Uncomment the two failed 'expression' commands regarding fully qualified namespace variables. by Johnny Chen · 13 years ago
  80. 902e018 Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 13 years ago
  81. 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 · 13 years ago
  82. 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 · 13 years ago
  83. 0ace30f Add a test case for the SBFrame APIs. In particular, it uses the frame API to by Johnny Chen · 13 years ago
  84. ba1c82d No need to pass an empty string as an arg or as an env string to the SBTarget.LaunchProcess() API. by Johnny Chen · 13 years ago
  85. 17ac79b Simplify the breakpoint command function. Instead of fetching the command interpreter by Johnny Chen · 13 years ago
  86. e5001f5 Broadcaster::AddListener(): Bail out early if the passed in Listener pointer is by Johnny Chen · 13 years ago
  87. be9f0b9 Modify one assertion message. by Johnny Chen · 13 years ago
  88. d4c5cd5 RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a by Jason Molenda · 13 years ago
  89. ec8ebe9 Fix some typos in the docstrings and also update the test method names. by Johnny Chen · 13 years ago
  90. 69450cd Add test cases for registering a listener object with the broadcaster of a process by Johnny Chen · 13 years ago
  91. 0137f91 Rename the test methods to be more meaningful. by Johnny Chen · 13 years ago
  92. c132a18 Set the debugger to asynchronous mode before using the Python API call to kill by Johnny Chen · 13 years ago
  93. a2cec4f Updated Xcode build version to lldb-37 and debugserver-123. by Greg Clayton · 13 years ago
  94. add437a Fix typo. by Johnny Chen · 13 years ago
  95. ca4c724 Added python_api/event/TestEvents.py to get the listener object associated with the by Johnny Chen · 13 years ago
  96. 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 · 13 years ago
  97. 7de5fde The recent change in argument parsing is messing up the emacs lldb mode's capability to properly by Johnny Chen · 13 years ago
  98. 9e3f746 Patch from Stephen: by Johnny Chen · 13 years ago
  99. ff7c3e9 Patch from Stephen Wilson: by Johnny Chen · 13 years ago
  100. 7add599 Change the test case test_set_prompt() to no longer require quotes around lldb2 in: by Johnny Chen · 13 years ago