aboutsummaryrefslogtreecommitdiff
path: root/source/Breakpoint
AgeCommit message (Expand)Author
2011-10-12Added ClangNamespaceDecl * parameters to severalSean Callanan
2011-10-07Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham
2011-10-06Simplify the verbose output of WatchpointLocation::DumpWithLevel().Johnny Chen
2011-09-27Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen
2011-09-26Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham
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-21StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method ...Johnny Chen
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-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-09-19Add GetByIndex() methods to the WatchpointLocationList class to facilitate it...Johnny Chen
2011-09-17Adopt the intrusive pointers in:Greg Clayton
2011-09-16Add a declaraion info member field to the WatchpointLocation class.Johnny Chen
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-14Add logging to Target::CreateWatchpointLocation() and fix some bug of using t...Johnny Chen
2011-09-13Watchpoint WIP:Johnny Chen
2011-09-13Add trivial implementation for GetDescription().Johnny Chen
2011-09-12Watchpoint WIP:Johnny Chen
2011-09-06Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote cl...Johnny Chen
2011-09-06Add a data type WatchpointLocationList to the repository. A Target contains ...Johnny Chen
2011-09-06Change the signature of WatchpointLocation ctor so that the second param becomesJohnny Chen
2011-09-02Added alpha .debug_names and .debug_types support in the DWARF parser.Greg Clayton
2011-08-12Make ValueObject::SetValueFromCString work correctly.Jim Ingham
2011-08-11Silence the static analyzer.Johnny Chen
2011-08-11To silence the static analyzer.Johnny Chen
2011-08-09Move the handling of breakpoint conditions from the Private event loop to the...Jim Ingham
2011-07-12Added the ability to _not_ skip the prologue when settings breakpoints Greg Clayton
2011-06-29Remove a few more places where we were iterating linearly over the Breakpoint...Jim Ingham
2011-06-20Revert r133358 which forgoes printing of breakpoint command when doing a brea...Johnny Chen
2011-06-18Don't print the baton when a breakpoint has a callback since it is prettyGreg Clayton
2011-06-15Made GetConditionText const everywhere. Made it return NULL when there's no ...Jim Ingham
2011-06-02Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...Jim Ingham
2011-05-22Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton
2011-05-19Moved a lot of simple functions from StoppointLocation.cpp to be inlined inGreg Clayton
2011-05-14Breakpoint::Description with eDescriptionLevelBrief should just print the num...Jim Ingham
2011-04-22Did some work on the "register read" command to only show the first registerGreg Clayton
2011-03-19Added more platform support. There are now some new commands:Greg Clayton
2011-02-05Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpointGreg Clayton
2011-02-02Fix breakpoint id test to work with clang as well as gcc; added a fewCaroline Tice
2011-01-27Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton
2011-01-22Add missing {} so we don't print the Baton address for the brief breakpoint l...Jim Ingham
2011-01-13Implemented a major overhaul of the way variables are handledSean Callanan
2010-12-12Fixed an issue where the macosx dynamic loader, on the first shared library l...Greg Clayton
2010-12-06When shared libraries are unloaded, they are now removed from the targetGreg Clayton
2010-11-19Added support for indicating to the expression parserSean Callanan
2010-11-18Added the ability to get more information on the SBThread's stop reasonGreg Clayton
2010-11-14Fixed a crasher (an assert was firing in the DWARF parser) when settingGreg Clayton