1. ac35442 Made GetConditionText const everywhere. Made it return NULL when there's no condition by Jim Ingham · 13 years ago
  2. cd73f3e Declare CompareHistoryEvents and IsCurrentHistoryEvent as pure virtual functions by Peter Collingbourne · 13 years ago
  3. 8e432fa Make the size accessor const. by Greg Clayton · 13 years ago
  4. 9282e86 Added an llvm::StringRef accessor. by Greg Clayton · 13 years ago
  5. 9d47944 I modified the StringMap that was being used to unique our debugger C strings by Greg Clayton · 13 years ago
  6. 6561155 Created a std::string in the base StopInfo class for the description and by Greg Clayton · 13 years ago
  7. abb53e5 Fix some order-of-initialisation warnings by Peter Collingbourne · 13 years ago
  8. e426d85 Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class by Peter Collingbourne · 13 years ago
  9. 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
  10. d8662f5 by Caroline Tice · 13 years ago
  11. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  12. 860f746 Protect the input reader stack with a recursive mutex. by Greg Clayton · 13 years ago
  13. 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 13 years ago
  14. 54b3841 ABI plug-ins must implement the following pure virtual functions: by Greg Clayton · 13 years ago
  15. c049274 This commit integrates support for the LLVM MCJIT by Sean Callanan · 13 years ago
  16. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  17. 6cf4d2b Change the m_update_state to an int, and only trigger the "on removal" by Jim Ingham · 13 years ago
  18. 5a26910 Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 13 years ago
  19. a29381f Fix a tag type mismatch (i.e. class vs. struct) warning. by Charles Davis · 13 years ago
  20. 265ab33 Moved a lot of simple functions from StoppointLocation.cpp to be inlined in by Greg Clayton · 13 years ago
  21. 5fba9ee Added the ability to sign extend a Scalar at any bit position for integer types. by Greg Clayton · 13 years ago
  22. da7af84 Added a function to lldb_private::Address: by Greg Clayton · 13 years ago
  23. b9e8f6e Added a way to resolve an load address from a target: by Greg Clayton · 13 years ago
  24. 613b873 Added an allocated memory cache to avoid having to allocate memory over and by Greg Clayton · 13 years ago
  25. 2370a97 Fix the error message when an expression evaluation is interrupted by a crash/breakpoint hit to by Jim Ingham · 13 years ago
  26. 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
  27. 2f085c6 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 13 years ago
  28. 989816b Expand the ABI prepare trivial function call to allow 6 simple args. by Greg Clayton · 13 years ago
  29. fb3058e Introduced support for UnknownAnyTy, the Clang type by Sean Callanan · 13 years ago
  30. 61d4f7a Cleaned up the ABI::PrepareTrivialCall() function to take three argument by Greg Clayton · 13 years ago
  31. 3613ae1 Target::EvaluateExpression should suppress stop hooks. by Jim Ingham · 13 years ago
  32. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  33. 649116c by Caroline Tice · 13 years ago
  34. b38df1e by Caroline Tice · 13 years ago
  35. 0ddf806 Fixed a bug in which expression-local variables were by Sean Callanan · 13 years ago
  36. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  37. 8197496 Added support for reading untyped symbols. Right now by Sean Callanan · 14 years ago
  38. 696cf5f Made expressions that are just casts of pointer by Sean Callanan · 14 years ago
  39. 5ddbe21 by Caroline Tice · 14 years ago
  40. 0039e68 Added the ability to cast pointer types to another type, no matter what the by Greg Clayton · 14 years ago
  41. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 14 years ago
  42. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
  43. 4a34808 by Caroline Tice · 14 years ago
  44. ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 14 years ago
  45. 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 14 years ago
  46. 3063c95 Added the start of the CFI row production using the emulate instruction classes. by Greg Clayton · 14 years ago
  47. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 14 years ago
  48. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 14 years ago
  49. c07d451 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 14 years ago
  50. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 14 years ago
  51. 8badcb2 Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files. by Greg Clayton · 14 years ago
  52. bdc36bd Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, by Johnny Chen · 14 years ago
  53. 97eecb1 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 14 years ago
  54. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 14 years ago
  55. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 14 years ago
  56. dfb2e20 by Caroline Tice · 14 years ago
  57. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 14 years ago
  58. c08770b More iteration on the new option value stuff. We now define an by Greg Clayton · 14 years ago
  59. e972845 Made the constructors public for all OptionValue classes by Greg Clayton · 14 years ago
  60. 1cee1e6 Fixed an issue where breakpoint were being displayed when using the "source list" by Greg Clayton · 14 years ago
  61. 27a8727 Added the ability for arrays and dictionaries to contain only specific by Greg Clayton · 14 years ago
  62. f91b735 by Caroline Tice · 14 years ago
  63. d12aeab Added the ability for users to create new regex commands. by Greg Clayton · 14 years ago
  64. 7406c39 Added the start of a new option value system that we can use for many things by Greg Clayton · 14 years ago
  65. 6b8d3b5 by Caroline Tice · 14 years ago
  66. 41c56fa General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 14 years ago
  67. 52c8b6e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 14 years ago
  68. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  69. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 14 years ago
  70. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 14 years ago
  71. 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
  72. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  73. dbeb3e1 Order of initialization lists. by Stephen Wilson · 14 years ago
  74. d7d3af7 Fix struct vs. class warning. by Stephen Wilson · 14 years ago
  75. 1f954f5 by Caroline Tice · 14 years ago
  76. 0fe5a53 by Caroline Tice · 14 years ago
  77. ec2d978 Add missing headers. by Stephen Wilson · 14 years ago
  78. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  79. baf01e0 Removed use of NSEC_PER_SEC. by Stephen Wilson · 14 years ago
  80. af59180 by Caroline Tice · 14 years ago
  81. ea69d6d by Caroline Tice · 14 years ago
  82. 080bf61 by Caroline Tice · 14 years ago
  83. 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 14 years ago
  84. 2570825 Some OpenBSD patches from Amit Kulkarni. by Greg Clayton · 14 years ago
  85. 919ee60 Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs: by Johnny Chen · 14 years ago
  86. ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 14 years ago
  87. 0de3719 Remove unneeded ExecutionContextScope variables. by Jim Ingham · 14 years ago
  88. b0e68d9 Added some functions to our API related to classifying symbols as code, data, by Greg Clayton · 14 years ago
  89. fa3a16a Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. by Jim Ingham · 14 years ago
  90. 5c4b160 Add GetFrameWithStackID to the StackFrameList and the Thread (which routes to its StackFrameList.) by Jim Ingham · 14 years ago
  91. b5871fe Add a LaunchSimple API that is nicer to use for quick scripts. by Jim Ingham · 14 years ago
  92. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  93. 029bc71 give subclasses access to UnixSignals::m_signals by Stephen Wilson · 14 years ago
  94. d05b490 by Caroline Tice · 14 years ago
  95. 17842ec Add a missing include required on Linux by Stephen Wilson · 14 years ago
  96. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 14 years ago
  97. ba083b2 Add a missing include required on Linux by Stephen Wilson · 14 years ago
  98. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 14 years ago
  99. 7bc3908 Made the lldb_private::Opcode struct into a real boy... I mean class. by Greg Clayton · 14 years ago
  100. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago