summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* After a recent fix to not set the default architecture to "x86_64", the strin...Greg Clayton2010-10-271-4/+7
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-7/+19
* Don't set the default architecture to x86_64. Leave it NULL so that it isn't ...Greg Clayton2010-10-251-1/+1
* Added a new Host call to find LLDB related paths:Greg Clayton2010-10-171-1/+1
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-0/+12
* Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton2010-10-081-1/+1
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-1/+20
* Create more useful instance names for target, process and thread instances.Caroline Tice2010-09-271-2/+19
* Fixed a build warning where no return values was being returned.Greg Clayton2010-09-221-1/+3
* Make GetInstanceSettingsValue methods take an Error * rather than an Error &,Caroline Tice2010-09-201-2/+2
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-0/+231
* Clear the section list when a our current process is destroyed.Greg Clayton2010-09-141-0/+1
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-5/+4
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-4/+10
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-8/+57
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-231-13/+6
* Removed a commented out function and did a little reformatting.Greg Clayton2010-06-301-97/+1
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-61/+141
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-4/+9
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-2/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+707
OpenPOWER on IntegriCloud