1. f73b0fd Bump version number up to 115. by Jason Molenda · 12 years ago
  2. 9ad1953 Made the "--no-inlines" option on by Sean Callanan · 12 years ago
  3. d7793d2 Make the output from "target modules lookup -n" prettier. by Sean Callanan · 12 years ago
  4. 302d78c Extended function lookup to allow the user to by Sean Callanan · 12 years ago
  5. ac725af Improved detection of object file types, moving by Sean Callanan · 12 years ago
  6. 37b4166 Fixed incorrect #include directives. by Greg Clayton · 12 years ago
  7. dd1dcfd Fixed a bunch of ownership problems with the expression parser. Specifically: by Sean Callanan · 12 years ago
  8. 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
  9. caffddc Caching the DIE for the DeclContext as reported by Sean Callanan · 12 years ago
  10. 45eabea Fix compile time warnings for the inferior program. by Johnny Chen · 12 years ago
  11. e7a8e46 Added a logging helper class for SymbolFileDWARF::ParseType() that will by Greg Clayton · 12 years ago
  12. c8fb5e8 Setting terminal type to 'xterm' on Darwin; otherwise, to 'vt100'. by Johnny Chen · 12 years ago
  13. 8c1af79 Add error handling for missing option terminator "--" and a test scenario for it. by Johnny Chen · 12 years ago
  14. 46c9a35 First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 12 years ago
  15. e170182 And the .zip file. by Sean Callanan · 12 years ago
  16. 39a3034 Brought LLVM/Clang up to top of tree. The only by Sean Callanan · 12 years ago
  17. 3750e2a Removed another debug message. Sigh... by Sean Callanan · 12 years ago
  18. 7be5d35 Add safe guard for when the 'expect' program cannot be located and skip the test. by Johnny Chen · 12 years ago
  19. 5f4f327 Some Breakpoint:: methods crept down be log the Breakpoint::BreakpointEventData methods. by Jim Ingham · 12 years ago
  20. f9fa91b Set the terminal type to 'xterm' before doing 'stty -a'. by Johnny Chen · 12 years ago
  21. 9d4e86e Remembered to NULL out the symbol, which was causing testsuite crashes. by Sean Callanan · 12 years ago
  22. b82faf7 Make the expect_prompt more strict. by Johnny Chen · 12 years ago
  23. 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
  24. 42404d2 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 12 years ago
  25. b2e8d19 Added support to the expression parser for reading by Sean Callanan · 12 years ago
  26. 7e7f6b9 fixing comment to reflect that currentversion of OSX works with our STL formatters by Enrico Granata · 12 years ago
  27. e7ba112 In the absence of a valid process, the expression by Sean Callanan · 12 years ago
  28. 24da246 Version bump to 113. by Jason Molenda · 12 years ago
  29. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 12 years ago
  30. 75ed99e Fixed ClangExpressionDeclMap to use the debug by Sean Callanan · 12 years ago
  31. f86c60f Clarify the 'frame variable' help message regarding the watchpoint functionality. by Johnny Chen · 12 years ago
  32. 73ac3b5 Update comment. by Johnny Chen · 12 years ago
  33. 8eac77d The IRInterpreter's constant evaluator wasn't by Sean Callanan · 12 years ago
  34. 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
  35. df871b0 Added a .gitignore so that "git status" isn't quite as busy. by Sean Callanan · 12 years ago
  36. 361c0f8 Made SymbolFileDWARF be less strict when looking by Sean Callanan · 12 years ago
  37. 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
  38. 97b675e I left some stray debugging messages in the source code. Removing these. by Sean Callanan · 12 years ago
  39. 5e3e8c1 Special build dictionary needs the same dictionary when specifying the after-the-test cleanup. by Johnny Chen · 12 years ago
  40. d4d4e09 Fix a typo in specifying the error path when launching the inferior. by Johnny Chen · 12 years ago
  41. 8adc2dd Print out the frame only if self.TraceOn() is True. by Johnny Chen · 12 years ago
  42. e745f4d Add regular C++ inheritance in addition to the virtual inheritance to TestCppValueCast.py. by Johnny Chen · 12 years ago
  43. b7fad95 Almost have templatized functions working (templatized classes are already by Greg Clayton · 12 years ago
  44. 7dd5c51 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 12 years ago
  45. 2e4ea18 Made a fix that would affect anything in the anonymous namespace when looking by Greg Clayton · 12 years ago
  46. eac62c0 Added some extra comments for the declaration context comparison function by Greg Clayton · 12 years ago
  47. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 12 years ago
  48. 8f2e392 I have brought LLDB up-to-date with top of tree by Sean Callanan · 12 years ago
  49. 39f54ea Allow a SBAddress to be created from a SBSection and an offset. by Greg Clayton · 12 years ago
  50. 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 12 years ago
  51. 71d249d Add test cases for SBValue.Cast(SBType). The test logic needs more polishing. by Johnny Chen · 12 years ago
  52. 9013829 Fix typos. by Johnny Chen · 12 years ago
  53. 2ef5eae Add test cases for APIs to get template arguments from an SBType. by Johnny Chen · 12 years ago
  54. 6bbfa6c Fixing issues where synthetic children providers for STL containers std::list and std::map where not doing their job properly by Enrico Granata · 12 years ago
  55. d62b9c1 Expose more convenience functionality in the python classes. by Greg Clayton · 12 years ago
  56. 4e6640e Fixed casting in the lldb::SBValue::Cast(SBType) function. by Greg Clayton · 12 years ago
  57. b6a5ba6 Cleaned up the documentation strings for many helper objects and added by Greg Clayton · 12 years ago
  58. bad9753 Adding support for an "equivalents map". This can be useful when compilers emit multiple, different names for the same actual type. In such scenarios, one of the type names can actually be found during a type lookup, while the others are just aliases. This can cause issues when trying to work with these aliased names and being unable to resolve them to an actual type (e.g. getting an SBType for the aliased name). by Enrico Granata · 12 years ago
  59. 3eeaf6e Added support to SBType for getting template arguments from a SBType: by Greg Clayton · 12 years ago
  60. 4ab0c03 Add a couple of simple completion test cases for 'target ' and 'target va'. by Johnny Chen · 12 years ago
  61. 2f2c277 Added a new --omit-names (-O, uppercase letter o) option to "type summary add". by Enrico Granata · 12 years ago
  62. 3c49d4c Should have used the convenience function: by Johnny Chen · 12 years ago
  63. 6c49bf4 For processes which are not in one of the "launched and stopped" state, 'target variable' command by Johnny Chen · 12 years ago
  64. 7cd8cd5 Fixed terminal settings not being properly restored when "quit" was run. by Greg Clayton · 12 years ago
  65. a749ca2 Kill our child process that we launch when we can't get the task_for_pid() by Greg Clayton · 12 years ago
  66. efa4e22 Fixed a build breakage when trying to assign a shared pointer using a raw pointer. by Greg Clayton · 12 years ago
  67. b62d4c6 ensure that changes to the typemaps are properly detected and cause SWIG to rebuild LLDBWrapPython.cpp by Enrico Granata · 12 years ago
  68. b88575e Fixed an issue where we might accept the wrong type when completing by Greg Clayton · 12 years ago
  69. 1ea5802 When outputting hex values use unsigned integer values so we don't get by Greg Clayton · 12 years ago
  70. 02b6bef Fix indentation. by Johnny Chen · 12 years ago
  71. ca4fe80 Add const-ness to BreakpointLocation::IsEnabled(). by Johnny Chen · 12 years ago
  72. cfbfcd2 Add @expectedFailure decorators. by Johnny Chen · 12 years ago
  73. b302dff Added many more python convenience accessors: by Greg Clayton · 12 years ago
  74. 394da8e Added a new convenience property on lldb.SBThread names "frames" which always returns a complete list of all lldb.SBFrame objects: by Greg Clayton · 12 years ago
  75. cbf1591 lldb should warn when dSYM does not match the binary. by Johnny Chen · 12 years ago
  76. 9b8ff51 Added a new class to the lldb python module: by Greg Clayton · 12 years ago
  77. e20090b remove spurious leftover code from std::list testcase by Enrico Granata · 12 years ago
  78. 86ad476 Added fuzz testing for when we call API calls with an invalid object. by Greg Clayton · 12 years ago
  79. 149d1f5 Threads now store their "temporary" resume state, so we know whether they were suspended in the most by Jim Ingham · 12 years ago
  80. f4a3922 Test case for std::map synthetic children provider (currently an expected failure) by Enrico Granata · 12 years ago
  81. 7541b1b Test case for std::list synthetic children provider (currently an expected failure) by Enrico Granata · 12 years ago
  82. 168e115 Test case for std::vector synthetic children provider by Enrico Granata · 12 years ago
  83. e1df07f Splitting test case for Python synthetic children: part 1 test is only testing the synthetic children feature itself. More test cases will be commited for individual STL containers by Enrico Granata · 12 years ago
  84. 4691fc5 Comments edited to better reflect what the function really does by Enrico Granata · 12 years ago
  85. b8dc733 This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here by Enrico Granata · 12 years ago
  86. db9d6f4 Cleaned up the Communication class when it tears down ConnectionFileDescriptor by Greg Clayton · 12 years ago
  87. 4eb01a7 <rdar://problem/10776614> by Greg Clayton · 12 years ago
  88. 448b6d6 quick fixes for two issues that were causing LLDB to crash by Enrico Granata · 12 years ago
  89. 28f3771 Add some more test cases for the "watchpoint set" command. by Johnny Chen · 12 years ago
  90. 6346a29 Add a period. by Johnny Chen · 12 years ago
  91. 0f907b8 Add a '-u ENV_VAR_NAME' option to the test driver, whose purpose is to unset the said by Johnny Chen · 12 years ago
  92. bc2bb1e Trivial indentation change. by Johnny Chen · 12 years ago
  93. bda984a Fixed a typo in the test case. Updated comment. by Johnny Chen · 12 years ago
  94. fd60a60 Reverted 149277 changeset. It was coded that way for a reason. by Johnny Chen · 12 years ago
  95. 55a2d5a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 12 years ago
  96. fb0026b Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::SetEnabled() implementation. by Johnny Chen · 12 years ago
  97. 573d85c Added a new lldb.SBValue helper module that has two classes: by Greg Clayton · 12 years ago
  98. 0416bdf lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 12 years ago
  99. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 12 years ago
  100. 90c5214 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 12 years ago