1. 6e81fa3 Change the regular expression used to grok the data type associated the output of by Johnny Chen · 14 years ago
  2. 385c39b Change the expected term-width output string to be a substring instead of a startstring by Johnny Chen · 14 years ago
  3. a4274f1 Modification of the expected start strings for simple 'expr' output involving persistent variables. by Johnny Chen · 14 years ago
  4. 0573742 Modification of the expected pattern for 'expr this->m_c_int' output. by Johnny Chen · 14 years ago
  5. 992ce26 Leaving in deprecated functions until we can get a clean build with the new APIs in place before removing the deprecated functions. by Greg Clayton · 14 years ago
  6. 780f577 Modification of the expected substrings for the print representations of SBProcess and SBThread. by Johnny Chen · 14 years ago
  7. 4fbfcda Fixed a few issues with the example script. by Greg Clayton · 14 years ago
  8. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  9. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  10. 11730f3 Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. by Greg Clayton · 14 years ago
  11. 6af4fad Fixed an issue with the mach-o file parser when parsing indirect symbol stubs by Greg Clayton · 14 years ago
  12. 3cfbd33 Updated the expression parser to ignore non-external by Sean Callanan · 14 years ago
  13. be95581 Modified to accomodate gcc, llvm-gcc, and clang as compilers. by Johnny Chen · 14 years ago
  14. dc27aba Added handling for external variables in function by Sean Callanan · 14 years ago
  15. 17c6a05 Added support for (de)materializing values in registers, by Sean Callanan · 14 years ago
  16. 10cd823 Add a test class to call lldb 'disassemble -n function' command on each call frame when stopped on C's ctor. by Johnny Chen · 14 years ago
  17. 5349ee2 Make the test module with unique name instead of just the generic name TestDisassembly. by Johnny Chen · 14 years ago
  18. 0ac2b92 Filename renamings. by Johnny Chen · 14 years ago
  19. d171972 Added the notion that a value object can be constant by adding: by Greg Clayton · 14 years ago
  20. 377e0b4 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 14 years ago
  21. 0cae7e2 Move two files to the 'attic'. by Johnny Chen · 14 years ago
  22. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
  23. 54e1ea4 Do 'disassemble -s start_addr -e end_addr' on stdc++ library function entries. by Johnny Chen · 14 years ago
  24. 9305747 Add an "auto-confirm" setting to the debugger so you can turn off the confirmations if you want to. by Jim Ingham · 14 years ago
  25. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  26. 2fcb13e Use the LLVM Macho.h header instead of relying on the system one, by Chris Lattner · 14 years ago
  27. 5e16ef5 Add a "Confirm" function to the CommandInterpreter so you can confirm potentially dangerous operations in a generic way. by Jim Ingham · 14 years ago
  28. 1393da9 Have to friend SBFrame or it can't make symbols for the frame. by Jim Ingham · 14 years ago
  29. 90d73bc Initial version of a test case meant to disassemble each and every function from by Johnny Chen · 14 years ago
  30. 8f1e08b Added GetSymbol to the frame. by Greg Clayton · 14 years ago
  31. b7af177 Fixed and issue where we weren't seeing inlined functions anymore. We also now show the correct pc-offset within the inlined function. by Greg Clayton · 14 years ago
  32. aa29517 Added file and line back to the default thread format. by Greg Clayton · 14 years ago
  33. 14df3d4 Remove file:lineno from the expected substrings. Matching 'a_function, i.e., by Johnny Chen · 14 years ago
  34. 7e3449d Remove file:lineno from the expected substrings. Matching 'a.out`string_not_empty', i.e., by Johnny Chen · 14 years ago
  35. 2b4b9ad The 'thread list' command no longer displays the file:lineno after the recent check-in. by Johnny Chen · 14 years ago
  36. 9d49e0e Clarified some caveats for thread format strings. by Greg Clayton · 14 years ago
  37. 09d501f Fixed an issue with the default frame format settings string where if a frame by Greg Clayton · 14 years ago
  38. 198e8fe Added documentation for the new frame and thread format strings. by Greg Clayton · 14 years ago
  39. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  40. bf76c96 Remove the @skip() and @expectedFaiure decorators, the previously affected tests by Johnny Chen · 14 years ago
  41. 5325a36 One final patch for all of this class constructor, destructor, and conversion by Greg Clayton · 14 years ago
  42. 609fb48 Use a more robust regexp to search for the 'Code' symbol. Plus compile the by Johnny Chen · 14 years ago
  43. fa9f134 Update to the latest Clang, which fixes a problem by Sean Callanan · 14 years ago
  44. a77534e I committed too fast. Both "struct objc_selector *" and "SEL" are possible, by Johnny Chen · 14 years ago
  45. 56bdc28 Updated the expected match string when stopped on an objc instance method from: by Johnny Chen · 14 years ago
  46. dbf2615 Get the declaration names for C++ ctors, dtors, and operators from the by Greg Clayton · 14 years ago
  47. a20392f Commented out two debug prints. by Johnny Chen · 14 years ago
  48. 4199819 o Added a new feature to the test framework to skip long running tests conditionally. by Johnny Chen · 14 years ago
  49. 5ded67a Uncomment/fix "-f" command option for disassemble command. by Caroline Tice · 14 years ago
  50. b433a3d Fixed an issue where if a method funciton was asked to be parsed before by Greg Clayton · 14 years ago
  51. 4d6675c by Caroline Tice · 14 years ago
  52. 91de129 Only skip the test cases which are currently crashing, instead of the whole class. by Johnny Chen · 14 years ago
  53. fb35511 by Caroline Tice · 14 years ago
  54. e9048a2 Added bug number to the @skip decorator. by Johnny Chen · 14 years ago
  55. 677a86b These currently crash (from running 'expr' command). Disable the entire class for the time being. by Johnny Chen · 14 years ago
  56. 90e325d Added correct C++ method declarations for destructors and for conversion by Greg Clayton · 14 years ago
  57. 30449d5 Make C++ constructors and destructors correctly within the clang types we by Greg Clayton · 14 years ago
  58. 4a19f58 Fixed handling of signed short types in expressions. by Sean Callanan · 14 years ago
  59. c3bfbd1 Add a simple test for the lldb 'disassemble' command. The initial version just by Johnny Chen · 14 years ago
  60. 64db587 Updated to remove most of the @expectedFailure decorators for: by Johnny Chen · 14 years ago
  61. ea58a3c Fixed an issue where byte sizes were not able to be calculated for forward by Greg Clayton · 14 years ago
  62. c8f5e40 Modification required to test clang, gcc, and llvm-gcc. by Johnny Chen · 14 years ago
  63. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  64. 7ec03bd Change how we call Target::CreateBreakpoint to account for the new "name type" parameter. by Jim Ingham · 14 years ago
  65. 771131d Switched the expression parser from using TargetData by Sean Callanan · 14 years ago
  66. 94f21c0 Add a more complex test scenario for breakpoint locations, with breakpoint enable/disable. by Johnny Chen · 14 years ago
  67. cc112ac Fixed indentation. by Johnny Chen · 14 years ago
  68. 106a737 Fixed 'expr' help message. by Johnny Chen · 14 years ago
  69. 8016967 Retry task_for_pid a few times to avoid some cases where task_for_pid fails. by Greg Clayton · 14 years ago
  70. 594a381 Test new feature with r115115: by Johnny Chen · 14 years ago
  71. 18a921f Stop using LLDB_CC/LLDB_ARCH in the plugins for test configurations. Use make by Johnny Chen · 14 years ago
  72. cc03f68 These prints should go to stderr as well. Plus add a global assert string. by Johnny Chen · 14 years ago
  73. 72afa8d These prints should go to stderr as well. Plus add a global assert string. by Johnny Chen · 14 years ago
  74. 0e0491a Add extra value string to self.expect(). by Johnny Chen · 14 years ago
  75. ffd5229 Added a utility function to return the counterpart C++ compiler of $(CC) and use by Johnny Chen · 14 years ago
  76. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  77. 8ff5a37 Verify that we have a valid breakpoint ID before proceeding with retrieving its by Johnny Chen · 14 years ago
  78. 17dce1c by Caroline Tice · 14 years ago
  79. cdf1513 Simple refactoring. by Johnny Chen · 14 years ago
  80. 5fed90a Wrapped the regexp grokking of data type within a try:expect: instead of letting by Johnny Chen · 14 years ago
  81. 5a3a3d9 Added an example 'frame variable' output to demonstrate how the generic_type_tester by Johnny Chen · 14 years ago
  82. 16939ab Added @expectedFailure decorators for test suite failures: by Johnny Chen · 14 years ago
  83. bbeb60e Turn on generic type tester for expression parser; preparing to file bugs. by Johnny Chen · 14 years ago
  84. 757500e Fix various timing/threading problems in IOChannel & Driver that by Caroline Tice · 14 years ago
  85. 9507ca1 Removed the two @skip class decorators. The assert failures have been fixed. by Johnny Chen · 14 years ago
  86. 0bebf9a Updated the comment section for running 'expr self->string' and 'expr self->date'. by Johnny Chen · 14 years ago
  87. 7d08aae Added two @expectedFailure decorators for test_data_type_and_expr_with_dsym() and by Johnny Chen · 14 years ago
  88. 93d576d Updated to reflect the updated tot r115023. Will be filing a bug next. by Johnny Chen · 14 years ago
  89. af25e19 Removed the two @expectedFailure decorators for expression parser, they have been fixed. by Johnny Chen · 14 years ago
  90. 55b6c53 Updated LLVM to: --revision '{2010-09-28T19:30}' by Greg Clayton · 14 years ago
  91. 294553c Fixed an LLVM/Clang assertion that would happen for C++ and ObjC methods if the DWARF doesn't specify the accessibility for the method. Currently gcc 4.2 and clang++ do not set the accessibility correctly on methods. We currently shouldn't default to private since public methods don't have the accessibility specified. by Greg Clayton · 14 years ago
  92. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  93. 3cb1fd8 Removed a dreadful hack to get at the name of the by Sean Callanan · 14 years ago
  94. 605e916 Removed the @expectedFailure decorator from test_persistent_variables(). by Johnny Chen · 14 years ago
  95. c04743d Fixed two bugs in the expression parser: by Sean Callanan · 14 years ago
  96. b6c15f5 Added TestIntegerTypesExpr.py and TestFloatTypesExpr.py which exercise 'expr' by Johnny Chen · 14 years ago
  97. 22faf18 Sanity check the print representations of SBThread, SBFrame, and SBValue. by Johnny Chen · 14 years ago
  98. fa15024 Another patch from Jean-Daniel. Thanks. by Johnny Chen · 14 years ago
  99. 974fddb Fix from Jean-Daniel. Thanks. by Johnny Chen · 14 years ago
  100. b6c0c9d Make sure we've read in the ObjC runtime library data before trying to use it... by Jim Ingham · 14 years ago