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