summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-7/+4
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-4/+7
* Add =shlibs-added/=shlibs-removed notifications (MI)Ilia K2015-03-101-1/+28
* Add a required #includeEnrico Granata2015-03-041-0/+1
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+3
* Reduce header footprint of Target.hZachary Turner2015-03-031-1/+1
* Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...Oleksiy Vyalov2015-02-161-225/+0
* Add -exec-arguments commandIlia K2015-02-131-0/+18
* Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham2015-02-121-3/+3
* Extract attach core logic from SBTarget::Attach* methods into unified SBTarge...Oleksiy Vyalov2015-02-101-190/+79
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-253/+0
* Make SBTarget::Launch() respect the stop_at_entry argument.Zachary Turner2015-02-021-0/+3
* Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata2014-12-171-24/+56
* This is the meat of the code to add Clang modulesSean Callanan2014-12-051-11/+19
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-4/+27
* Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test ...Greg Clayton2014-11-041-7/+5
* Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner2014-10-221-0/+74
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-4/+4
* Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner2014-10-201-2/+5
* Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...Carlo Kok2014-09-191-0/+84
* Fix some warnings in the Windows build.Zachary Turner2014-07-161-1/+1
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+12
* Remove unused variablesSaleem Abdulrasool2014-06-131-11/+0
* Allow clients to control the exact path that is used to launch processes by a...Greg Clayton2014-05-071-15/+30
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-1/+1
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-197/+175
* lldb arm64 import.Jason Molenda2014-03-291-0/+11
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-1/+1
* Centralized the launching of a process into Target::Launch()Greg Clayton2013-12-131-103/+34
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-6/+40
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+13
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* <rdar://problem/15144376>Enrico Granata2013-10-291-1/+1
* <rdar://problem/13635174>Greg Clayton2013-10-111-34/+53
* <rdar://problem/14028923>Enrico Granata2013-10-081-0/+45
* When target module add/SBTarget::AddModule()'ing, if an architecture isn't sp...Jason Molenda2013-09-111-0/+2
* Huge change to clean up types.Greg Clayton2013-07-111-3/+3
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-081-0/+11
* We were getting an assert because somebody was making a watchpoint that wasJim Ingham2013-06-181-0/+6
* Avoid hang in attach-by-name test caseDaniel Malea2013-04-011-4/+7
* <rdar://problem/11730263>Greg Clayton2013-03-281-3/+15
* <rdar://problem/13521159>Greg Clayton2013-03-271-29/+29
* Modified patch from Prabhat Verma to enable loading core files through the SB...Greg Clayton2013-03-251-0/+20
* <rdar://problem/13404009>Han Ming Ong2013-03-251-2/+2
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+21
* <rdar://problem/13107151>Enrico Granata2013-02-071-2/+1
* Allow the target to give out the size of the red zone for given ABIs.Greg Clayton2013-02-011-0/+19
* <rdar://problem/12524607>Greg Clayton2013-01-291-3/+27
OpenPOWER on IntegriCloud