summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor BreakpointResolver::SetSCMatchesByLine() to make it easier toAdrian Prantl2018-08-291-115/+97
* If a function starts with line number 0, don't try to check if a breakpoint c...Jim Ingham2018-08-071-1/+5
* Add missing constness.Tatyana Krasnukha2018-06-271-1/+1
* BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pairPavel Labath2018-06-201-6/+5
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-3014-169/+144
* Always normalize FileSpec paths.Greg Clayton2018-04-271-1/+1
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Make sure deleting all breakpoints clears their sites firstEugene Zemtsov2018-04-161-5/+7
* Allow relative file paths when settings source breakpointsGreg Clayton2018-04-131-4/+29
* Re-add change for https://reviews.llvm.org/D42582 with added directories.Jim Ingham2018-03-121-0/+8
* Revert "Improve prologue handling to support functions with multiple entry po...Vedant Kumar2018-03-121-8/+0
* Improve prologue handling to support functions with multiple entry points.Jim Ingham2018-03-121-0/+8
* [lldb] Unbreak lldb builds due to r327219Mandeep Singh Grang2018-03-101-2/+2
* Fix breakpoint thread name conditionals after breakpoint options refactor.Jim Ingham2018-02-231-4/+13
* Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.Jim Ingham2018-01-122-8/+37
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Fix some warnings found by ToT clangPavel Labath2017-11-021-1/+0
* Wire up the breakpoint name help string.Jim Ingham2017-09-151-0/+3
* Add new files to the cmake lists.Jim Ingham2017-09-141-0/+1
* Make breakpoint names real entities.Jim Ingham2017-09-146-32/+245
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-033-7/+52
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-023-71/+124
* 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-127-23/+23
* Rename Error -> Status.Zachary Turner2017-05-1212-23/+24
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Move StringList from Core -> Utility.Zachary Turner2017-03-212-2/+2
* BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ...Pavel Labath2017-03-151-16/+77
* Move Log from Core -> Utility.Zachary Turner2017-03-037-7/+7
* [CMake] Adding API dependency on UtilityChris Bieneman2017-02-131-0/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-0213-16/+16
* [CMake] Add accurate dependency specificationsChris Bieneman2017-01-311-0/+12
* Add methods to enable using formatv syntax in LLDB.Zachary Turner2016-12-161-2/+2
* Re-add "demonstrate new Args API"Zachary Turner2016-11-221-10/+7
* Fix build failure on Linux and BSD by reverting r287597Omair Javaid2016-11-221-7/+10
* Add the new Args / entry-access API.Zachary Turner2016-11-211-10/+7
* Make ValueObjectMemory::Create accept StringRefs.Zachary Turner2016-11-121-3/+3
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-082-2/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-022-2/+2
* Fix a race condition between the "ephemeral watchpoint disabling" and command...Jim Ingham2016-10-251-1/+1
* Revert "Fix a race condition between "ephemeral watchpoint disable/enable" an...Pavel Labath2016-10-211-1/+1
* Fix a race condition between "ephemeral watchpoint disable/enable" and contin...Jim Ingham2016-10-211-1/+1
* Fix some test failures due to the recent Breakpoint patch.Zachary Turner2016-10-051-9/+3
* Try to fix Android build.Zachary Turner2016-10-051-1/+1
* Convert some breakpoint code to use StringRef.Zachary Turner2016-10-052-237/+178
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-262-14/+58
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-0/+35
* Serilize the thread options within the breakpoint options.Jim Ingham2016-09-221-4/+31
* Make lldb::Regex use StringRef.Zachary Turner2016-09-214-13/+11
OpenPOWER on IntegriCloud