summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/11757916>Greg Clayton2012-08-291-8/+10
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-16/+8
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-1293/+1395
* rdar://problem/11533713Johnny Chen2012-05-251-2/+14
* Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham2012-05-221-4/+32
* Add clarification comments.Johnny Chen2012-05-081-0/+2
* Updated to a more meaningful macro name.Johnny Chen2012-05-071-2/+2
* Fix the problem that 'help breakpoint set' is printing a lot of redundant lines.Johnny Chen2012-05-071-2/+2
* Document the fact that you can repeat "-n" and similar options to make one br...Jim Ingham2012-05-031-7/+10
* Use 0 instead of NULL for the integral value.Bill Wendling2012-04-031-12/+12
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-061-16/+85
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-8/+8
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-11/+11
* Fix the option lists that "--file" belongs to so the help won't come out whonky.Jim Ingham2011-10-071-1/+1
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-64/+77
* Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID ...Johnny Chen2011-09-221-4/+4
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-131/+110
* A little refactoring of the way to add break IDs or ID ranges as command argu...Johnny Chen2011-09-211-64/+4
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-3/+3
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-1/+1
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-19/+25
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-1/+0
* regexp-break -> _regexp-break in command string.Jim Ingham2011-05-261-1/+1
* Set the default "break list" level back to full.Jim Ingham2011-05-171-1/+1
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-1/+1
* Added a new option to the "source list" command that allows us to see whereGreg Clayton2011-04-191-6/+3
* Added two new classes for command options:Greg Clayton2011-04-131-8/+8
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-1/+1
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-12/+16
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-8/+0
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-13/+13
OpenPOWER on IntegriCloud