summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter
Commit message (Expand)AuthorAgeFilesLines
* Added a top level Timer to the interpreter execute command. Also added an op...Jim Ingham2010-11-041-0/+2
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-2/+5
* Remove references to particular Python version (use the system defaultCaroline Tice2010-10-281-0/+4
* Flush the prompts immediately in the breakpoint command input readers, to make Caroline Tice2010-10-271-0/+7
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-3/+3
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-1/+2
* Changed "run" to alias "process launch --".Jim Ingham2010-10-221-4/+7
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-202-2/+2
* Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a singleCaroline Tice2010-10-181-3/+2
* Fix small mistake in previous commit (fixing aliases for commands thatCaroline Tice2010-10-181-1/+1
* Fix bug where aliases for commands that take raw input were notCaroline Tice2010-10-181-0/+11
* Prevent Python script interpreter initialization from changingCaroline Tice2010-10-181-8/+40
* Added a new Host call to find LLDB related paths:Greg Clayton2010-10-171-26/+35
* Add an initial version of test that exercise the lldb commands: 'process signal'Johnny Chen2010-10-141-6/+1
* Add new argument type, eArgSignalName,Caroline Tice2010-10-131-0/+1
* Replace contains_string with 'strcasestr' from libc.Caroline Tice2010-10-121-33/+4
* Fix some memory leaks.Caroline Tice2010-10-121-12/+9
* Regular expression commands now print the command that results from expanding...Greg Clayton2010-10-121-5/+4
* Fix bug where alias command options were being duplicated as command argument...Caroline Tice2010-10-121-6/+28
* Added a "--no-lldbinit" option (-n for short (which magically matchesGreg Clayton2010-10-111-1/+6
* Fixed process.gdb-remote to be able to properly propagate the signals andGreg Clayton2010-10-091-2/+2
* Emit a diagnostic message instead of crashing when an argument entry is missing.Johnny Chen2010-10-081-1/+6
* Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the...Johnny Chen2010-10-081-0/+1
* More SWIG cleanup. Moved the breakpoint callback function back to theGreg Clayton2010-10-071-2/+44
* Add an "auto-confirm" setting to the debugger so you can turn off the confirm...Jim Ingham2010-10-041-1/+4
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-042-62/+112
* Add a "Confirm" function to the CommandInterpreter so you can confirm potenti...Jim Ingham2010-10-041-0/+93
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-012-18/+37
* Add infrastructure for standardizing arguments for commands andCaroline Tice2010-10-012-1/+208
* Fix one-liner Python breakpoint commands to be wrapped up in an automaticallyCaroline Tice2010-09-271-5/+11
* Automatically wrap *all* Python code entered for a breakpoint command insideCaroline Tice2010-09-271-198/+22
* Update help text for breakpoint command one-liners.Caroline Tice2010-09-211-1/+1
* Re-write/clean up code that generated Python breakpoint commands.Caroline Tice2010-09-211-113/+158
* Make the short option print out before the long option in the Caroline Tice2010-09-201-2/+2
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-20/+3
* General command line help cleanup:Greg Clayton2010-09-181-13/+76
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-189-98/+76
* Added default more aliases to ease gdb converts:Greg Clayton2010-09-161-1/+3
* Remove help text that is no longer correct.Caroline Tice2010-09-141-4/+26
* Clean up help text.Caroline Tice2010-09-131-1/+1
* Add missing result.SetStatus, to allow aliases to be created withCaroline Tice2010-09-121-0/+1
* Fixed some comments.Johnny Chen2010-09-111-1/+1
* Added the capability to specify a one-liner Python script as the callbackJohnny Chen2010-09-101-0/+20
* Don't flatten lldb and import everything into the global namespace. Instead,Johnny Chen2010-09-101-2/+2
* Modify the command options help generation so that required optionsCaroline Tice2010-09-091-34/+75
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-093-11/+19
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-072-3/+3
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-044-515/+54
* Delete the vestigal "select", "info" and "delete" commands.Jim Ingham2010-09-031-7/+0
* Move "variable list" to "frame variable"Jim Ingham2010-09-021-2/+0
OpenPOWER on IntegriCloud