- 3447077 [API] Remove redundants get() from smart pointers. NFC by Jonas Devlieghere · 7 years ago
- 181b823 Move Broadcaster+Listener+Event combo from Core into Utility by Pavel Labath · 7 years ago
- ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
- c678ed7 Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the existing EchoCommands and expose both as interpreter settings. by Stefan Granitz · 7 years ago
- 7f88829 Add support for descriptions with command completions. by Raphael Isemann · 7 years ago
- c094d23 Allow specifying an exit code for the 'quit' command by Raphael Isemann · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- 17ffd39 Implement interactive command interruption by Leonard Mosescu · 8 years ago
- 8c9ecc5 Revert patch r313904, as it breaks "command source" and in by Jim Ingham · 8 years ago
- 977996d [LLDB] Implement interactive command interruption by Adrian McCarthy · 8 years ago
- 442f653 Make CommandObject help getters/setters use StringRef. by Zachary Turner · 9 years ago
- a01bccd Convert some more aliasing and CI functions to StringRef. by Zachary Turner · 9 years ago
- a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- f605c19 Improve code of loading plugins that provide cmnds by Abhishek Aggarwal · 9 years ago
- bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
- dbb0abb Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/API; other minor fixes. by Eugene Zelenko · 10 years ago
- 2c1f46d Convert the ScriptInterpreter system to a plugin-based one. by Zachary Turner · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
- 2304b6f Factor resolution of abbreviations and aliases so that they can be tested directly. http://reviews.llvm.org/D9033 by Adrian McCarthy · 10 years ago
- e6e2bb3 Rework LLDB system initialization. by Zachary Turner · 10 years ago
- acf28be Turn off 'quit' confirmation in lldb-mi by Ilia K · 11 years ago
- f9e5dc1 Compare pointers directly instead of ::strcmp in SBXxx::EventIsXxxEvent() by Ilia K · 11 years ago
- af10e1c Fix handling of CommandInterpreter's events in lldb-mi by Ilia K · 11 years ago
- 8a00a56 Fix broadcasters for interpreter and process: by Ilia K · 11 years ago
- 870602d Handle PyLong return values in LLDBSwigPython_CalculateNumChildren. by Siva Chandra · 11 years ago
- cc342da Add accessors on SBCommand to get and set the help texts for a command by Enrico Granata · 11 years ago
- 9fe00e5 Bulk of the infrastructure work to allow script commands to be backed by object instances in addition to free functions by Enrico Granata · 11 years ago
- 633a29c Further reduce header footprint of Debugger.h. by Zachary Turner · 11 years ago
- 7e4df56 Enable Python summaries to use custom SBTypeSummaryOptions if the user is so inclined. Updates to the webdoc will follow by Enrico Granata · 11 years ago
- 88282c6 Add a feature where a string data formatter can now be partially composed of Python summary functions by Enrico Granata · 11 years ago
- ffc9f1d This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit the debugger by Jim Ingham · 11 years ago
- 26c7bf9 Rework the way we pass "run multiple command" options to the various API's that by Jim Ingham · 11 years ago
- d07cfd3 Extend synthetic children to produce synthetic values (as in, those that GetValueAsUnsigned(), GetValueAsCString() would return) by Enrico Granata · 11 years ago
- 06be059 Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow by Enrico Granata · 11 years ago
- 2bdbfd5 This checkin is the first step in making the lldb thread stepping mechanism more accessible from by Jim Ingham · 11 years ago
- 45a44f3 Any commands that are executed through the public interface using SBCommandInterpreter::HandleCommand() are assumed to be in non-interactive mode. by Greg Clayton · 11 years ago
- 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
- 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
- 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
- b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
- f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
- 8afa543 Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to link. by Greg Clayton · 12 years ago
- 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
- b65d733 <rdar://problem/12586010> by Greg Clayton · 13 years ago
- 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
- d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
- 3a18e31 Added a new "module" log channel which covers module creation, deletion, and common module list actions. by Greg Clayton · 13 years ago
- 21dfcd9 Implementing plugins that provide commands. by Enrico Granata · 13 years ago
- 24a8378 Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so it records by Jason Molenda · 13 years ago
- 389512d Add API logging to SBCommandInterpreter::HandleCompletion(). by Jim Ingham · 13 years ago
- 5f5ab60 <rdar://problem/11328896> Fixing a bug where regex commands were saved in the history even if they came from a 'command sourced' file - this fix introduces a command sourcing depth and disables history for all levels of depth > 0, which means no commands go into history when being sourced from a file. we need an integer depth because command files might themselves source other command files, ... by Enrico Granata · 13 years ago
- af6f275 <rdar://problem/10605072> by Greg Clayton · 13 years ago
- 10ebffa Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 13 years ago
- 37a0a24 No functionality changes, mostly cleanup. by Greg Clayton · 13 years ago
- a9f7b79 <rdar://problem/10605072> by Greg Clayton · 14 years ago
- 7bc0ec3 This commit: by Enrico Granata · 14 years ago
- 4bddaeb Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 14 years ago
- b9556ac SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 14 years ago
- 9ea3fcd <rdar://problem/10750012> by Greg Clayton · 14 years ago
- 872e062 Work in progress for: by Johnny Chen · 14 years ago
- ac01260 Sanity check the inputs to SBCommandInterpreter::HandleCompletion by Jim Ingham · 14 years ago
- dce502e Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 14 years ago
- a9dbf43 this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 14 years ago
- 969795f Add a new breakpoint type "break by source regular expression". by Jim Ingham · 14 years ago
- e37d605 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 14 years ago
- 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
- 274fd6e Fixed some SWIG interoperability issues by Enrico Granata · 14 years ago
- 58ad334 Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning by Enrico Granata · 14 years ago
- 223383e Changes to Python commands: by Enrico Granata · 14 years ago
- be93a35 Python commands: by Enrico Granata · 14 years ago
- 6f3533f Public API changes: by Enrico Granata · 14 years ago
- a37a065 Python synthetic children: by Enrico Granata · 14 years ago
- f2bbf71 Python summary strings: by Enrico Granata · 14 years ago
- fc36f791 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 15 years ago
- 9d0402b Don't limit StreamTee to just two streams. It now can contain by Greg Clayton · 15 years ago
- af67cec The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 15 years ago
- 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
- efabb12 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 15 years ago
- cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
- 4838131 Improved API logging. by Greg Clayton · 15 years ago
- 93aa84e Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 15 years ago
- 7b9da4a Fix bugs attempting to write to API log after it has been disabled. by Caroline Tice · 15 years ago
- 750cd17 Clean up the API logging code: by Caroline Tice · 15 years ago
- ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
- 3f12e8ef Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 15 years ago
- 3df9a8d by Caroline Tice · 15 years ago
- 2976d00 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
- 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- ca93cc1 Fix a bunch more include lines. by Eli Friedman · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago