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
/
Commands
/
CommandObjectWatchpoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-24
1
-114
/
+94
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-64
/
+52
*
Fix minor typos in comments.
Bruce Mitchener
2015-10-07
1
-1
/
+1
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-5
/
+5
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-2
/
+2
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-2
/
+2
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-8
/
+15
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-8
/
+8
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Fix handling of backslashes in Args parsing
Pavel Labath
2015-03-02
1
-1
/
+1
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-1
/
+2
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-8
/
+8
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-8
/
+8
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-8
/
+8
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-1
/
+1
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-1
/
+1
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-8
/
+2
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-8
/
+8
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-6
/
+6
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-5
/
+5
*
Spelling fix.
Sean Callanan
2013-11-06
1
-1
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-4
/
+4
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-4
/
+4
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-6
/
+6
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-5
/
+5
*
Fixed several problems with watchpoint expressions.
Sean Callanan
2013-07-25
1
-0
/
+2
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-7
/
+5
*
Use the "last created watchpoint" rather than asserting on watchpoint command...
Jim Ingham
2013-07-02
1
-8
/
+20
*
We were getting an assert because somebody was making a watchpoint that was
Jim Ingham
2013-06-18
1
-7
/
+8
*
<rdar://problem/13207948>
Greg Clayton
2013-02-14
1
-44
/
+44
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-3
/
+3
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-34
/
+41
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-3
/
+3
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Watchpoints remember the type of the expression or variable they were set wit...
Jim Ingham
2012-10-23
1
-10
/
+12
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-2
/
+3
*
Extended the "watchpoint set variable" code to
Sean Callanan
2012-09-14
1
-0
/
+33
*
Change the NULL to a 0 since we need a uint32_t
Filipe Cabecinhas
2012-09-11
1
-2
/
+2
*
Implementing an Options class for EvaluateExpression() in order to make the s...
Enrico Granata
2012-09-05
1
-9
/
+7
*
rdar://problem/12007576
Johnny Chen
2012-08-13
1
-3
/
+11
*
rdar://problem/11457143 [ER] need "watchpoint command ..."
Johnny Chen
2012-08-09
1
-0
/
+4
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-9
/
+7
*
<rdar://problem/11672978> Fixing an issue where an ObjC object might come out...
Enrico Granata
2012-07-16
1
-1
/
+2
*
<rdar://problem/11870357>
Greg Clayton
2012-07-14
1
-1
/
+2
*
Make 'watchpoint set' default to write instead of read_write.
Johnny Chen
2012-06-29
1
-6
/
+6
*
Chnage VerifyWatchpointIDs() from a static function to a class function to be...
Johnny Chen
2012-06-19
1
-8
/
+8
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-871
/
+963
*
rdar://problem/11597911
Johnny Chen
2012-06-05
1
-2
/
+3
[next]