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
*
Revert r133358 which forgoes printing of breakpoint command when doing a brea...
Johnny Chen
2011-06-20
1
-0
/
+8
*
Don't print the baton when a breakpoint has a callback since it is pretty
Greg Clayton
2011-06-18
1
-8
/
+0
*
Made GetConditionText const everywhere. Made it return NULL when there's no ...
Jim Ingham
2011-06-15
3
-6
/
+6
*
Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...
Jim Ingham
2011-06-02
1
-16
/
+25
*
Added new lldb_private::Process memory read/write functions to stop a bunch
Greg Clayton
2011-05-22
1
-4
/
+4
*
Moved a lot of simple functions from StoppointLocation.cpp to be inlined in
Greg Clayton
2011-05-19
1
-64
/
+0
*
Breakpoint::Description with eDescriptionLevelBrief should just print the num...
Jim Ingham
2011-05-14
1
-1
/
+3
*
Did some work on the "register read" command to only show the first register
Greg Clayton
2011-04-22
1
-1
/
+6
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
3
-3
/
+3
*
Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint
Greg Clayton
2011-02-05
3
-137
/
+53
*
Fix breakpoint id test to work with clang as well as gcc; added a few
Caroline Tice
2011-02-02
1
-1
/
+14
*
Changed the SymbolFile::FindFunction() function calls to only return
Greg Clayton
2011-01-27
1
-2
/
+11
*
Add missing {} so we don't print the Baton address for the brief breakpoint l...
Jim Ingham
2011-01-22
1
-1
/
+3
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-1
/
+1
*
Fixed an issue where the macosx dynamic loader, on the first shared library l...
Greg Clayton
2010-12-12
1
-1
/
+1
*
When shared libraries are unloaded, they are now removed from the target
Greg Clayton
2010-12-06
1
-16
/
+14
*
Added support for indicating to the expression parser
Sean Callanan
2010-11-19
1
-1
/
+6
*
Added the ability to get more information on the SBThread's stop reason
Greg Clayton
2010-11-18
2
-0
/
+2
*
Fixed a crasher (an assert was firing in the DWARF parser) when setting
Greg Clayton
2010-11-14
1
-7
/
+31
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
5
-7
/
+7
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-0
/
+2
*
Added a user-settable variable, 'target.expr-prefix',
Sean Callanan
2010-10-29
1
-3
/
+3
*
Check in an initial implementation of the "breakpoint clear" command, whose p...
Johnny Chen
2010-10-28
5
-7
/
+33
*
Replace unnecessary dynamic_cast with static_cast.
Jim Ingham
2010-10-27
1
-1
/
+1
*
Remove inappropriate if-clause in regex name resolution that was
Caroline Tice
2010-10-26
1
-2
/
+1
*
Don't re-insert disabled breakpoint locations.
Jim Ingham
2010-10-20
2
-1
/
+6
*
Added support for breakpoint conditions. I also had to separate the "run the...
Jim Ingham
2010-10-14
3
-6
/
+156
*
Fix some memory leaks.
Caroline Tice
2010-10-12
1
-1
/
+0
*
Modified the "breakpoint set --name NAME" to be the auto breakpoint set
Greg Clayton
2010-10-12
1
-2
/
+93
*
Verify that we have a valid breakpoint ID before proceeding with retrieving its
Johnny Chen
2010-09-29
1
-0
/
+7
*
Fix breakpoint id range testing to disallow ranges that specify breakpoint lo...
Caroline Tice
2010-09-29
1
-1
/
+51
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-5
/
+8
*
Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.
Greg Clayton
2010-09-03
1
-1
/
+1
*
Added a new bool parameter to many of the DumpStopContext() methods that
Greg Clayton
2010-09-02
1
-2
/
+2
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-1
/
+1
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
2
-8
/
+7
*
Added needed breakpoint functionality to the public API that includes:
Greg Clayton
2010-07-23
4
-23
/
+77
*
Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t.
Stephen Wilson
2010-07-17
1
-2
/
+2
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
12
-115
/
+112
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
5
-61
/
+46
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-3
/
+3
*
Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...
Jim Ingham
2010-06-22
2
-6
/
+6
*
Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...
Jim Ingham
2010-06-18
3
-40
/
+110
*
Add a "thread specification" class that specifies thread specific breakpoints...
Jim Ingham
2010-06-16
8
-41
/
+90
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
patch from: Jean-Daniel Dupas
Greg Clayton
2010-06-14
1
-1
/
+1
*
Add missing include.
Eli Friedman
2010-06-09
1
-0
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
18
-0
/
+3553