summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-17/+17
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-3/+28
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-28/+3
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-3/+28
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-221-9/+31
* The last argument to CreateExceptionBreakpoint is "internal" not Hardware.Jim Ingham2015-04-161-1/+1
* Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' acces...Ilia K2015-03-181-1/+0
* Report an error for line number values that don't convert to integers during ...Jim Ingham2015-03-161-4/+12
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-3/+3
* Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham2015-02-121-2/+12
* Add additional DWARF 5 language constants.Bruce Mitchener2015-02-061-0/+1
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-9/+10
* Don't emit the "WARNING: no locations" message when breakpoints are set inJim Ingham2014-12-191-4/+11
* Fix a format string warning by noting that StringIsBreakpointNameEric Christopher2014-12-171-2/+0
* Add the ability to tag one or more breakpoints with a name. TheseJim Ingham2014-12-161-8/+431
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-9/+119
* This is the first step of making lldb able to create target-specific thingsJim Ingham2014-11-221-8/+8
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-42/+42
* Fix broken tests due to new error output.Todd Fiala2014-07-081-42/+42
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-42/+42
* Add enumerations for additional languages from DWARF spec updates.Bruce Mitchener2014-07-031-0/+3
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-3/+3
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-3/+3
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-2/+2
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-2/+2
* Fix the format warnings.Sylvestre Ledru2013-10-311-3/+3
* <rdar://problem/13635174>Greg Clayton2013-10-111-13/+36
* Add OptionParser.hVirgile Bello2013-09-051-38/+38
* Make the "SearchFilterByModuleListAndCU" work correctly for searches at the C...Jim Ingham2013-06-071-1/+3
* Fix the help message for “one-shot”.Jim Ingham2013-04-091-1/+1
* 1 breakpoint is a breakpoint not a breakpoints.Jim Ingham2013-03-291-1/+1
* Fix a typo in help string.Jim Ingham2013-03-271-1/+1
* That wasn't a typo, if the short letter option is from a non-obvious source, ...Jim Ingham2013-03-261-1/+1
* Fixed a typo.Sean Callanan2013-03-261-1/+1
* Fix a reversed test for "for_expression" in creating C++ exception breakpoints.Jim Ingham2013-03-091-1/+1
* Add a comment to break disable's help to make clearer the relationship betwee...Jim Ingham2013-03-081-1/+21
* One to many always's.Jim Ingham2013-02-141-1/+1
* Make it clear that if you #include .c/.cpp/.m/.mm etc files, you will have toJim Ingham2013-02-141-1/+4
* <rdar://problem/12552374>Enrico Granata2013-01-291-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-1/+1
* <rdar://problem/12820334>Greg Clayton2012-12-061-6/+4
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-4/+4
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-051-83/+125
* Change the new breakpoint creation output (primarily from "break set") to som...Jim Ingham2012-09-221-3/+2
OpenPOWER on IntegriCloud