summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint
Commit message (Expand)AuthorAgeFilesLines
* When clearing a breakpoint site, make sure the owning process still exists be...Jim Ingham2014-03-121-1/+8
* Fix a couple of typo's in breakpoint descriptions.Jim Ingham2014-03-042-2/+2
* remove useless declarations found thanks to scan-buildSylvestre Ledru2014-02-271-1/+0
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-104-10/+58
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+2
* <rdar://problem/15566148>Greg Clayton2013-12-031-8/+5
* Remove the bad assumption that breakpoint locations won't get deleted in Brea...Jim Ingham2013-12-031-8/+14
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-093-20/+63
* This patch does a couple of things. Jim Ingham2013-11-071-1/+1
* <rdar://problem/15367122>Greg Clayton2013-11-051-2/+2
* Added a "--debug" option to the "expression" command. Greg Clayton2013-11-041-8/+7
* Fixed breakpoints to be able to be set on eSymbolTypeReExported symbols and r...Greg Clayton2013-10-211-1/+11
* Report the summed hit count in the breakpoint line.Jim Ingham2013-10-121-1/+1
* <rdar://problem/13635174>Greg Clayton2013-10-114-7/+8
* Remove unused local variable.Michael Sartain2013-10-041-2/+0
* Factor the code that was eliminating redundant breakpoint locations and movingJim Ingham2013-09-273-183/+159
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-25/+25
* Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a f...Jim Ingham2013-09-101-7/+6
* Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...Michael Sartain2013-07-161-1/+20
* Huge change to clean up types.Greg Clayton2013-07-111-2/+1
* Don't check for "are there any loaded sections" before trying to resolve a br...Jim Ingham2013-06-281-3/+0
* We set the error when a breakpoint conditionSean Callanan2013-06-241-0/+1
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-192-2/+2
* Be sure to print out the full file path when dumping breakpoint resolvers for...Greg Clayton2013-06-131-1/+1
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-122-132/+35
* Fixed a problem where evaluating a breakpointSean Callanan2013-06-061-1/+4
* Error out if the expression for a breakpointSean Callanan2013-05-291-0/+6
* Hardened LLDB against NULL conditions beingSean Callanan2013-05-102-0/+6
* Optimized the way breakpoint conditions are evaluated.Sean Callanan2013-04-192-23/+124
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-182-5/+5
* <rdar://problem/13506727> Greg Clayton2013-04-031-57/+97
* <rdar://problem/13521159>Greg Clayton2013-03-276-8/+8
* For file & line breakpoints, if there are subsets of contiguous line table en...Jim Ingham2013-03-121-51/+67
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+25
* Probably should return that value we took the trouble to compute.Jim Ingham2013-02-141-1/+1
* <rdar://problem/9141269>Greg Clayton2013-01-301-4/+19
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-263-4/+38
* <rdar://problem/13069948>Greg Clayton2013-01-259-38/+35
* Check for NULL breakpoint option thread name & queue name before comparing th...Jim Ingham2013-01-231-2/+4
* <rdar://problem/12953853>Greg Clayton2013-01-081-2/+1
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-183-8/+159
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-299-15/+15
* Turns out there are 8 bits in a byte.Jim Ingham2012-10-231-1/+9
* Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham2012-10-231-89/+43
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-052-28/+19
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-3/+3
* Change the new breakpoint creation output (primarily from "break set") to som...Jim Ingham2012-09-222-14/+61
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-183-5/+5
* Patch from info from Daniel Malea that should fix the build on linux after fi...Greg Clayton2012-09-041-0/+2
OpenPOWER on IntegriCloud