summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/Breakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-4/+4
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-0/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+2
* Rollback "Fix raw address breakpoints not resolving".Davide Italiano2018-09-101-1/+1
* Fix raw address breakpoints not resolvingTed Woodward2018-09-101-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-64/+52
* [lldb] Unbreak lldb builds due to r327219Mandeep Singh Grang2018-03-101-2/+2
* Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.Jim Ingham2018-01-121-2/+25
* Make breakpoint names real entities.Jim Ingham2017-09-141-13/+7
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-0/+8
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-021-1/+1
* Fix error string set in AddName to take a StringRef.Ted Woodward2017-05-171-2/+2
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-6/+6
* Rename Error -> Status.Zachary Turner2017-05-121-6/+7
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-261-2/+2
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-0/+35
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-1/+37
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-1/+1
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-1/+1
* Add a few const's (thanks Zachary) and return shared or unique pointersJim Ingham2016-09-131-7/+7
* This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham2016-09-121-39/+152
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-888/+711
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-2/+2
* Make the Language print the description of the Exception Breakpoint resolver....Jim Ingham2015-12-181-1/+4
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-301-30/+20
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-221-0/+28
* Work around lack of %zd printf format specifier in MSVC libs.Adrian McCarthy2015-03-301-12/+5
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Make sure that when a breakpoint is hit but its condition is not met,Jim Ingham2015-01-151-3/+5
* Fix initialization order to match that of the source.Eric Christopher2014-12-171-2/+2
* Add the ability to tag one or more breakpoints with a name. TheseJim Ingham2014-12-161-1/+33
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-14/+19
* Rework how resetting breakpoints in changed modules works. Try to match up oldJim Ingham2014-09-101-45/+288
* Fix a couple of typo's in breakpoint descriptions.Jim Ingham2014-03-041-1/+1
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-3/+8
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-091-0/+6
* Report the summed hit count in the breakpoint line.Jim Ingham2013-10-121-1/+1
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-4/+13
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* Check for NULL breakpoint option thread name & queue name before comparing th...Jim Ingham2013-01-231-2/+4
OpenPOWER on IntegriCloud