summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter
Commit message (Expand)AuthorAgeFilesLines
* This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham2014-10-141-2/+97
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-37/+53
* Reverse out r219169 related to quote handling.Todd Fiala2014-10-101-43/+1
* In cases where you'd use an expression to get a value to insert in a command,...Enrico Granata2014-10-092-7/+12
* Fix deadlock in Python one-line execution.Zachary Turner2014-10-081-0/+15
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-082-0/+41
* Add "target.expr-parser-compiler-args" setting.Todd Fiala2014-10-061-1/+43
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata2014-10-011-2/+5
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-292-3/+95
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-0/+2
* Have CommandObject::CheckRequirements() report the largest missingJason Molenda2014-09-201-3/+18
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Continuation broken for Python scripts when using non-interactive input (Xcod...Greg Clayton2014-09-151-1/+1
* Add a --help (-h) option to "command script add" that enables users to define...Enrico Granata2014-09-151-0/+1
* Add a comment explaining why we're casting the localEric Christopher2014-09-091-0/+1
* Quiet unused variable warning that only occursEric Christopher2014-09-091-0/+1
* Fix configure & make build with python disabledKeno Fischer2014-09-091-0/+5
* Add a -V <bool> flag to frame variable/expression that enables execution of t...Enrico Granata2014-09-061-0/+11
* Allow "breakpoint command add" to add commands to more than one breakpoint at...Jim Ingham2014-08-292-20/+48
* A quoted - is not the beginning of an option, and should not be completed as ...Jim Ingham2014-08-271-0/+2
* Move the rest of the HostInfo functions over.Zachary Turner2014-08-211-2/+7
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-4/+4
* Remove another of the llvm given warnings from the list ofEric Christopher2014-08-151-3/+4
* fix the _regexp-break command to allow quotes around the name:Greg Clayton2014-08-141-1/+1
* Don't enable STDIN for cases where we are supplying lines to be run in the em...Greg Clayton2014-08-141-2/+2
* Fix some python shutdown / ordering issues.Zachary Turner2014-08-081-1/+5
* Probably should initialize that new ivar while I'm at it...Jim Ingham2014-08-061-0/+1
* Add a variant of the CommandOverrideCallback that takes aJim Ingham2014-08-061-6/+4
* Fixed an issue where the LLDB command prompt isn't interactive if you use -o ...Greg Clayton2014-07-311-22/+16
* (no commit message)Greg Clayton2014-07-301-1/+12
* Use llvm Support functions to get the user's home directory.Zachary Turner2014-07-281-3/+5
* ScriptInterpreterPython: %p should be used with void-pointerDavid Majnemer2014-07-221-1/+1
* Test commit. Having trouble committing from one machine but notZachary Turner2014-07-181-1/+1
* Fix a bug with order of operations.Zachary Turner2014-07-181-1/+1
* Any commands that are executed through the public interface using SBCommandIn...Greg Clayton2014-07-152-3/+19
* Get the python scripting interface working on Windows.Zachary Turner2014-07-101-1/+1
* Fix tests broken by the OptionValidator changes.Zachary Turner2014-07-094-0/+5
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-0912-68/+132
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-1/+1
* Fix broken tests due to new error output.Todd Fiala2014-07-0812-132/+68
* Fix a compilation failure caused by a non-const reference.Zachary Turner2014-07-081-1/+1
* Invalidate process UID/GID-related command options on Windows.Zachary Turner2014-07-074-33/+97
* Windows build fixes and removal of endlessly recursive termination function.Todd Fiala2014-07-041-9/+0
* Adds the notion of an OptionValidator.Zachary Turner2014-07-039-35/+35
* Add host layer support for pipes.Greg Clayton2014-07-021-12/+8
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-011-0/+5
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-272-2/+5
* Fix a few typos.Bruce Mitchener2014-06-271-2/+2
* Interpreter: kill some dead codeSaleem Abdulrasool2014-06-131-4/+1
OpenPOWER on IntegriCloud