1. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  2. 13cb540 bug fix in summary strings: by Enrico Granata · 13 years ago
  3. 75a4012 Fixed an issue that was causing us to crash when evaluating expressions for by Greg Clayton · 13 years ago
  4. 9163509 Set the EvaluationPoint's m_thread_id to the RIGHT invalid define... by Jim Ingham · 13 years ago
  5. bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
  6. 54890a3 Fixed some format names by Enrico Granata · 13 years ago
  7. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  8. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  9. d0691fe When we use the "fd://%u" for file descriptors, we need to detect if this is by Greg Clayton · 13 years ago
  10. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago
  11. 3e1c95a Fix Linux build errors by Peter Collingbourne · 13 years ago
  12. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  13. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  14. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  15. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  16. 446ccaa Add fuzz calls to SBType, SBValue, and SBValueList. by Johnny Chen · 13 years ago
  17. 82820f9 Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than by Jim Ingham · 13 years ago
  18. b9dcc51 Fixed an issue that was checked in with the dynamic types and update point by Greg Clayton · 13 years ago
  19. e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
  20. b7a9d64 Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 13 years ago
  21. 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
  22. 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
  23. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  24. b474782 Removed an member variable "m_local_debugserver" that is no longer needed. by Greg Clayton · 13 years ago
  25. fe1b47d Cleanup error output on expressions. by Greg Clayton · 13 years ago
  26. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  27. b27e74b Remove an assertion and replace with safe code that emits a warning. by Greg Clayton · 13 years ago
  28. de1dd81 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 13 years ago
  29. f4d4fcc ++ cannot be used to increment an enum, so do it another way by Peter Collingbourne · 13 years ago
  30. fcfc118 Add an initial test file for the newly added data formatter command. by Johnny Chen · 13 years ago
  31. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  32. 921fac0 Fix header paths by Peter Collingbourne · 13 years ago
  33. de7f47d Fix typo spotted by Elias Pipping. by Charles Davis · 13 years ago
  34. ff0c5df Another patch from Enrico Granata. by Greg Clayton · 13 years ago
  35. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  36. 0664a57 When installing the Python modules: by Charles Davis · 13 years ago
  37. cbc07cf Fixed an issue for ARM where data symbols would alway return invalid addresses. by Greg Clayton · 13 years ago
  38. cad757c Remove -MT options from SWIG invocation by Peter Collingbourne · 13 years ago
  39. b586767 Trivial fix - insert a space between the frame name and the instruction output. by Jim Ingham · 13 years ago
  40. 41ae812 Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This change caused the logger to crash. Presumably we're printing at a time the debugger isn't ready to print. by Jim Ingham · 13 years ago
  41. 4985959 Add a 10 second timeout to ensure that we don't lock up if we never get to the by Greg Clayton · 13 years ago
  42. 4bb0f19 Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 13 years ago
  43. 785e3e7 Don't print out the baton pointer value for simple Baton classes. by Greg Clayton · 13 years ago
  44. 4ed315f Added the ability to find functions from either a SBModule (find functions by Greg Clayton · 13 years ago
  45. dfbfa9c Remove duplicate m_monitor field from LaunchArgs by Peter Collingbourne · 13 years ago
  46. e7a91c1 The "-r" option should work for both "-n" and "-s", but it was only set to work for "-s". by Jim Ingham · 13 years ago
  47. d2554b5 Test lldb Python API object's default constructor and make sure it is invalid by Johnny Chen · 13 years ago
  48. eca14c7 Add dependency tracking/clean rule to interpreter makefile by Peter Collingbourne · 13 years ago
  49. 14ecb06 Create a _lldb.so symlink in the bin directory by Peter Collingbourne · 13 years ago
  50. 7aecabb Revert r133358 which forgoes printing of breakpoint command when doing a breakpoint list where the description by Johnny Chen · 13 years ago
  51. e6bd142 Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function by Jim Ingham · 13 years ago
  52. dab471f Fixed a crasher where we were accessing a symbol with a bad index. by Greg Clayton · 13 years ago
  53. 887f45f Make sure we have a valid object file before we try getting the symbol table by Greg Clayton · 13 years ago
  54. 8c6907c Fixed a case where LLDB would crash if we get C++ operators with invalid by Greg Clayton · 13 years ago
  55. 20fe30c Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants by Peter Collingbourne · 13 years ago
  56. 49da2f3 Don't print the baton when a breakpoint has a callback since it is pretty by Greg Clayton · 13 years ago
  57. 582ed0e Added two new API functions to SBFrame: by Greg Clayton · 13 years ago
  58. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 13 years ago
  59. 1bd2b2f Fixed variable parsing to not parse block variables over and over due to an by Greg Clayton · 13 years ago
  60. 58d02ff Add a bunch of test cases to TestHelloWorld.py to exercise combinations of dwarf/dsym debug setup. by Johnny Chen · 13 years ago
  61. 604f0d3 Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 13 years ago
  62. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  63. 535960e o TestHelloWorld.py: by Johnny Chen · 13 years ago
  64. 892fadd by Caroline Tice · 13 years ago
  65. 409646d Add an API to SBDebugger class: by Johnny Chen · 13 years ago
  66. ac35442 Made GetConditionText const everywhere. Made it return NULL when there's no condition by Jim Ingham · 13 years ago
  67. 2b5e4e6 by Caroline Tice · 13 years ago
  68. 9bab8d4 Primitive attach support for linux by Johnny Chen · 13 years ago
  69. 84cc16d by Caroline Tice · 13 years ago
  70. 2f57b3d Improve error reporting in ProcessMonitor::Launch by Peter Collingbourne · 13 years ago
  71. 50f0e89 Fix mistakes relating to ProcessMonitor::DupDescriptor by Peter Collingbourne · 13 years ago
  72. 6cf4fd1 If ProcessMonitor::Launch fails, post semaphore to notify caller by Peter Collingbourne · 13 years ago
  73. abb3e5b Add license header to InferiorCallPOSIX.cpp by Peter Collingbourne · 13 years ago
  74. 82ce540 Fix typo: fucntion -> function by Peter Collingbourne · 13 years ago
  75. 1c96341 Remove assert() calls that were firing off and crashing the LLDB framework. by Greg Clayton · 13 years ago
  76. d4d9283 by Caroline Tice · 13 years ago
  77. 87e1f77 by Caroline Tice · 13 years ago
  78. 28f8674 Header file cleanup and moved an inline to the implementation file. by Greg Clayton · 13 years ago
  79. d720e01 Explicitly set the value to NULL when adding a string map entry. by Greg Clayton · 13 years ago
  80. 9d47944 I modified the StringMap that was being used to unique our debugger C strings by Greg Clayton · 13 years ago
  81. 6561155 Created a std::string in the base StopInfo class for the description and by Greg Clayton · 13 years ago
  82. 4399446 Make sure we are ok to stop in a thread plan and have no stop reason for by Greg Clayton · 13 years ago
  83. abb53e5 Fix some order-of-initialisation warnings by Peter Collingbourne · 13 years ago
  84. 828c34f Implement RegisterContextLinux_x86_64::{Read,Write}AllRegisterValues by Peter Collingbourne · 13 years ago
  85. e426d85 Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class by Peter Collingbourne · 13 years ago
  86. ad11546 Implement ProcessLinux::Do{Allocate,Deallocate}Memory using inferior mmap/munmap calls by Peter Collingbourne · 13 years ago
  87. 4d623e8 Move inferior mmap/munmap call code into their own functions in utility lib by Peter Collingbourne · 13 years ago
  88. c3f5573 Disable MCJIT on non-Darwin platforms by Peter Collingbourne · 13 years ago
  89. 182c286 Scan dynamic symbol table of ELF object files by Peter Collingbourne · 13 years ago
  90. 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 · 13 years ago
  91. 6dc5a1a Bail out if we have an invalid thumb instruction. by Johnny Chen · 13 years ago
  92. 6cc6097 Turn the commented-out assert()'s into appropriate bail-out actions. by Johnny Chen · 13 years ago
  93. a4438a7 When emulating an ill-formed instruction, we should bail out instead of asserting and bringing down the whole process. by Johnny Chen · 13 years ago
  94. e1f47bb Remove asserts that will crash LLDB. These should be changed to return by Greg Clayton · 13 years ago
  95. 261a18b Make sure we don't lose our stop reply packet in the case where the other by Greg Clayton · 13 years ago
  96. a54461d by Caroline Tice · 13 years ago
  97. f5ae76b EmulateShiftReg() also accepts shifter type of SRType_ROR. by Johnny Chen · 13 years ago
  98. d8662f5 by Caroline Tice · 13 years ago
  99. 2d268cb Add comment about Thread::GetStatus(), which returns the number of frames shown. by Johnny Chen · 13 years ago
  100. 0f5e6f1 Use the correct accessor on CXXRecordDecl to know when a C++ class is dynamic. by Greg Clayton · 13 years ago