1. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  2. 1de036b Don't re-insert disabled breakpoint locations. by Jim Ingham · 14 years ago
  3. bc17550 For UserSettingsController::UpdateDictionaryVariable(), clear the dictionary by Johnny Chen · 14 years ago
  4. 6297a3a Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do. by Jim Ingham · 14 years ago
  5. ab06af9 Fixed a silly bug that was causing the "this" pointer by Sean Callanan · 14 years ago
  6. bb0c91f Ok, last commit for the running processes in a new window. Now you can by Greg Clayton · 14 years ago
  7. 1af4e79 Removed a bit of dead code. Thanks to Eric Christopher for pointing it out. by Sean Callanan · 14 years ago
  8. ba8547d Expressions now claim responsibility for all stops by Sean Callanan · 14 years ago
  9. 44820ec Fixed the message that reports that an expression by Sean Callanan · 14 years ago
  10. 6bd1a9e Fixed all known race conditions with starting a process in a new terminal. by Greg Clayton · 14 years ago
  11. ea3259d Use AppleScript when lauching inferior in terminal so the command that by Greg Clayton · 14 years ago
  12. 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 14 years ago
  13. 3a62e6d Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single by Caroline Tice · 14 years ago
  14. 8b5a077 Fix small mistake in previous commit (fixing aliases for commands that by Caroline Tice · 14 years ago
  15. 0fb069d Fix bug where aliases for commands that take raw input were not by Caroline Tice · 14 years ago
  16. 5867f6b Prevent Python script interpreter initialization from changing by Caroline Tice · 14 years ago
  17. 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
  18. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  19. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  20. 21f5fe1 prefix more stuff with '$' to make sure we don't go trying to lookup anything by Greg Clayton · 14 years ago
  21. bd296c6 Fixed the UnixSignals class to be able to get a signal by name, short name, or signal number when using: by Greg Clayton · 14 years ago
  22. 4bbae92 Use the ValueObject directly where possible. by Jim Ingham · 14 years ago
  23. 8de27c7 Made many ConstString functions inlined in the header file. by Greg Clayton · 14 years ago
  24. 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
  25. 734b483 Disable "process.macosx" plugin, since it is not being actively supported by Caroline Tice · 14 years ago
  26. f4c7ae0 Skip checking for a bunch of built-ins when evaluating an expression. by Greg Clayton · 14 years ago
  27. 0e0e81d Did a bit of parameter renaming. by Greg Clayton · 14 years ago
  28. deb391c Added short names and descriptions to the UnixSignals class. Also cleaned up by Greg Clayton · 14 years ago
  29. fcf06fb Separated the DWARF index for types from that the index of the namespaces by Greg Clayton · 14 years ago
  30. 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
  31. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  32. e747198 Modify "process handle" so that if no signals are specified it lists/updates them all, by Caroline Tice · 14 years ago
  33. d7a4eb0 Add an initial version of test that exercise the lldb commands: 'process signal' by Johnny Chen · 14 years ago
  34. 028784b Fix a regression introduced in r116430 with the added 'break' statement, by Johnny Chen · 14 years ago
  35. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 14 years ago
  36. 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
  37. fb7c51c Fixed C++ class clang type creation and display by making sure we omit by Greg Clayton · 14 years ago
  38. ed1829e Comment out code that was preventing commands that take raw input strings by Caroline Tice · 14 years ago
  39. 3439178 Replace contains_string with 'strcasestr' from libc. by Caroline Tice · 14 years ago
  40. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  41. 168158a Regular expression commands now print the command that results from expanding the regular expression command. by Greg Clayton · 14 years ago
  42. 5e0894e Fix bug where alias command options were being duplicated as command arguments as well. by Caroline Tice · 14 years ago
  43. af6e9e4 Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 14 years ago
  44. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  45. ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
  46. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  47. 306edca Fixed an issue where objc types weren't ever getting fully resolved (beyond by Greg Clayton · 14 years ago
  48. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  49. 6bc0b5d Added the ability to get error strings back from failed by Greg Clayton · 14 years ago
  50. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 14 years ago
  51. fb8876d Plugged memory leak. by Greg Clayton · 14 years ago
  52. e9f5fbd Added new options to memory read to allow saving memory to disk by Greg Clayton · 14 years ago
  53. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  54. c45df7f Fixed a missing space when using the "apropos" command and you don't find any matches. by Greg Clayton · 14 years ago
  55. 08a7320 Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach-o files". by Greg Clayton · 14 years ago
  56. ca2c093 Added support for LC_LOAD_UPWARD_DYLIB in mach-o files. by Greg Clayton · 14 years ago
  57. 25ca984 Emit a diagnostic message instead of crashing when an argument entry is missing. by Johnny Chen · 14 years ago
  58. 8e46859 o TestStdCXXDisassembly.py: by Johnny Chen · 14 years ago
  59. b8b18c9 Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the global arguments table. by Johnny Chen · 14 years ago
  60. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  61. 7a60b94 Added extra logging, and made sure that the argument by Sean Callanan · 14 years ago
  62. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  63. 451ee7c Fixed a launching issue. by Sean Callanan · 14 years ago
  64. 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
  65. 0027cec Changed the timeout for expressions from 10 by Sean Callanan · 14 years ago
  66. 5144f38 More SWIG cleanup. Moved the breakpoint callback function back to the by Greg Clayton · 14 years ago
  67. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  68. e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
  69. c5f728c Expose the error contained within an SBValue. by Greg Clayton · 14 years ago
  70. 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
  71. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  72. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  73. 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
  74. 6af4fad Fixed an issue with the mach-o file parser when parsing indirect symbol stubs by Greg Clayton · 14 years ago
  75. 3cfbd33 Updated the expression parser to ignore non-external by Sean Callanan · 14 years ago
  76. dc27aba Added handling for external variables in function by Sean Callanan · 14 years ago
  77. 17c6a05 Added support for (de)materializing values in registers, by Sean Callanan · 14 years ago
  78. d171972 Added the notion that a value object can be constant by adding: by Greg Clayton · 14 years ago
  79. 377e0b4 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 14 years ago
  80. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
  81. 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
  82. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  83. 2fcb13e Use the LLVM Macho.h header instead of relying on the system one, by Chris Lattner · 14 years ago
  84. 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
  85. 8f1e08b Added GetSymbol to the frame. by Greg Clayton · 14 years ago
  86. 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
  87. aa29517 Added file and line back to the default thread format. by Greg Clayton · 14 years ago
  88. 09d501f Fixed an issue with the default frame format settings string where if a frame by Greg Clayton · 14 years ago
  89. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  90. 5325a36 One final patch for all of this class constructor, destructor, and conversion by Greg Clayton · 14 years ago
  91. dbf2615 Get the declaration names for C++ ctors, dtors, and operators from the by Greg Clayton · 14 years ago
  92. 5ded67a Uncomment/fix "-f" command option for disassemble command. by Caroline Tice · 14 years ago
  93. b433a3d Fixed an issue where if a method funciton was asked to be parsed before by Greg Clayton · 14 years ago
  94. 4d6675c by Caroline Tice · 14 years ago
  95. fb35511 by Caroline Tice · 14 years ago
  96. 90e325d Added correct C++ method declarations for destructors and for conversion by Greg Clayton · 14 years ago
  97. 30449d5 Make C++ constructors and destructors correctly within the clang types we by Greg Clayton · 14 years ago
  98. 4a19f58 Fixed handling of signed short types in expressions. by Sean Callanan · 14 years ago
  99. ea58a3c Fixed an issue where byte sizes were not able to be calculated for forward by Greg Clayton · 14 years ago
  100. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago