summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target
Commit message (Expand)AuthorAgeFilesLines
* Trivial fix - insert a space between the frame name and the instruction output.Jim Ingham2011-06-221-0/+1
* Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This ...Jim Ingham2011-06-221-1/+1
* Add a 10 second timeout to ensure that we don't lock up if we never get to theGreg Clayton2011-06-221-2/+12
* Fixed an issue where SBFrame::GetDisassembly() was returning disassembly thatGreg Clayton2011-06-221-2/+1
* Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...Jim Ingham2011-06-201-0/+3
* Fixed variable parsing to not parse block variables over and over due to anGreg Clayton2011-06-171-1/+3
* Added the notion of an system root for SDKs. This is a directory where allGreg Clayton2011-06-171-0/+2
* Replace direct uses of the Debugger's output stream withCaroline Tice2011-06-151-3/+7
* Created a std::string in the base StopInfo class for the description andGreg Clayton2011-06-041-6/+47
* Make sure we are ok to stop in a thread plan and have no stop reason forGreg Clayton2011-06-031-27/+32
* Fix some order-of-initialisation warningsPeter Collingbourne2011-06-031-4/+4
* Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne2011-06-031-0/+27
* Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...Jim Ingham2011-06-021-6/+2
* If somebody has deleted the breakpoint while we are testing the condition, th...Jim Ingham2011-06-011-11/+21
* Disable dynamic types being on by default until kinks get worked out whenGreg Clayton2011-05-301-6/+6
* Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton2011-05-223-24/+168
* Change the m_update_state to an int, and only trigger the "on removal"Jim Ingham2011-05-221-7/+8
* Moved a lot of simple functions from StoppointLocation.cpp to be inlined inGreg Clayton2011-05-191-5/+5
* Remove some old files which should have been removed in r131193Peter Collingbourne2011-05-192-94/+0
* Fixed a crasher that was happened when a log shared pointer wasn't valid.Greg Clayton2011-05-192-11/+18
* One more fix to:Greg Clayton2011-05-181-5/+7
* Added a way to resolve an load address from a target:Greg Clayton2011-05-181-40/+29
* RunThreadPlan should set the plan to "not private" since it needs that,Jim Ingham2011-05-171-1/+8
* Fixed an issue where addresses would not get resolved for the last Greg Clayton2011-05-171-10/+27
* Added an allocated memory cache to avoid having to allocate memory over andGreg Clayton2011-05-172-148/+432
* Fix the error message when an expression evaluation is interrupted by a crash...Jim Ingham2011-05-172-8/+41
* Fixed an issue where large memory writes might not get chunked up into smallerGreg Clayton2011-05-161-1/+1
* Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton2011-05-152-8/+24
* Expand the ABI prepare trivial function call to allow 6 simple args.Greg Clayton2011-05-141-26/+114
* Cleaned up the ABI::PrepareTrivialCall() function to take three argumentGreg Clayton2011-05-121-8/+33
* Target::EvaluateExpression should suppress stop hooks.Jim Ingham2011-05-121-1/+13
* Make sure you have an executable module before trying to print its name.Jim Ingham2011-05-121-1/+4
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-114-14/+13
* Fixed a bug in which expression-local variables wereSean Callanan2011-05-091-3/+4
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-126/+258
* Made expressions that are just casts of pointer Sean Callanan2011-05-072-5/+2
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-042-30/+47
* This patch captures and serializes all output being written by theCaroline Tice2011-05-022-2/+13
* Adding support for fetching the Dynamic Value for ObjC Objects.Jim Ingham2011-05-021-0/+43
* Added the ability to set the Platform path for a module through the SBModuleGreg Clayton2011-04-301-4/+6
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-262-7/+2
* Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.Greg Clayton2011-04-251-9/+9
* Put plug-ins into the correct directories as they were incorrectly locatedGreg Clayton2011-04-253-0/+134
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-233-47/+228
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-222-5/+5
* Did some work on the "register read" command to only show the first registerGreg Clayton2011-04-222-35/+27
* General cleanup on the UserSettingsController stuff. There were 5 differentGreg Clayton2011-04-191-24/+0
* Centralized a lot of the status information for processes,Greg Clayton2011-04-184-0/+196
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-164-17/+105
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-5/+9
OpenPOWER on IntegriCloud