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
/
API
/
SBBreakpoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
1
-50
/
+18
*
Cut and paste error from r23162.
Jim Ingham
2017-08-03
1
-1
/
+1
*
Add an auto-continue flag to breakpoints & locations.
Jim Ingham
2017-08-03
1
-0
/
+19
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint object
Pavel Labath
2017-02-27
1
-243
/
+203
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Remove weak-linked symbols for SBBreakpointListImpl
Todd Fiala
2016-11-11
1
-5
/
+5
*
Fix serialization of Python breakpoint commands.
Jim Ingham
2016-09-26
1
-1
/
+1
*
Add some more tests for breakpoint serialization.
Jim Ingham
2016-09-20
1
-0
/
+25
*
First tests for serializing breakpoints.
Jim Ingham
2016-09-16
1
-2
/
+27
*
Add SB API's for writing breakpoints to & creating the from a file.
Jim Ingham
2016-09-14
1
-0
/
+126
*
Some more pointer safety in Breakpoint.
Zachary Turner
2016-09-13
1
-14
/
+6
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-650
/
+548
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-33
/
+33
*
Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...
Eugene Zelenko
2015-10-31
1
-29
/
+19
*
Add the ability to tag one or more breakpoints with a name. These
Jim Ingham
2014-12-16
1
-0
/
+78
*
If a breakpoint gets deleted, any SBBreakpoints representing that
Jim Ingham
2014-07-02
1
-1
/
+6
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-26
/
+52
*
Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...
Jim Ingham
2014-04-02
1
-0
/
+42
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
<rdar://problem/11742979>
Enrico Granata
2013-05-03
1
-0
/
+8
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-17
/
+17
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-5
/
+5
*
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...
Jim Ingham
2012-10-05
1
-0
/
+27
*
Add an API to figure out whether a breakpoint is internal or not.
Jim Ingham
2012-09-25
1
-0
/
+12
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-3
/
+3
*
Add explicit casts to bool in "shared pointer is valid" constructs that retur...
Jim Ingham
2012-08-11
1
-1
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-4
/
+2
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-3
/
+4
*
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Jim Ingham
2012-02-08
1
-0
/
+16
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-2
/
+2
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-2
/
+2
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-6
/
+8
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-24
/
+84
*
Fix typos in SBBreakpoint::GetThreadIndex()/GetThreadName(), and test sequences
Johnny Chen
2010-12-15
1
-3
/
+3
*
Fixed an error where the thread index was being returned as zero in "uint32_t...
Greg Clayton
2010-12-15
1
-3
/
+3
*
Added the ability for SBTarget to resolve load addresses (convert lldb::addr_...
Greg Clayton
2010-12-12
1
-0
/
+8
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-16
/
+16
*
Improved API logging.
Greg Clayton
2010-10-30
1
-91
/
+76
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-25
/
+23
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-1
/
+84
*
Add and SB API to set breakpoint conditions.
Jim Ingham
2010-10-22
1
-0
/
+12
*
Cleaned up the SWIG stuff so all includes happen as they should, no pulling
Greg Clayton
2010-10-07
1
-18
/
+9
*
Remove all the __repr__ methods from the API/*.h files, and put them
Caroline Tice
2010-09-22
1
-10
/
+1
*
Add GetDescription() and __repr__ () methods to most API classes, to allow
Caroline Tice
2010-09-20
1
-8
/
+18
*
Remove unnecessary/inappropriate output-printing functions from
Caroline Tice
2010-09-15
1
-51
/
+1
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-4
/
+4
*
Added needed breakpoint functionality to the public API that includes:
Greg Clayton
2010-07-23
1
-0
/
+37
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-2
/
+2
[next]