1. 13cb540 bug fix in summary strings: by Enrico Granata · 13 years ago
  2. 9163509 Set the EvaluationPoint's m_thread_id to the RIGHT invalid define... by Jim Ingham · 13 years ago
  3. bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
  4. 54890a3 Fixed some format names by Enrico Granata · 13 years ago
  5. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  6. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  7. d0691fe When we use the "fd://%u" for file descriptors, we need to detect if this is by Greg Clayton · 13 years ago
  8. 3e1c95a Fix Linux build errors by Peter Collingbourne · 13 years ago
  9. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  10. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  11. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  12. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  13. 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
  14. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  15. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  16. ff0c5df Another patch from Enrico Granata. by Greg Clayton · 13 years ago
  17. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  18. 4bb0f19 Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 13 years ago
  19. 785e3e7 Don't print out the baton pointer value for simple Baton classes. by Greg Clayton · 13 years ago
  20. 20fe30c Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants by Peter Collingbourne · 13 years ago
  21. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 13 years ago
  22. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  23. 892fadd by Caroline Tice · 13 years ago
  24. d720e01 Explicitly set the value to NULL when adding a string map entry. by Greg Clayton · 13 years ago
  25. 9d47944 I modified the StringMap that was being used to unique our debugger C strings by Greg Clayton · 13 years ago
  26. 6561155 Created a std::string in the base StopInfo class for the description and by Greg Clayton · 13 years ago
  27. 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
  28. d8662f5 by Caroline Tice · 13 years ago
  29. c0df828 Fix dynamic value objects to do the right thing when the by Greg Clayton · 13 years ago
  30. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  31. 860f746 Protect the input reader stack with a recursive mutex. by Greg Clayton · 13 years ago
  32. af3f1fb Make sure if an enumeration "settings" value has a valid default setting in by Greg Clayton · 13 years ago
  33. 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 13 years ago
  34. d976b0e Fixed an issue that could cause LLDB to spin indefinitely. by Greg Clayton · 13 years ago
  35. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  36. 5a26910 Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 13 years ago
  37. 265ab33 Moved a lot of simple functions from StoppointLocation.cpp to be inlined in by Greg Clayton · 13 years ago
  38. 4e56cd9 Fixed an issue with the sign extend code so it uses the correct m_data member. by Greg Clayton · 13 years ago
  39. 5fba9ee Added the ability to sign extend a Scalar at any bit position for integer types. by Greg Clayton · 13 years ago
  40. da7af84 Added a function to lldb_private::Address: by Greg Clayton · 13 years ago
  41. 9935a86 FindFunctions was skipping the include_symbols section if it found a SymbolVendor. by Jim Ingham · 13 years ago
  42. b9e8f6e Added a way to resolve an load address from a target: by Greg Clayton · 13 years ago
  43. 613b873 Added an allocated memory cache to avoid having to allocate memory over and by Greg Clayton · 13 years ago
  44. 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
  45. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  46. b38df1e by Caroline Tice · 13 years ago
  47. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  48. bba1d8a Fix an unitialized pointer in ValueObject::CreateChildAtIndex. by Jim Ingham · 13 years ago
  49. 0039e68 Added the ability to cast pointer types to another type, no matter what the by Greg Clayton · 13 years ago
  50. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 13 years ago
  51. f147af7 by Caroline Tice · 13 years ago
  52. 4a34808 by Caroline Tice · 13 years ago
  53. ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 13 years ago
  54. 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 13 years ago
  55. 3063c95 Added the start of the CFI row production using the emulate instruction classes. by Greg Clayton · 13 years ago
  56. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 13 years ago
  57. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 13 years ago
  58. c07d451 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 13 years ago
  59. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 13 years ago
  60. 8badcb2 Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files. by Greg Clayton · 13 years ago
  61. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  62. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 13 years ago
  63. dfb2e20 by Caroline Tice · 13 years ago
  64. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  65. 09008d0 Use self.TraceOn() API to decide whether to print debug output. by Johnny Chen · 13 years ago
  66. 6b8d3b5 by Caroline Tice · 13 years ago
  67. 41c56fa General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 13 years ago
  68. 52c8b6e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 13 years ago
  69. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  70. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 13 years ago
  71. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  72. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  73. dbeb3e1 Order of initialization lists. by Stephen Wilson · 13 years ago
  74. 0fe5a53 by Caroline Tice · 13 years ago
  75. ec2d978 Add missing headers. by Stephen Wilson · 13 years ago
  76. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  77. 21f0d4b by Caroline Tice · 13 years ago
  78. af59180 by Caroline Tice · 13 years ago
  79. ea69d6d by Caroline Tice · 13 years ago
  80. 080bf61 by Caroline Tice · 13 years ago
  81. 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 13 years ago
  82. 381f968 Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX by Greg Clayton · 13 years ago
  83. ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 13 years ago
  84. 0de3719 Remove unneeded ExecutionContextScope variables. by Jim Ingham · 13 years ago
  85. b0e68d9 Added some functions to our API related to classifying symbols as code, data, by Greg Clayton · 13 years ago
  86. 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 · 13 years ago
  87. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  88. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  89. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  90. 7bc3908 Made the lldb_private::Opcode struct into a real boy... I mean class. by Greg Clayton · 13 years ago
  91. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  92. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  93. aa3e3e1 Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function. by Jim Ingham · 13 years ago
  94. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 13 years ago
  95. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  96. 70c5562 Relax the constraint on the types of ValueObjects that we'll by default try the by Jim Ingham · 13 years ago
  97. dd506e1 Added a fix to not re-use object files when doing DWARF with debug map. by Greg Clayton · 13 years ago
  98. 8053904 Declare some const functions as const. by Jim Ingham · 13 years ago
  99. a846cc3 Fixed the -r parameter to the disassemble command by Sean Callanan · 13 years ago
  100. 2a45681 by Caroline Tice · 13 years ago