1. 931acec Added support for looking up the complete type for by Sean Callanan · 13 years ago
  2. 9a7e4c3 Add @expectedFailure decorator with radar number. by Johnny Chen · 13 years ago
  3. d846521 Make Debugger::SetLoggingCallback public, and expose it through the SB API. Sometimes it is not by Jim Ingham · 13 years ago
  4. 988be08 Added support for the DWARF 4 DW_FORM values. by Greg Clayton · 13 years ago
  5. e628a9f Remove extra semicolon (breaking g++ builds). by Benjamin Kramer · 13 years ago
  6. 21356b7 Revert the RTTI change from r151187. It make lldb compile with g++ 4.4 but it doesn't link anymore. The bug seems to be fixed in g++ 4.5. by Benjamin Kramer · 13 years ago
  7. 068d25b Makefile build: remove warning flag that's not supported by GCC. by Benjamin Kramer · 13 years ago
  8. 49f4bf2 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 13 years ago
  9. ddbc8e8 Enable RTTI for the Makefile build, hopefully getting the linux build a bit further. by Benjamin Kramer · 13 years ago
  10. 9792d5c Minor modification. by Johnny Chen · 13 years ago
  11. 04720ae Updated our main LLDB page as it was vastly out of date. by Greg Clayton · 13 years ago
  12. 63fd41c Remove unused python includes from headers. by Benjamin Kramer · 13 years ago
  13. 7611330 For stepping performance I added the ability to outlaw all memory accesseses by Greg Clayton · 13 years ago
  14. 9a5bbd2 Change #ifdef markers around lockdown and SpringBoard by Jason Molenda · 13 years ago
  15. 6572b71 Use a sentry object to properly initialize/terminate LLDB. by Johnny Chen · 13 years ago
  16. fe29729 Install lldb tool into /usr/local/bin if sdk==iphoneos. by Jason Molenda · 13 years ago
  17. ae1d3eb Fix comment. by Johnny Chen · 13 years ago
  18. 1844426 Revert accidental commit. by Benjamin Kramer · 13 years ago
  19. e5eaa30 Linux fix patch from Dmitry Vyukov. by Greg Clayton · 13 years ago
  20. 137e523 Remove a ton of implicit narrowing conversions for C++11 compatibility. by Benjamin Kramer · 13 years ago
  21. 2d9c2d4 Forgot to add two files from the last checkin. by Jim Ingham · 13 years ago
  22. 3383c17 Fixed an issue where empty sections or zero filled sections could return by Greg Clayton · 13 years ago
  23. c48ca82 Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python by Jason Molenda · 13 years ago
  24. b6883ec Fixed a crasher that would happen when supplying lldb with an application by Greg Clayton · 13 years ago
  25. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 13 years ago
  26. 5de3317 Pull side effects out of asserts. Fixes debugserver with NDEBUG defined. by Charles Davis · 13 years ago
  27. f4124de Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 13 years ago
  28. 4eeac7e committing a patch from Dmitry Vyukov that solves compilation issues with FormatNavigator.h by Enrico Granata · 13 years ago
  29. 8e1d33f fixing documentation to refer to the correct name of the module init function __lldb_init_module by Enrico Granata · 13 years ago
  30. dd5e363 Fix compile error for DisassemblerLLVMC.cpp. by Johnny Chen · 13 years ago
  31. 8ebed65 Fix examples/lookup/main.cpp. by Johnny Chen · 13 years ago
  32. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 13 years ago
  33. 70c6cf4 Ignore the constness of the object pointer when fetching it. by Sean Callanan · 13 years ago
  34. 891d8ba making it so that the std::map test case does a better job at checking for interference between expression parser and synthetic children; plus being more verbose in the comments by Enrico Granata · 13 years ago
  35. 751a8ac Remove unneeded includes. by Jim Ingham · 13 years ago
  36. b4d7fc0 This checking is part one of trying to add some threading safety to our by Greg Clayton · 13 years ago
  37. 4b091e4 reverting unwanted changes to scheme files with previous commit by Enrico Granata · 13 years ago
  38. d760907c Adding formatters for several useful Objective-C/Cocoa data types. The new categories are not enabled at startup, but can be manually activated if desired. by Enrico Granata · 13 years ago
  39. 75a7c75 Fixed an error with the 'G' packet on ARM when using the default GDB by Greg Clayton · 13 years ago
  40. 32a56ec Added a new disassembler plugin, DisassemblerLLVMC, by Sean Callanan · 13 years ago
  41. 758835b memory read -f X doesn't print anything (lldb should warn when encountering an unsupported byte size) by Johnny Chen · 13 years ago
  42. 5564d80 memory read prints out duplicate entries when using vector formats by Johnny Chen · 13 years ago
  43. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 13 years ago
  44. e90903a Document that we now support the GDB shorthand format syntax on any commands by Greg Clayton · 13 years ago
  45. 51cd6f6 Stop finding bare symbols when we're explicitly told to look in a namespace. by Sean Callanan · 13 years ago
  46. 046ef69 adding a new test case for the SB formatters API by Enrico Granata · 13 years ago
  47. 16376ed <rdar://problem/10062621> by Enrico Granata · 13 years ago
  48. 52d0d02 Previoously the expression parser had to rely on the by Sean Callanan · 13 years ago
  49. 04200f6 Only allow expressions to use the JIT if memory can be allocated in the process. by Sean Callanan · 13 years ago
  50. 2b05e29 Remove the functionality of using 'frame variable -w' to set a watchpoint now that 'watchpoint set variable/expression' by Johnny Chen · 13 years ago
  51. 9658054 Remove @expectedFailure decorators as the bug has been fixed. by Johnny Chen · 13 years ago
  52. 132e7c3 by Enrico Granata · 13 years ago
  53. 7abba2a Add test cases exercising SBValue.GetObjectDescription() with the SBValue from SBTarget.FindGlobalVariables() by Johnny Chen · 13 years ago
  54. 8da5489 Fixed a bug that caused the description strings by Sean Callanan · 13 years ago
  55. 95d7433 Made loading sections in the DynamicLoaderDarwinKernel more robust as it by Greg Clayton · 13 years ago
  56. e7e2099 Add a test case for completion from 'settings set target.exec' to 'settings set target.exec-search-paths '. by Johnny Chen · 13 years ago
  57. 9ce9538 Full core file support has been added for mach-o core files. by Greg Clayton · 13 years ago
  58. f4cbc32 Tightened up type uniq'ing so we don't uniq two by Sean Callanan · 13 years ago
  59. f73b0fd Bump version number up to 115. by Jason Molenda · 13 years ago
  60. 9ad1953 Made the "--no-inlines" option on by Sean Callanan · 13 years ago
  61. d7793d2 Make the output from "target modules lookup -n" prettier. by Sean Callanan · 13 years ago
  62. 302d78c Extended function lookup to allow the user to by Sean Callanan · 13 years ago
  63. ac725af Improved detection of object file types, moving by Sean Callanan · 13 years ago
  64. 37b4166 Fixed incorrect #include directives. by Greg Clayton · 13 years ago
  65. dd1dcfd Fixed a bunch of ownership problems with the expression parser. Specifically: by Sean Callanan · 13 years ago
  66. fbe7783 fixing a macro name mismatch that was making our test case succeed for the wrong reason; plus a minor code change to the CPP side of the test which eases debugging efforts by Enrico Granata · 13 years ago
  67. caffddc Caching the DIE for the DeclContext as reported by Sean Callanan · 13 years ago
  68. 45eabea Fix compile time warnings for the inferior program. by Johnny Chen · 13 years ago
  69. e7a8e46 Added a logging helper class for SymbolFileDWARF::ParseType() that will by Greg Clayton · 13 years ago
  70. c8fb5e8 Setting terminal type to 'xterm' on Darwin; otherwise, to 'vt100'. by Johnny Chen · 13 years ago
  71. 8c1af79 Add error handling for missing option terminator "--" and a test scenario for it. by Johnny Chen · 13 years ago
  72. 46c9a35 First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 13 years ago
  73. e170182 And the .zip file. by Sean Callanan · 13 years ago
  74. 39a3034 Brought LLVM/Clang up to top of tree. The only by Sean Callanan · 13 years ago
  75. 3750e2a Removed another debug message. Sigh... by Sean Callanan · 13 years ago
  76. 7be5d35 Add safe guard for when the 'expect' program cannot be located and skip the test. by Johnny Chen · 13 years ago
  77. 5f4f327 Some Breakpoint:: methods crept down be log the Breakpoint::BreakpointEventData methods. by Jim Ingham · 13 years ago
  78. f9fa91b Set the terminal type to 'xterm' before doing 'stty -a'. by Johnny Chen · 13 years ago
  79. 9d4e86e Remembered to NULL out the symbol, which was causing testsuite crashes. by Sean Callanan · 13 years ago
  80. b82faf7 Make the expect_prompt more strict. by Johnny Chen · 13 years ago
  81. 8f82f82 Add a case to test that 'stty -a' displays the same output before and after running the lldb command. by Johnny Chen · 13 years ago
  82. 42404d2 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 13 years ago
  83. b2e8d19 Added support to the expression parser for reading by Sean Callanan · 13 years ago
  84. 7e7f6b9 fixing comment to reflect that currentversion of OSX works with our STL formatters by Enrico Granata · 13 years ago
  85. e7ba112 In the absence of a valid process, the expression by Sean Callanan · 13 years ago
  86. 24da246 Version bump to 113. by Jason Molenda · 13 years ago
  87. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 13 years ago
  88. 75ed99e Fixed ClangExpressionDeclMap to use the debug by Sean Callanan · 13 years ago
  89. f86c60f Clarify the 'frame variable' help message regarding the watchpoint functionality. by Johnny Chen · 13 years ago
  90. 73ac3b5 Update comment. by Johnny Chen · 13 years ago
  91. 8eac77d The IRInterpreter's constant evaluator wasn't by Sean Callanan · 13 years ago
  92. 6183fcc Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 13 years ago
  93. df871b0 Added a .gitignore so that "git status" isn't quite as busy. by Sean Callanan · 13 years ago
  94. 361c0f8 Made SymbolFileDWARF be less strict when looking by Sean Callanan · 13 years ago
  95. cb1a0d9 Add help string for 'frame variable' to link to 'watchpoint set' which allows for using an expression to specify the address to watch for. by Johnny Chen · 13 years ago
  96. 97b675e I left some stray debugging messages in the source code. Removing these. by Sean Callanan · 13 years ago
  97. 5e3e8c1 Special build dictionary needs the same dictionary when specifying the after-the-test cleanup. by Johnny Chen · 13 years ago
  98. d4d4e09 Fix a typo in specifying the error path when launching the inferior. by Johnny Chen · 13 years ago
  99. 8adc2dd Print out the frame only if self.TraceOn() is True. by Johnny Chen · 13 years ago
  100. e745f4d Add regular C++ inheritance in addition to the virtual inheritance to TestCppValueCast.py. by Johnny Chen · 13 years ago