summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointResolverName.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-12/+20
* Rework breakpoint language filtering to use the symbol context's language.Dawn Perchik2015-12-161-28/+5
* Fix breakpoint language filtering for other C variants (like C99) and Pascal.Dawn Perchik2015-12-041-2/+9
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-061-3/+43
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-301-36/+23
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-021-2/+2
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-1/+10
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-0/+18
* Fix typos.Bruce Mitchener2014-07-011-2/+2
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-0/+6
* Fixed breakpoints to be able to be set on eSymbolTypeReExported symbols and r...Greg Clayton2013-10-211-1/+11
* 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