1. 4bbae92 Use the ValueObject directly where possible. by Jim Ingham · 14 years ago
  2. 8de27c7 Made many ConstString functions inlined in the header file. by Greg Clayton · 14 years ago
  3. 80c1f6f Mark a ValueObjectConstResult as valid if it is created with some data, don't wait till it gets updated. by Jim Ingham · 14 years ago
  4. 734b483 Disable "process.macosx" plugin, since it is not being actively supported by Caroline Tice · 14 years ago
  5. f4c7ae0 Skip checking for a bunch of built-ins when evaluating an expression. by Greg Clayton · 14 years ago
  6. 0e0e81d Did a bit of parameter renaming. by Greg Clayton · 14 years ago
  7. deb391c Added short names and descriptions to the UnixSignals class. Also cleaned up by Greg Clayton · 14 years ago
  8. fcf06fb Separated the DWARF index for types from that the index of the namespaces by Greg Clayton · 14 years ago
  9. d168690 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 14 years ago
  10. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  11. e747198 Modify "process handle" so that if no signals are specified it lists/updates them all, by Caroline Tice · 14 years ago
  12. d7a4eb0 Add an initial version of test that exercise the lldb commands: 'process signal' by Johnny Chen · 14 years ago
  13. 028784b Fix a regression introduced in r116430 with the added 'break' statement, by Johnny Chen · 14 years ago
  14. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 14 years ago
  15. b227e14 Default "frame variable" to not show types before values by default. You now enable type display with --show-types or -t (instead of disabling it with --no-types or -t). by Greg Clayton · 14 years ago
  16. fb7c51c Fixed C++ class clang type creation and display by making sure we omit by Greg Clayton · 14 years ago
  17. ed1829e Comment out code that was preventing commands that take raw input strings by Caroline Tice · 14 years ago
  18. 3439178 Replace contains_string with 'strcasestr' from libc. by Caroline Tice · 14 years ago
  19. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  20. 168158a Regular expression commands now print the command that results from expanding the regular expression command. by Greg Clayton · 14 years ago
  21. 5e0894e Fix bug where alias command options were being duplicated as command arguments as well. by Caroline Tice · 14 years ago
  22. af6e9e4 Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 14 years ago
  23. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  24. ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
  25. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  26. 306edca Fixed an issue where objc types weren't ever getting fully resolved (beyond by Greg Clayton · 14 years ago
  27. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  28. 6bc0b5d Added the ability to get error strings back from failed by Greg Clayton · 14 years ago
  29. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 14 years ago
  30. fb8876d Plugged memory leak. by Greg Clayton · 14 years ago
  31. e9f5fbd Added new options to memory read to allow saving memory to disk by Greg Clayton · 14 years ago
  32. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  33. c45df7f Fixed a missing space when using the "apropos" command and you don't find any matches. by Greg Clayton · 14 years ago
  34. 08a7320 Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach-o files". by Greg Clayton · 14 years ago
  35. ca2c093 Added support for LC_LOAD_UPWARD_DYLIB in mach-o files. by Greg Clayton · 14 years ago
  36. 25ca984 Emit a diagnostic message instead of crashing when an argument entry is missing. by Johnny Chen · 14 years ago
  37. 8e46859 o TestStdCXXDisassembly.py: by Johnny Chen · 14 years ago
  38. b8b18c9 Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the global arguments table. by Johnny Chen · 14 years ago
  39. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  40. 7a60b94 Added extra logging, and made sure that the argument by Sean Callanan · 14 years ago
  41. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  42. 451ee7c Fixed a launching issue. by Sean Callanan · 14 years ago
  43. 4912f39 Make sure to lock down the sequence mutex and select the thread we want when read or write all registers. by Greg Clayton · 14 years ago
  44. 0027cec Changed the timeout for expressions from 10 by Sean Callanan · 14 years ago
  45. 5144f38 More SWIG cleanup. Moved the breakpoint callback function back to the by Greg Clayton · 14 years ago
  46. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  47. e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
  48. c5f728c Expose the error contained within an SBValue. by Greg Clayton · 14 years ago
  49. 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
  50. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  51. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  52. 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
  53. 6af4fad Fixed an issue with the mach-o file parser when parsing indirect symbol stubs by Greg Clayton · 14 years ago
  54. 3cfbd33 Updated the expression parser to ignore non-external by Sean Callanan · 14 years ago
  55. dc27aba Added handling for external variables in function by Sean Callanan · 14 years ago
  56. 17c6a05 Added support for (de)materializing values in registers, by Sean Callanan · 14 years ago
  57. d171972 Added the notion that a value object can be constant by adding: by Greg Clayton · 14 years ago
  58. 377e0b4 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 14 years ago
  59. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
  60. 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
  61. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  62. 2fcb13e Use the LLVM Macho.h header instead of relying on the system one, by Chris Lattner · 14 years ago
  63. 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
  64. 8f1e08b Added GetSymbol to the frame. by Greg Clayton · 14 years ago
  65. 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
  66. aa29517 Added file and line back to the default thread format. by Greg Clayton · 14 years ago
  67. 09d501f Fixed an issue with the default frame format settings string where if a frame by Greg Clayton · 14 years ago
  68. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  69. 5325a36 One final patch for all of this class constructor, destructor, and conversion by Greg Clayton · 14 years ago
  70. dbf2615 Get the declaration names for C++ ctors, dtors, and operators from the by Greg Clayton · 14 years ago
  71. 5ded67a Uncomment/fix "-f" command option for disassemble command. by Caroline Tice · 14 years ago
  72. b433a3d Fixed an issue where if a method funciton was asked to be parsed before by Greg Clayton · 14 years ago
  73. 4d6675c by Caroline Tice · 14 years ago
  74. fb35511 by Caroline Tice · 14 years ago
  75. 90e325d Added correct C++ method declarations for destructors and for conversion by Greg Clayton · 14 years ago
  76. 30449d5 Make C++ constructors and destructors correctly within the clang types we by Greg Clayton · 14 years ago
  77. 4a19f58 Fixed handling of signed short types in expressions. by Sean Callanan · 14 years ago
  78. ea58a3c Fixed an issue where byte sizes were not able to be calculated for forward by Greg Clayton · 14 years ago
  79. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  80. 7ec03bd Change how we call Target::CreateBreakpoint to account for the new "name type" parameter. by Jim Ingham · 14 years ago
  81. 771131d Switched the expression parser from using TargetData by Sean Callanan · 14 years ago
  82. cc112ac Fixed indentation. by Johnny Chen · 14 years ago
  83. 106a737 Fixed 'expr' help message. by Johnny Chen · 14 years ago
  84. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  85. 8ff5a37 Verify that we have a valid breakpoint ID before proceeding with retrieving its by Johnny Chen · 14 years ago
  86. 17dce1c by Caroline Tice · 14 years ago
  87. 55b6c53 Updated LLVM to: --revision '{2010-09-28T19:30}' by Greg Clayton · 14 years ago
  88. 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
  89. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  90. 3cb1fd8 Removed a dreadful hack to get at the name of the by Sean Callanan · 14 years ago
  91. c04743d Fixed two bugs in the expression parser: by Sean Callanan · 14 years ago
  92. 974fddb Fix from Jean-Daniel. Thanks. by Johnny Chen · 14 years ago
  93. b6c0c9d Make sure we've read in the ObjC runtime library data before trying to use it... by Jim Ingham · 14 years ago
  94. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  95. 1344e13 Added a DIE to clang opaque type map. by Greg Clayton · 14 years ago
  96. 6df0840 Added type lookup, so variables with user-defined types by Sean Callanan · 14 years ago
  97. 5136f94 Fix one-liner Python breakpoint commands to be wrapped up in an automatically by Caroline Tice · 14 years ago
  98. 4fb400f Hooked up detach for ProcessGDBRemote. by Greg Clayton · 14 years ago
  99. 59c5d5d Automatically wrap *all* Python code entered for a breakpoint command inside by Caroline Tice · 14 years ago
  100. a0af4bd Change command option "--no_override" to "--no-override" (hypen instead of underscore). by Caroline Tice · 14 years ago