- 8e1e126 Fixed the file ordering (alphabetic) in the Commands folder. by Greg Clayton · 14 years ago
- 902e018 Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 14 years ago
- a2cec4f Updated Xcode build version to lldb-37 and debugserver-123. by Greg Clayton · 14 years ago
- 3b2cfc2 Bumped Xcode project versions to for lldb-36 and debugserver-122. by Greg Clayton · 14 years ago
- 6e889b1 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 14 years ago
- c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
- 539b3ef Removed unused files that were out of date and causing issues with the by Greg Clayton · 14 years ago
- dd62d72 Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object by Greg Clayton · 14 years ago
- 6507dd9 Changing the ObjC find method implementation to use a ClangUtilityFunction inserted into the target. Consolidate all the by Jim Ingham · 14 years ago
- 3355d11 Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 for by Greg Clayton · 14 years ago
- 9d972a4 Fixed an issue when debugging with DWARF in the .o files where by Greg Clayton · 14 years ago
- 7524a1d Bumped Xcode project build version to 34 for lldb-34. by Greg Clayton · 14 years ago
- 304fab4 Bumped lldb version to lldb-33 and debugserver to debugserver-120. by Greg Clayton · 14 years ago
- 9a7b291 Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work. by Jim Ingham · 14 years ago
- 539d945 Make sure to index the DWARF if we already haven't so we can resolve forward by Greg Clayton · 14 years ago
- b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
- c2d382c Fix completion for multi-word commands in the "help" command. by Jim Ingham · 14 years ago
- 360f53f Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming. by Jim Ingham · 14 years ago
- c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
- 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
- 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
- 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
- cdea236 The thread plan destructors may call Thread virtual methods. That means they have to get cleaned up in the derived class's destructor. Make sure that happens. by Jim Ingham · 14 years ago
- 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
- b5037af Added quotes around names that are being lookup up or inspected in the by Greg Clayton · 14 years ago
- 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
- feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
- e4b9df0 Fixed an issue where we might not find global variables by name when we have by Greg Clayton · 14 years ago
- 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
- 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
- abab590 Bumped Xcode versions to lldb-32 and debugserver-119. by Greg Clayton · 14 years ago
- 53d287b Fixed an issue where we might not be able to track down a real definition of by Greg Clayton · 14 years ago
- d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
- 670c1f8 Bumped versions in Xcode projects to lldb-31 and debugserver-118. by Greg Clayton · 14 years ago
- 23cf0c7 Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 14 years ago
- d6d806c Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" by Greg Clayton · 14 years ago
- 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
- ea9d426 Added the equivalent of gdb's "unwind-on-signal" to the expression command, and a parameter to control it in ClangUserExpression, and on down to ClangFunction. by Jim Ingham · 14 years ago
- 2eac2b9 Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. by Jim Ingham · 14 years ago
- 12e4185 Removed the hardcoding of the system compiler to gcc 4.2 by Greg Clayton · 14 years ago
- 81ab615 Bumped version for lldb-29 and debugserver-116 in the Xcode projects. by Greg Clayton · 14 years ago
- 9d2993d Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 14 years ago
- c9e821e Make sure darwin-debug gets installed in /Developer/usr/bin instead of by Greg Clayton · 14 years ago
- 03f4e93 Bumped lldb Xcode project version to 28 for lldb-28. by Greg Clayton · 14 years ago
- b0f8e23 Bumped version in Xcode project to lldb-27, and debugserver to debugserver-115. by Greg Clayton · 14 years ago
- 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
- a5dc3a7 Overloading is not broken any more. No need for an #ifndef. by Sean Callanan · 14 years ago
- 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
- 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 14 years ago
- 9bd7e35 Fixed the "frame variable -G NAME" that would print global by Greg Clayton · 14 years ago
- f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
- 8280cbe Check in the native lldb unwinder. by Jason Molenda · 14 years ago
- 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
- 6bd1a9e Fixed all known race conditions with starting a process in a new terminal. by Greg Clayton · 14 years ago
- ea3259d Use AppleScript when lauching inferior in terminal so the command that by Greg Clayton · 14 years ago
- 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
- 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
- 0e0e81d Did a bit of parameter renaming. by Greg Clayton · 14 years ago
- 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
- 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
- ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
- 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
- 887eb31 Bumped versions to lldb-26 and debugserver-114 for a build. by Greg Clayton · 14 years ago
- 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
- 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
- 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
- 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
- b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
- 102f4e3 Bumped Xcode lldb build number to 25 for lldb-25 and debugserver build to by Greg Clayton · 14 years ago
- 1d8173f Added the ability to create an objective C method for an objective C by Greg Clayton · 14 years ago
- 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago
- 412440a Added motheds to C++ classes as we parse them to keep clang happy. by Greg Clayton · 14 years ago
- e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
- ea0dbca Add a new ArchVolatileRegs plugin class to identify by Jason Molenda · 14 years ago
- 98f930f by Caroline Tice · 14 years ago
- 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
- ab7b39c We now have SBStream that mirrors the generic stream classes we by Greg Clayton · 14 years ago
- dfc91c3 Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 14 years ago
- 1924e24 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 14 years ago
- 7412475 So we can't use .debug_pubtypes as it, as designed, does not tell us about by Greg Clayton · 14 years ago
- eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
- 17454cf Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 14 years ago
- e37f23c Fixed a crash that would happen when using "frame variables" on any struct, by Greg Clayton · 14 years ago
- 637029b Fixed an issue I found in the mach-o symbol table parsing where by Greg Clayton · 14 years ago
- 466f6c4 Added some missing API for address resolving within a module, and looking by Greg Clayton · 14 years ago
- 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
- 0a7f75f Got the ARM version of debugserver up to date. by Greg Clayton · 14 years ago
- 576a68b Enable minimized symbol tables when parsing mach-o files. This by Greg Clayton · 14 years ago
- 8f3b21d Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 14 years ago
- 69aa5d9 Added more API to lldb::SBBlock to allow getting the block by Greg Clayton · 14 years ago
- 6e4c5ce by Caroline Tice · 14 years ago
- e33bdd3 Improved name demangling performance by 20% on darwin. by Greg Clayton · 14 years ago
- 439ab61 Delete the vestigal "select", "info" and "delete" commands. by Jim Ingham · 14 years ago
- 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 14 years ago
- 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
- f18d91c Added support for dynamic sanity checking in by Sean Callanan · 14 years ago
- cb0989a Cleaned up my previous submission which had some header search paths that by Greg Clayton · 14 years ago
- 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
- 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 14 years ago
- 830a903 Added a ClangUtilityFunction class that allows the by Sean Callanan · 14 years ago