summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointResolverName.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* First step to making an LanguageRuntime Exception breakpoint API.Jim Ingham2012-03-031-22/+55
* Extended function lookup to allow the user toSean Callanan2012-02-101-2/+5
* Removed namespace qualification from symbol queries.Sean Callanan2011-10-131-1/+1
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-5/+7
* Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham2011-10-071-107/+3
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-4/+30
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-1/+0
* Added alpha .debug_names and .debug_types support in the DWARF parser.Greg Clayton2011-09-021-7/+9
* Added the ability to _not_ skip the prologue when settings breakpoints Greg Clayton2011-07-121-14/+14
* Did some work on the "register read" command to only show the first registerGreg Clayton2011-04-221-1/+6
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-2/+11
* Fixed a crasher (an assert was firing in the DWARF parser) when settingGreg Clayton2010-11-141-7/+31
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Check in an initial implementation of the "breakpoint clear" command, whose p...Johnny Chen2010-10-281-3/+3
* Remove inappropriate if-clause in regex name resolution that wasCaroline Tice2010-10-261-2/+1
* Modified the "breakpoint set --name NAME" to be the auto breakpoint set Greg Clayton2010-10-121-2/+93
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-35/+37
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+252
OpenPOWER on IntegriCloud