1. bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
  2. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  3. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  4. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  5. 446ccaa Add fuzz calls to SBType, SBValue, and SBValueList. by Johnny Chen · 13 years ago
  6. b9dcc51 Fixed an issue that was checked in with the dynamic types and update point by Greg Clayton · 13 years ago
  7. e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
  8. b7a9d64 Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 13 years ago
  9. 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
  10. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  11. de1dd81 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 13 years ago
  12. 4ed315f Added the ability to find functions from either a SBModule (find functions by Greg Clayton · 13 years ago
  13. d2554b5 Test lldb Python API object's default constructor and make sure it is invalid by Johnny Chen · 13 years ago
  14. 582ed0e Added two new API functions to SBFrame: by Greg Clayton · 13 years ago
  15. 58d02ff Add a bunch of test cases to TestHelloWorld.py to exercise combinations of dwarf/dsym debug setup. by Johnny Chen · 13 years ago
  16. 604f0d3 Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 13 years ago
  17. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  18. 535960e o TestHelloWorld.py: by Johnny Chen · 13 years ago
  19. 409646d Add an API to SBDebugger class: by Johnny Chen · 13 years ago
  20. 84cc16d by Caroline Tice · 13 years ago
  21. 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 13 years ago
  22. fab305b Lock the target API mutex correctly in all cases and make sure m_opaque_sp by Greg Clayton · 13 years ago
  23. 905acaf Now that we have dynamic values, we need to protect the GetChildAtIndex() by Greg Clayton · 13 years ago
  24. b38df1e by Caroline Tice · 13 years ago
  25. b07c62a StepUntil should check whether the target of the step until is in the current by Jim Ingham · 13 years ago
  26. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 13 years ago
  27. 4a34808 by Caroline Tice · 13 years ago
  28. ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 13 years ago
  29. 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 13 years ago
  30. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 13 years ago
  31. a2cffd3 by Caroline Tice · 13 years ago
  32. bdc36bd Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, by Johnny Chen · 13 years ago
  33. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  34. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 13 years ago
  35. 09008d0 Use self.TraceOn() API to decide whether to print debug output. by Johnny Chen · 13 years ago
  36. 6b8d3b5 by Caroline Tice · 13 years ago
  37. 9ce9c3c Fixed an issue where if you specify an architecture from the command line like: by Greg Clayton · 13 years ago
  38. 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
  39. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  40. 0fe5a53 by Caroline Tice · 13 years ago
  41. ec2d978 Add missing headers. by Stephen Wilson · 13 years ago
  42. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  43. af59180 by Caroline Tice · 13 years ago
  44. 919ee60 Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs: by Johnny Chen · 13 years ago
  45. b0e68d9 Added some functions to our API related to classifying symbols as code, data, by Greg Clayton · 13 years ago
  46. 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
  47. b5871fe Add a LaunchSimple API that is nicer to use for quick scripts. by Jim Ingham · 13 years ago
  48. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  49. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  50. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  51. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  52. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 13 years ago
  53. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  54. 42da4da Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess.RemoteLaunch() by Johnny Chen · 13 years ago
  55. 3809340 Expose ConnectRemote API through SBTarget and SBProcess. by James McIlree · 13 years ago
  56. 89f1aa7 Export the ability to get the start and end addresses for functions by Greg Clayton · 13 years ago
  57. afb8186 Added a missing API call in SBTarget that enables one to get by Greg Clayton · 13 years ago
  58. 60a544f Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByteOrder(), by Johnny Chen · 13 years ago
  59. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  60. aa378b1 Don't limit StreamTee to just two streams. It now can contain by Greg Clayton · 13 years ago
  61. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 13 years ago
  62. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  63. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 13 years ago
  64. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 13 years ago
  65. 271a5db Added a SBListener parameter to Launch and attach calls to avoid a race by Greg Clayton · 13 years ago
  66. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  67. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  68. 7c330d6 Added support for some new environment variables within LLDB to enable some by Greg Clayton · 14 years ago
  69. 5ec14f8 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 14 years ago
  70. 879bfee Restored some missing APIs for the test suite. Now testsuite still has some failures by Greg Clayton · 14 years ago
  71. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  72. 72e1c78 Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 14 years ago
  73. c4ed12f Add API and implementation for SBDebugger::Destroy and Debugger::Destroy. by Caroline Tice · 14 years ago
  74. 1ebdcc7 Added support for stepping out of a frame. If you have 10 stack frames, and you by Greg Clayton · 14 years ago
  75. 00c3ae7 Fixed up the SBValue::GetExpressionPath() to be more correct under more by Greg Clayton · 14 years ago
  76. f41d4ca Fixed missing return value (patch from Stephen Wilson). by Greg Clayton · 14 years ago
  77. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 14 years ago
  78. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  79. 123db40 Added the following functions to SBThread to allow threads to be suspended when a process is resumed: by Greg Clayton · 14 years ago
  80. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 14 years ago
  81. e179a58 Added the ability to get an set the desired format for SBValue objects. by Greg Clayton · 14 years ago
  82. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  83. f5e4326 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  84. c044686 by Caroline Tice · 14 years ago
  85. d6dfe04 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  86. c5157ec Added access to set the current stack frame within a thread so any command by Greg Clayton · 14 years ago
  87. b3e7181 Fix typos in SBBreakpoint::GetThreadIndex()/GetThreadName(), and test sequences by Johnny Chen · 14 years ago
  88. 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
  89. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  90. 4e9267d Changed: by Greg Clayton · 14 years ago
  91. 0c8a190 Fixed rdar://problem/8767055 test suite failure TestStaticVariables.py (ToT r121745). by Johnny Chen · 14 years ago
  92. dd62d72 Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object by Greg Clayton · 14 years ago
  93. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  94. ea49cc7 Added the ability for SBTarget to resolve load addresses (convert lldb::addr_t values into resolved SBAddress objects). These SBAddress objects can then be used to resolve a symbol context using "lldb::SBSymbolContext ResolveSymbolContextForAddress (const lldb::SBAddress& addr, uint32_t resolve_scope);". by Greg Clayton · 14 years ago
  95. e5791dd Add test_display_source_python() test case to TestSourceManager.py which uses by Johnny Chen · 14 years ago
  96. 94d255f More logging for use in debugging the interactions by Sean Callanan · 14 years ago
  97. 43edca3 Added symbol table access through the module for now. We might need to expose by Greg Clayton · 14 years ago
  98. 422b1ae Added a less than operator that will compare the internal opaque pointer values so SBBroadcaster objects can be contained in ordered containers or sorted. by Greg Clayton · 14 years ago
  99. 0e0fd1c Fixed an issue where SBProcess::LoadImage(...) was not returning the image by Greg Clayton · 14 years ago
  100. 3ca95da Added "void SBBroadcaster::Clear ();" method to SBBroadcaster. by Greg Clayton · 14 years ago