summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2011-02-04Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton
2011-02-03Removed unneeded header file.Greg Clayton
2011-02-03Removed a memory map loading of a file where the mmap contents were justGreg Clayton
2011-01-24Fixed a crasher due to not checking if a shared pointer (m_last_created_break...Greg Clayton
2011-01-20Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoidGreg Clayton
2011-01-13Implemented a major overhaul of the way variables are handledSean Callanan
2011-01-09Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton
2011-01-07Added the ability for Target::ReadMemory to prefer to read from the fileGreg Clayton
2010-12-20The LLDB API (lldb::SB*) is now thread safe!Greg Clayton
2010-12-15Fixed the "expression" command object to use the StackFrame::GetValueForExpre...Greg Clayton
2010-12-14Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton
2010-12-06When shared libraries are unloaded, they are now removed from the targetGreg Clayton
2010-12-04Added the ability for a process to inherit the current host environment. ThisGreg Clayton
2010-11-19Fixed an issue where the UserSettingsControllers were being created out ofGreg Clayton
2010-11-18Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton
2010-10-30Improved API logging.Greg Clayton
2010-10-29Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton
2010-10-29Added a user-settable variable, 'target.expr-prefix',Sean Callanan
2010-10-27After a recent fix to not set the default architecture to "x86_64", the strin...Greg Clayton
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice
2010-10-25Don't set the default architecture to x86_64. Leave it NULL so that it isn't ...Greg Clayton
2010-10-17Added a new Host call to find LLDB related paths:Greg Clayton
2010-10-14Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham
2010-10-08Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton
2010-10-04There are now to new "settings set" variables that live in each debuggerGreg Clayton
2010-09-27Create more useful instance names for target, process and thread instances.Caroline Tice
2010-09-22Fixed a build warning where no return values was being returned.Greg Clayton
2010-09-20Make GetInstanceSettingsValue methods take an Error * rather than an Error &,Caroline Tice
2010-09-20Add UserSettings to Target class, making Target settingsCaroline Tice
2010-09-14Clear the section list when a our current process is destroyed.Greg Clayton
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton
2010-08-09Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham
2010-07-23Added needed breakpoint functionality to the public API that includes:Greg Clayton
2010-06-30Removed a commented out function and did a little reformatting.Greg Clayton
2010-06-30Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton
2010-06-28Added function name types to allow us to set breakpoints by name moreGreg Clayton
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner