summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/Watchpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-4/+12
* [Breakpoint] Replace use of ClangASTContext with TypeSystemAlex Langford2019-07-181-2/+3
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-8/+8
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-9/+7
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Make ValueObjectMemory::Create accept StringRefs.Zachary Turner2016-11-121-3/+3
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-081-1/+1
* Fix a race condition between the "ephemeral watchpoint disabling" and command...Jim Ingham2016-10-251-1/+1
* Revert "Fix a race condition between "ephemeral watchpoint disable/enable" an...Pavel Labath2016-10-211-1/+1
* Fix a race condition between "ephemeral watchpoint disable/enable" and contin...Jim Ingham2016-10-211-1/+1
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-386/+269
* [LLDB][Watchpoint] Change ignore_count condition location to fix watchpoint i...Mohit K. Bhakkad2015-11-031-3/+0
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-031-0/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-301-30/+20
* [LLDB] Fix display of value of a vector variables in watchpoint operationsMohit K. Bhakkad2015-10-091-3/+20
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-2/+12
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* Huge change to clean up types.Greg Clayton2013-07-111-2/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-4/+121
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Turns out there are 8 bits in a byte.Jim Ingham2012-10-231-1/+9
* Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham2012-10-231-89/+43
* Cope with the case where the user-supplied callbacks want the watchpoint itse...Johnny Chen2012-08-231-0/+12
* Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm...Johnny Chen2012-08-211-1/+19
* rdar://problem/12144930Johnny Chen2012-08-211-1/+3
* A little bit of refactoring.Johnny Chen2012-08-141-10/+13
* When trying to take snapshots of a watched variable, if the frame is unable t...Johnny Chen2012-08-141-0/+20
* Simplify the "Watchpoint ... hit" printout, make it more terse.Johnny Chen2012-08-131-6/+31
* rdar://problem/12007576Johnny Chen2012-08-131-3/+102
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-35/+30
* Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and re...Jim Ingham2012-05-021-1/+1
* Make the Watchpoint IDs unique per target, not across targets as before.Johnny Chen2012-02-251-10/+13
* Make a nested if .. if .. else block nesting more explicit with some curly br...Jason Molenda2012-02-231-0/+6
* Add "watch set" command as a more general interface in conjunction with "fram...Johnny Chen2012-01-301-1/+1
* Minor comment change. Plus use member function instead of directly accessing...Johnny Chen2012-01-241-1/+1
* Tiny refactoring to use member functions instead of directly accessing member...Johnny Chen2012-01-231-3/+4
* The "desired result type" code in the expressionSean Callanan2011-12-211-1/+1
* Fixed some extra warnings that show up with the new clang.Greg Clayton2011-12-031-1/+1
* Added a language parameter to the expression parser,Sean Callanan2011-11-071-1/+1
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-12/+53
* Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen2011-10-141-1/+3
OpenPOWER on IntegriCloud