index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Breakpoint
Commit message (
Expand
)
Author
Age
Files
Lines
*
When clearing a breakpoint site, make sure the owning process still exists be...
Jim Ingham
2014-03-12
1
-1
/
+8
*
Fix a couple of typo's in breakpoint descriptions.
Jim Ingham
2014-03-04
2
-2
/
+2
*
remove useless declarations found thanks to scan-build
Sylvestre Ledru
2014-02-27
1
-1
/
+0
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
4
-10
/
+58
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+2
*
<rdar://problem/15566148>
Greg Clayton
2013-12-03
1
-8
/
+5
*
Remove the bad assumption that breakpoint locations won't get deleted in Brea...
Jim Ingham
2013-12-03
1
-8
/
+14
*
Fixed the the breakpoint test case failures.
Greg Clayton
2013-11-09
3
-20
/
+63
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-1
/
+1
*
<rdar://problem/15367122>
Greg Clayton
2013-11-05
1
-2
/
+2
*
Added a "--debug" option to the "expression" command.
Greg Clayton
2013-11-04
1
-8
/
+7
*
Fixed breakpoints to be able to be set on eSymbolTypeReExported symbols and r...
Greg Clayton
2013-10-21
1
-1
/
+11
*
Report the summed hit count in the breakpoint line.
Jim Ingham
2013-10-12
1
-1
/
+1
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
4
-7
/
+8
*
Remove unused local variable.
Michael Sartain
2013-10-04
1
-2
/
+0
*
Factor the code that was eliminating redundant breakpoint locations and moving
Jim Ingham
2013-09-27
3
-183
/
+159
*
Convert to UNIX line endings.
Joerg Sonnenberger
2013-09-25
1
-25
/
+25
*
Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a f...
Jim Ingham
2013-09-10
1
-7
/
+6
*
Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...
Michael Sartain
2013-07-16
1
-1
/
+20
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-2
/
+1
*
Don't check for "are there any loaded sections" before trying to resolve a br...
Jim Ingham
2013-06-28
1
-3
/
+0
*
We set the error when a breakpoint condition
Sean Callanan
2013-06-24
1
-0
/
+1
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
2
-2
/
+2
*
Be sure to print out the full file path when dumping breakpoint resolvers for...
Greg Clayton
2013-06-13
1
-1
/
+1
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
2
-132
/
+35
*
Fixed a problem where evaluating a breakpoint
Sean Callanan
2013-06-06
1
-1
/
+4
*
Error out if the expression for a breakpoint
Sean Callanan
2013-05-29
1
-0
/
+6
*
Hardened LLDB against NULL conditions being
Sean Callanan
2013-05-10
2
-0
/
+6
*
Optimized the way breakpoint conditions are evaluated.
Sean Callanan
2013-04-19
2
-23
/
+124
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
2
-5
/
+5
*
<rdar://problem/13506727>
Greg Clayton
2013-04-03
1
-57
/
+97
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
6
-8
/
+8
*
For file & line breakpoints, if there are subsets of contiguous line table en...
Jim Ingham
2013-03-12
1
-51
/
+67
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
1
-0
/
+25
*
Probably should return that value we took the trouble to compute.
Jim Ingham
2013-02-14
1
-1
/
+1
*
<rdar://problem/9141269>
Greg Clayton
2013-01-30
1
-4
/
+19
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
3
-4
/
+38
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
9
-38
/
+35
*
Check for NULL breakpoint option thread name & queue name before comparing th...
Jim Ingham
2013-01-23
1
-2
/
+4
*
<rdar://problem/12953853>
Greg Clayton
2013-01-08
1
-2
/
+1
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
3
-8
/
+159
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
9
-15
/
+15
*
Turns out there are 8 bits in a byte.
Jim Ingham
2012-10-23
1
-1
/
+9
*
Watchpoints remember the type of the expression or variable they were set wit...
Jim Ingham
2012-10-23
1
-89
/
+43
*
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...
Jim Ingham
2012-10-05
2
-28
/
+19
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
1
-3
/
+3
*
Change the new breakpoint creation output (primarily from "break set") to som...
Jim Ingham
2012-09-22
2
-14
/
+61
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
3
-5
/
+5
*
Patch from info from Daniel Malea that should fix the build on linux after fi...
Greg Clayton
2012-09-04
1
-0
/
+2
[next]