summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointIDList.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pairPavel Labath2018-06-201-6/+5
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+5
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Fix some warnings found by ToT clangPavel Labath2017-11-021-1/+0
* Make breakpoint names real entities.Jim Ingham2017-09-141-8/+26
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* 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
* Fix some test failures due to the recent Breakpoint patch.Zachary Turner2016-10-051-9/+3
* Convert some breakpoint code to use StringRef.Zachary Turner2016-10-051-198/+148
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-6/+6
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-1/+2
* Fix some const-ness issues with BreakpointID & BreakpointIDList.Jim Ingham2016-09-141-4/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-360/+318
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-301-11/+9
* Add the ability to tag one or more breakpoints with a name. TheseJim Ingham2014-12-161-1/+43
* <rdar://problem/13069948>Greg Clayton2013-01-251-12/+10
* To silence the static analyzer.Johnny Chen2011-08-111-2/+0
* Fix breakpoint id test to work with clang as well as gcc; added a fewCaroline Tice2011-02-021-1/+14
* Fix some memory leaks.Caroline Tice2010-10-121-1/+0
* Verify that we have a valid breakpoint ID before proceeding with retrieving itsJohnny Chen2010-09-291-0/+7
* Fix breakpoint id range testing to disallow ranges that specify breakpoint lo...Caroline Tice2010-09-291-1/+51
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-231-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-44/+28
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+348
OpenPOWER on IntegriCloud