1. e6866a3 Add alias information, including aliased command options & by Caroline Tice · 14 years ago
  2. 0831ebc Comment out uninmplemented command option (-f) for disassemble command. by Caroline Tice · 14 years ago
  3. 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 14 years ago
  4. ad5b61b Explicatory comment for folks that may not be by Sean Callanan · 14 years ago
  5. 839fde4 Logging fixes. Added a simple class to handle by Sean Callanan · 14 years ago
  6. a62ad7c Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 14 years ago
  7. cf2f305 Add warning if no actual locations were resolved when attempting by Caroline Tice · 14 years ago
  8. 9bd7e35 Fixed the "frame variable -G NAME" that would print global by Greg Clayton · 14 years ago
  9. 7ea3523 Replace unnecessary dynamic_cast with static_cast. by Jim Ingham · 14 years ago
  10. 2763c64 Make SBFrame::GetDescription a little more descriptive. by Caroline Tice · 14 years ago
  11. 7de24cc Fix bugs attempting to write to API log after it has been disabled. by Caroline Tice · 14 years ago
  12. f81b4c5 Flush the prompts immediately in the breakpoint command input readers, to make by Caroline Tice · 14 years ago
  13. 6bc44a4 Don't include the ":" character when building the selector identifiers by Greg Clayton · 14 years ago
  14. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  15. bf6e210 After a recent fix to not set the default architecture to "x86_64", the string value for the default arch was coming out as a value that shouldn't be user visible. Now we don't show any value when it isn't set. by Greg Clayton · 14 years ago
  16. 68d4753 Removed an inappropriate function lookup path. by Sean Callanan · 14 years ago
  17. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  18. d8ac2a1 Remove inappropriate if-clause in regex name resolution that was by Caroline Tice · 14 years ago
  19. 4e12194 Add an unwind log Printf to note when an eh_frame section is by Jason Molenda · 14 years ago
  20. 2e2ba54 Don't indent log lines by frame # spaces if the frame # exceeds 100 - the indentation by Jason Molenda · 14 years ago
  21. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  22. a2c269c Get a disassembler based on the correct architecture for assembly by Jason Molenda · 14 years ago
  23. c2c6f77 Fixed a problem where function calls on i386 weren't being generated correctly. by Sean Callanan · 14 years ago
  24. 988ddbc The call function thread plan should allow internal breakpoints to continue on. Also made stopping by Jim Ingham · 14 years ago
  25. 17a661c Add an extra SPC character after '.' for the 'frame variable' help text. by Johnny Chen · 14 years ago
  26. fe97289 Don't set the default architecture to x86_64. Leave it NULL so that it isn't set to anything and so that any single architecture binary will adopt that architecture instead of posting an error stating the binary doesn't contain "x86_64". by Greg Clayton · 14 years ago
  27. 8280cbe Check in the native lldb unwinder. by Jason Molenda · 14 years ago
  28. 0432506 Fixes to Objective-C built-in type handling. by Sean Callanan · 14 years ago
  29. 3089237 Added a hack so that "unichar" is resolved to by Sean Callanan · 14 years ago
  30. e67bf03 Fixed value objects so that they return an by Sean Callanan · 14 years ago
  31. 11e9585 If we hit a thread specific breakpoint for another thread, don't report the Exception as the stop reason, you have to report no stop reason. by Jim Ingham · 14 years ago
  32. 550f276 Added a temporary hack to allow casting of Objective-C by Sean Callanan · 14 years ago
  33. f8fa6ff Fix the default prompt to have a space. by Greg Clayton · 14 years ago
  34. e3663e8 Changed "run" to alias "process launch --". by Jim Ingham · 14 years ago
  35. 713308e Fixed a error formatting output issue when dumping variables where the error had no space before it and was missing a newline. by Greg Clayton · 14 years ago
  36. e374083 Add and SB API to set breakpoint conditions. by Jim Ingham · 14 years ago
  37. 03c997b Fixed IRForTarget to not recognize $__lldb variables by Sean Callanan · 14 years ago
  38. 3d0e2c2 Fixed a crasher that could happen if a FileSpec had a filename only, or vice by Greg Clayton · 14 years ago
  39. a83ea88 Fixed a crasher. The cmd_file needs to be resolved before reading lines from it. by Johnny Chen · 14 years ago
  40. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  41. 1de036b Don't re-insert disabled breakpoint locations. by Jim Ingham · 14 years ago
  42. bc17550 For UserSettingsController::UpdateDictionaryVariable(), clear the dictionary by Johnny Chen · 14 years ago
  43. 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
  44. ab06af9 Fixed a silly bug that was causing the "this" pointer by Sean Callanan · 14 years ago
  45. bb0c91f Ok, last commit for the running processes in a new window. Now you can by Greg Clayton · 14 years ago
  46. 1af4e79 Removed a bit of dead code. Thanks to Eric Christopher for pointing it out. by Sean Callanan · 14 years ago
  47. ba8547d Expressions now claim responsibility for all stops by Sean Callanan · 14 years ago
  48. 44820ec Fixed the message that reports that an expression by Sean Callanan · 14 years ago
  49. 6bd1a9e Fixed all known race conditions with starting a process in a new terminal. by Greg Clayton · 14 years ago
  50. ea3259d Use AppleScript when lauching inferior in terminal so the command that by Greg Clayton · 14 years ago
  51. 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 14 years ago
  52. 3a62e6d Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single by Caroline Tice · 14 years ago
  53. 8b5a077 Fix small mistake in previous commit (fixing aliases for commands that by Caroline Tice · 14 years ago
  54. 0fb069d Fix bug where aliases for commands that take raw input were not by Caroline Tice · 14 years ago
  55. 5867f6b Prevent Python script interpreter initialization from changing by Caroline Tice · 14 years ago
  56. 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
  57. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  58. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  59. 21f5fe1 prefix more stuff with '$' to make sure we don't go trying to lookup anything by Greg Clayton · 14 years ago
  60. 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
  61. 4bbae92 Use the ValueObject directly where possible. by Jim Ingham · 14 years ago
  62. 8de27c7 Made many ConstString functions inlined in the header file. by Greg Clayton · 14 years ago
  63. 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
  64. 734b483 Disable "process.macosx" plugin, since it is not being actively supported by Caroline Tice · 14 years ago
  65. f4c7ae0 Skip checking for a bunch of built-ins when evaluating an expression. by Greg Clayton · 14 years ago
  66. 0e0e81d Did a bit of parameter renaming. by Greg Clayton · 14 years ago
  67. deb391c Added short names and descriptions to the UnixSignals class. Also cleaned up by Greg Clayton · 14 years ago
  68. fcf06fb Separated the DWARF index for types from that the index of the namespaces by Greg Clayton · 14 years ago
  69. 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
  70. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  71. e747198 Modify "process handle" so that if no signals are specified it lists/updates them all, by Caroline Tice · 14 years ago
  72. d7a4eb0 Add an initial version of test that exercise the lldb commands: 'process signal' by Johnny Chen · 14 years ago
  73. 028784b Fix a regression introduced in r116430 with the added 'break' statement, by Johnny Chen · 14 years ago
  74. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 14 years ago
  75. 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
  76. fb7c51c Fixed C++ class clang type creation and display by making sure we omit by Greg Clayton · 14 years ago
  77. ed1829e Comment out code that was preventing commands that take raw input strings by Caroline Tice · 14 years ago
  78. 3439178 Replace contains_string with 'strcasestr' from libc. by Caroline Tice · 14 years ago
  79. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  80. 168158a Regular expression commands now print the command that results from expanding the regular expression command. by Greg Clayton · 14 years ago
  81. 5e0894e Fix bug where alias command options were being duplicated as command arguments as well. by Caroline Tice · 14 years ago
  82. af6e9e4 Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 14 years ago
  83. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  84. ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
  85. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  86. 306edca Fixed an issue where objc types weren't ever getting fully resolved (beyond by Greg Clayton · 14 years ago
  87. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  88. 6bc0b5d Added the ability to get error strings back from failed by Greg Clayton · 14 years ago
  89. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 14 years ago
  90. fb8876d Plugged memory leak. by Greg Clayton · 14 years ago
  91. e9f5fbd Added new options to memory read to allow saving memory to disk by Greg Clayton · 14 years ago
  92. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  93. c45df7f Fixed a missing space when using the "apropos" command and you don't find any matches. by Greg Clayton · 14 years ago
  94. 08a7320 Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach-o files". by Greg Clayton · 14 years ago
  95. ca2c093 Added support for LC_LOAD_UPWARD_DYLIB in mach-o files. by Greg Clayton · 14 years ago
  96. 25ca984 Emit a diagnostic message instead of crashing when an argument entry is missing. by Johnny Chen · 14 years ago
  97. 8e46859 o TestStdCXXDisassembly.py: by Johnny Chen · 14 years ago
  98. b8b18c9 Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the global arguments table. by Johnny Chen · 14 years ago
  99. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  100. 7a60b94 Added extra logging, and made sure that the argument by Sean Callanan · 14 years ago