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
/
Watchpoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-4
/
+12
*
[Breakpoint] Replace use of ClangASTContext with TypeSystem
Alex Langford
2019-07-18
1
-2
/
+3
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-2
/
+2
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-8
/
+8
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-2
/
+2
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-9
/
+7
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Make ValueObjectMemory::Create accept StringRefs.
Zachary Turner
2016-11-12
1
-3
/
+3
*
Convert some Expression parser functions to StringRef.
Zachary Turner
2016-11-08
1
-1
/
+1
*
Fix a race condition between the "ephemeral watchpoint disabling" and command...
Jim Ingham
2016-10-25
1
-1
/
+1
*
Revert "Fix a race condition between "ephemeral watchpoint disable/enable" an...
Pavel Labath
2016-10-21
1
-1
/
+1
*
Fix a race condition between "ephemeral watchpoint disable/enable" and contin...
Jim Ingham
2016-10-21
1
-1
/
+1
*
Some more pointer safety in Breakpoint.
Zachary Turner
2016-09-13
1
-1
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-386
/
+269
*
[LLDB][Watchpoint] Change ignore_count condition location to fix watchpoint i...
Mohit K. Bhakkad
2015-11-03
1
-3
/
+0
*
Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...
Jim Ingham
2015-11-03
1
-0
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...
Eugene Zelenko
2015-10-30
1
-30
/
+20
*
[LLDB] Fix display of value of a vector variables in watchpoint operations
Mohit K. Bhakkad
2015-10-09
1
-3
/
+20
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-2
/
+12
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-1
/
+1
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-2
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
1
-4
/
+121
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
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
*
Cope with the case where the user-supplied callbacks want the watchpoint itse...
Johnny Chen
2012-08-23
1
-0
/
+12
*
Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm...
Johnny Chen
2012-08-21
1
-1
/
+19
*
rdar://problem/12144930
Johnny Chen
2012-08-21
1
-1
/
+3
*
A little bit of refactoring.
Johnny Chen
2012-08-14
1
-10
/
+13
*
When trying to take snapshots of a watched variable, if the frame is unable t...
Johnny Chen
2012-08-14
1
-0
/
+20
*
Simplify the "Watchpoint ... hit" printout, make it more terse.
Johnny Chen
2012-08-13
1
-6
/
+31
*
rdar://problem/12007576
Johnny Chen
2012-08-13
1
-3
/
+102
*
rdar://problem/11457143 [ER] need "watchpoint command ..."
Johnny Chen
2012-08-09
1
-35
/
+30
*
Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and re...
Jim Ingham
2012-05-02
1
-1
/
+1
*
Make the Watchpoint IDs unique per target, not across targets as before.
Johnny Chen
2012-02-25
1
-10
/
+13
*
Make a nested if .. if .. else block nesting more explicit with some curly br...
Jason Molenda
2012-02-23
1
-0
/
+6
*
Add "watch set" command as a more general interface in conjunction with "fram...
Johnny Chen
2012-01-30
1
-1
/
+1
*
Minor comment change. Plus use member function instead of directly accessing...
Johnny Chen
2012-01-24
1
-1
/
+1
*
Tiny refactoring to use member functions instead of directly accessing member...
Johnny Chen
2012-01-23
1
-3
/
+4
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-1
/
+1
*
Fixed some extra warnings that show up with the new clang.
Greg Clayton
2011-12-03
1
-1
/
+1
*
Added a language parameter to the expression parser,
Sean Callanan
2011-11-07
1
-1
/
+1
*
Add a commnad to set a condition for a watchpoint. Example:
Johnny Chen
2011-10-17
1
-12
/
+53
*
Add SBWatchpoint::GetError() API, which is not currently populated as yet.
Johnny Chen
2011-10-14
1
-1
/
+3
[next]