summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2012-03-26If creation of watchpoint failed on the device, make sure the list maintained...Johnny Chen
2012-03-07When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name o...Jim Ingham
2012-03-06Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham
2012-03-05Make it possible to set Exception breakpoints when the target doesn't yetJim Ingham
2012-03-03First step to making an LanguageRuntime Exception breakpoint API.Jim Ingham
2012-02-26Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton
2012-02-25Make the Watchpoint IDs unique per target, not across targets as before.Johnny Chen
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-18The second part in thread hardening the internals of LLDB where we makeGreg Clayton
2012-02-17Remove unneeded includes.Jim Ingham
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham
2012-02-13Full core file support has been added for mach-o core files.Greg Clayton
2012-02-09First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton
2012-02-05<rdar://problem/10560053>Greg Clayton
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2012-01-13Only create new ASTImporters on demand, notSean Callanan
2012-01-06<rdar://problem/10652336>Greg Clayton
2011-12-21The "desired result type" code in the expressionSean Callanan
2011-12-12rdar://problem/10227672Johnny Chen
2011-12-08Added a new class called lldb_private::SymbolFileType which is designed toGreg Clayton
2011-11-30rdar://problem/10501020Johnny Chen
2011-11-16I made the ClangASTImporter owned by the targetSean Callanan
2011-11-16Fixed a problem where the target didn't use aSean Callanan
2011-11-15Made Target own a ClangASTSource that will be usedSean Callanan
2011-11-08Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton
2011-11-07Added a language parameter to the expression parser,Sean Callanan
2011-10-31warnings: Fix up several const qualified return types.Daniel Dunbar
2011-10-28Added the ability for the target to specify Modules that will not be searchedJim Ingham
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-10-24Add more context information to the stop-hook mechanism by displaying the sto...Johnny Chen
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen
2011-10-07Don't look up main to find the default source file till somebody actually ask...Jim Ingham
2011-10-05Add capability to set ignore count for watchpoint on the command line:Johnny Chen
2011-09-27Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen
2011-09-26Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen
2011-09-24Added to the public API to allow symbolication:Greg Clayton
2011-09-23Add a (bool)end_to_end parameter, default true, to the Target::Remove/Disable...Johnny Chen
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham
2011-09-23Remove the Stop Hooks / End Stop Hooks lines before/after runningJason Molenda
2011-09-22Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-09-21Add a new breakpoint type "break by source regular expression".Jim Ingham
2011-09-20Add some watchpoint maintenance methods to the Target class.Johnny Chen
2011-09-20Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda
2011-09-17Adopt the intrusive pointers in:Greg Clayton
2011-09-15Add cleanup of watchpoint locations during Target::DeleteCurrentProcess().Johnny Chen
2011-09-15This patch modifies the expression parser to allow itSean Callanan
2011-09-14Fix a bug where re-use of the same existing target-wise watchpoint did not wo...Johnny Chen