summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...Jim Ingham2011-06-021-6/+2
* 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-221-0/+75
* 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
* Made expressions that are just casts of pointer Sean Callanan2011-05-071-1/+0
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-17/+30
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-2/+10
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-46/+115
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-1/+1
* Did some work on the "register read" command to only show the first registerGreg Clayton2011-04-221-33/+25
* General cleanup on the UserSettingsController stuff. There were 5 differentGreg Clayton2011-04-191-24/+0
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-6/+67
* Order of initialization lists.Stephen Wilson2011-04-111-4/+4
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-1/+2
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-2/+1
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-31/+45
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-6/+4
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-82/+10
* Added new platform commands:Greg Clayton2011-03-231-1/+1
* Tidy up the stop hook printing when only one thread matches, and there is onl...Jim Ingham2011-03-221-3/+17
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-22/+11
* Add a first pass at a "stop hook" mechanism. This allows you to add commands...Jim Ingham2011-03-111-1/+257
* The UserSettings controllers must be initialized & terminated in theCaroline Tice2011-03-101-2/+12
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-15/+20
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-25/+15
* Added new target instance settings for execution settings:Greg Clayton2011-02-181-25/+131
* Destroy the dynamic loader plugin in Process::Finalize. If you wait till the...Jim Ingham2011-02-161-2/+2
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-42/+2
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-1/+1
* Removed unneeded header file.Greg Clayton2011-02-031-1/+0
* Removed a memory map loading of a file where the mmap contents were justGreg Clayton2011-02-031-5/+4
* Fixed a crasher due to not checking if a shared pointer (m_last_created_break...Greg Clayton2011-01-241-2/+5
* Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoidGreg Clayton2011-01-201-2/+3
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-3/+27
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-1/+5
* Added the ability for Target::ReadMemory to prefer to read from the fileGreg Clayton2011-01-071-10/+44
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-0/+1
* Fixed the "expression" command object to use the StackFrame::GetValueForExpre...Greg Clayton2010-12-151-1/+3
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-3/+81
* When shared libraries are unloaded, they are now removed from the targetGreg Clayton2010-12-061-0/+4
* Added the ability for a process to inherit the current host environment. ThisGreg Clayton2010-12-041-3/+7
* Fixed an issue where the UserSettingsControllers were being created out ofGreg Clayton2010-11-191-9/+13
* Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton2010-11-181-17/+19
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-9/+9
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-1/+5
* Improved API logging.Greg Clayton2010-10-301-1/+1
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-12/+5
* Added a user-settable variable, 'target.expr-prefix',Sean Callanan2010-10-291-9/+79
* After a recent fix to not set the default architecture to "x86_64", the strin...Greg Clayton2010-10-271-4/+7
OpenPOWER on IntegriCloud