summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointResolverName.cpp
Commit message (Expand)AuthorAgeFilesLines
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-81/+19
* <rdar://problem/13506727> Greg Clayton2013-04-031-57/+97
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* <rdar://problem/9141269>Greg Clayton2013-01-301-4/+19
* <rdar://problem/13069948>Greg Clayton2013-01-251-7/+7
* <rdar://problem/12953853>Greg Clayton2013-01-081-2/+1
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-3/+3
* <rdar://problem/11757916>Greg Clayton2012-08-291-1/+5
* <rdar://problem/10997402>Greg Clayton2012-03-071-4/+4
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-061-0/+18
* 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