1. 523c554 by Caroline Tice · 13 years ago
  2. b9223bf Revert newer xcscheme project file to avoid conflict with older Xcode versions. by Greg Clayton · 13 years ago
  3. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  4. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  5. d0e6b57 Added a few more commands, but I mainly wanted to include how to run lldb by Greg Clayton · 13 years ago
  6. dbeb3e1 Order of initialization lists. by Stephen Wilson · 13 years ago
  7. d7d3af7 Fix struct vs. class warning. by Stephen Wilson · 13 years ago
  8. 1f954f5 by Caroline Tice · 13 years ago
  9. 0fe5a53 by Caroline Tice · 13 years ago
  10. 9335643 Really fix the test suite crasher this time. by Johnny Chen · 13 years ago
  11. 0e0636d Fix a test suite crasher. by Johnny Chen · 13 years ago
  12. ec2d978 Add missing headers. by Stephen Wilson · 13 years ago
  13. 62794e4 Add the ARM instruction emulation makefile. by Stephen Wilson · 13 years ago
  14. ec113d4 Add makefile support for the ARM instruction emulation plugin. by Stephen Wilson · 13 years ago
  15. 6e49b96 linux: add missing arguments to FindFirstModuleForFileSpec by Stephen Wilson · 13 years ago
  16. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  17. baf01e0 Removed use of NSEC_PER_SEC. by Stephen Wilson · 13 years ago
  18. 7a198ac Add a missing header by Stephen Wilson · 13 years ago
  19. 63fe126 linux: remove ProcessLinux::FindProcesses by Stephen Wilson · 13 years ago
  20. 21f0d4b by Caroline Tice · 13 years ago
  21. 069b8da Update the linux platform to use the new Host::FindProcesses functionality. by Greg Clayton · 13 years ago
  22. af59180 by Caroline Tice · 13 years ago
  23. f2e3faf Use the same colors in the LLDB/GDB table as the sidebar so things look by Greg Clayton · 13 years ago
  24. ac24152 Removed a stray '\' character. by Greg Clayton · 13 years ago
  25. ea69d6d by Caroline Tice · 13 years ago
  26. 080bf61 by Caroline Tice · 13 years ago
  27. 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 13 years ago
  28. 64f000b Add a Python script which launches a program from within lldb and loop until the by Johnny Chen · 13 years ago
  29. 2570825 Some OpenBSD patches from Amit Kulkarni. by Greg Clayton · 13 years ago
  30. 381f968 Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX by Greg Clayton · 13 years ago
  31. 0cd8be8 Modify test_process_list()'s expect sub-strings to be up-to-date. by Johnny Chen · 13 years ago
  32. 919ee60 Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs: by Johnny Chen · 13 years ago
  33. ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 13 years ago
  34. 0de3719 Remove unneeded ExecutionContextScope variables. by Jim Ingham · 13 years ago
  35. 8d8e3ed Little bit of cleanup, and added a few new bits. by Jim Ingham · 13 years ago
  36. 8d24b4a by Caroline Tice · 13 years ago
  37. 93767b8 by Caroline Tice · 13 years ago
  38. 7b88094 by Caroline Tice · 13 years ago
  39. 1e542e3 by Caroline Tice · 13 years ago
  40. b6281b1 by Caroline Tice · 13 years ago
  41. e1a94e4 by Caroline Tice · 13 years ago
  42. 9121b35 by Caroline Tice · 13 years ago
  43. 424652f by Caroline Tice · 13 years ago
  44. 917ad35 by Caroline Tice · 13 years ago
  45. bf5a66b by Caroline Tice · 13 years ago
  46. 563ce6a Take advantage of the newly added SBSymbol.GetType() API to check whether we by Johnny Chen · 13 years ago
  47. b0e68d9 Added some functions to our API related to classifying symbols as code, data, by Greg Clayton · 13 years ago
  48. 7df6fc4 Add a generator to iterate through the code symbols for a given target. by Johnny Chen · 13 years ago
  49. 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
  50. 5c4b160 Add GetFrameWithStackID to the StackFrameList and the Thread (which routes to its StackFrameList.) by Jim Ingham · 13 years ago
  51. 4f60558 by Caroline Tice · 13 years ago
  52. b5871fe Add a LaunchSimple API that is nicer to use for quick scripts. by Jim Ingham · 13 years ago
  53. 850a6b2 Modify self.expect() patterns to react to API change for SourceManager.DisplaySourceLinesWithLineNumbers(). by Johnny Chen · 13 years ago
  54. 0815031 A a simple test file for some lldb 'platform' commands. by Johnny Chen · 13 years ago
  55. 66b40fa Add a test directory. by Johnny Chen · 13 years ago
  56. 74467fe by Caroline Tice · 13 years ago
  57. 337836b Add an option to specify the symbols to disassemble instead of the existing 'num of symbols to disassemble' by Johnny Chen · 13 years ago
  58. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  59. eab301f by Caroline Tice · 13 years ago
  60. f4c0d1d Minor import statement change. by Johnny Chen · 13 years ago
  61. 1697dd7 by Caroline Tice · 13 years ago
  62. 983f6fd linux: create thread plans for stepping thru PLT entries by Stephen Wilson · 13 years ago
  63. ce47732 elf: synthesize symbols for PLT entries by Stephen Wilson · 13 years ago
  64. e98b958 by Caroline Tice · 13 years ago
  65. 9b01e48 elf: add support for ELF relocation entries by Stephen Wilson · 13 years ago
  66. 67d9f7e by Stephen Wilson · 13 years ago
  67. 029bc71 give subclasses access to UnixSignals::m_signals by Stephen Wilson · 13 years ago
  68. d42b3cc by Caroline Tice · 13 years ago
  69. ef44000 by Caroline Tice · 13 years ago
  70. 5168b6c by Caroline Tice · 13 years ago
  71. bb73710 The example had gotten stale, so I made it work again, and for fun printed out the frame registers as well. by Jim Ingham · 13 years ago
  72. b01a654 Updated the web site with a getting started with LLDB and also some resources by Greg Clayton · 13 years ago
  73. 60f19d5 Unfortunately, sranddev() is not available on all platforms so seed using the by Stephen Wilson · 13 years ago
  74. 4cccd53 by Caroline Tice · 13 years ago
  75. 7482324 Can't count on the particular number of modules loaded into a basic C executable. by Jim Ingham · 13 years ago
  76. c08ed38 by Caroline Tice · 13 years ago
  77. f960048 Can't just call "rand" to get a random port, 'cause then you'll get the same sequence in two lldb's. This makes running lldb on lldb not work very well. by Jim Ingham · 13 years ago
  78. d05b490 by Caroline Tice · 13 years ago
  79. 89c6d58 by Caroline Tice · 13 years ago
  80. 9aaceb1 Add the ability to invoke lldb's disassemble command on the symbols digested from by Johnny Chen · 13 years ago
  81. 2efc7c6 Doc string change. by Johnny Chen · 13 years ago
  82. afd1904 Add an initial version of lldb-disasm.py script whose purpose is to iterate through by Johnny Chen · 13 years ago
  83. bb48f0b Fix single quote characters throughout the ARM emulation stuff. by Caroline Tice · 13 years ago
  84. 17842ec Add a missing include required on Linux by Stephen Wilson · 13 years ago
  85. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  86. e6c6f49 Updated LLDB to use a recent LLVM/Clang, pulling by Sean Callanan · 13 years ago
  87. f4aad90 linux: minor updates to account for recent namespace changes by Stephen Wilson · 13 years ago
  88. 3967cef Add PlatformGDBServer and ProcessGDBRemote to the build system. by Stephen Wilson · 13 years ago
  89. ba083b2 Add a missing include required on Linux by Stephen Wilson · 13 years ago
  90. bbedb7b Revert the scheme. by Jim Ingham · 13 years ago
  91. 50daf77 Simple fixes for the gdb remote process plugin on Linux. by Stephen Wilson · 13 years ago
  92. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  93. 7bc3908 Made the lldb_private::Opcode struct into a real boy... I mean class. by Greg Clayton · 13 years ago
  94. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  95. 3d79d34 by Caroline Tice · 13 years ago
  96. baf1f64 by Caroline Tice · 13 years ago
  97. 15f2d43 Switch the "print" alias to "expression --". by Jim Ingham · 13 years ago
  98. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  99. b577284 Add missing cases to switch statements & remove 'default'. by Caroline Tice · 13 years ago
  100. 6460790 Silence clang warnings. by Johnny Chen · 13 years ago