summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+24
* Proper handling of QNonStop packet response.Ewan Crawford2015-06-241-0/+7
* Fix a typo in the help.Jim Ingham2015-06-161-1/+1
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-7/+6
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Did some cleanup to stop us from leaking Pipe file descriptors.Greg Clayton2015-05-231-0/+14
* Fix handling of hijacked events in synchronous modeIlia K2015-05-201-10/+1
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-4/+20
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-20/+4
* OperatingSystem plug-ins need to avoid running code when fetching thread list...Greg Clayton2015-05-151-0/+8
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-4/+20
* Remote Non-Stop SupportEwan Crawford2015-05-131-1/+10
* Set path syntax for remote executable FileSpec.Chaoren Lin2015-05-091-1/+2
* This patch allows LLDB to use the $qXfer:Libraries: packet.Aidan Dodds2015-05-081-2/+13
* Don't call the Process::SyncIOHandler in Target::LaunchIlia K2015-05-071-12/+0
* Fix process launch from Windows host to Android target.Chaoren Lin2015-05-051-0/+1
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-221-3/+15
* This patch implements several improvements to theSean Callanan2015-04-201-0/+9
* Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda2015-04-171-2/+2
* Add new virtual method for language runtime plug-ins:Greg Clayton2015-04-161-18/+0
* Added a testcase that covers loading a module andSean Callanan2015-04-031-0/+20
* Fix a race condition in Target::LaunchZachary Turner2015-03-261-14/+23
* Keep launch info up to date when accessors are called directly (not through "...Greg Clayton2015-03-261-0/+3
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-2/+3
* Fix Target::Launch in case of synchronous executionIlia K2015-03-231-20/+37
* Initialize ObjC runtime at the right location.Stephane Sezer2015-03-231-0/+18
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Fix fetching the architecture of the target on process launchTamas Berghammer2015-03-131-0/+24
* Remove unused FileSpec variable from Target::GetSharedModuleIlia K2015-03-121-1/+0
* Add =shlibs-added/=shlibs-removed notifications (MI)Ilia K2015-03-101-75/+69
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+3
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-031-0/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-61/+86
* Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallbac...Ilia K2015-02-131-1/+2
* Add -exec-arguments commandIlia K2015-02-131-1/+147
* Introduce the notion of "runtime support values"Enrico Granata2015-02-111-1/+18
* As part of the cleanup when a process dies, tell watchpoints to forget their ...Enrico Granata2015-02-111-0/+21
* Extract attach core logic from SBTarget::Attach* methods into unified SBTarge...Oleksiy Vyalov2015-02-101-0/+77
* Dynamic values have been around (and stable and reliable) for long enough tha...Enrico Granata2015-01-091-1/+1
* Audit uses of ConstString::AsCString() to make sure they weren't assumingJim Ingham2014-12-191-2/+2
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-28/+39
* This is the meat of the code to add Clang modulesSean Callanan2014-12-051-0/+16
* This is the first step of making lldb able to create target-specific thingsJim Ingham2014-11-221-2/+17
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-3/+37
* Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner2014-10-221-0/+6
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-3/+3
* Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner2014-10-201-1/+2
* llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala2014-10-111-0/+7
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-12/+11
* Reverse out r219169 related to quote handling.Todd Fiala2014-10-101-16/+0
OpenPOWER on IntegriCloud