aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Update global breakpoint line and filehjk2018-12-191-0/+4
* Debugger: Silence soft assertChristian Stenger2018-11-131-4/+5
* Debugger: Silence breakpoint state transition warninghjk2018-11-071-2/+3
* Debugger: Implement disabling/enabling subbreakpoints with LLDBhjk2018-11-061-2/+0
* Debugger: use requested file and line for pending breakpointshjk2018-11-051-14/+7
* Debugger: Remove unused BreakHandler::setBreakpointEnabled()hjk2018-10-221-6/+0
* Debugger: Remove wrong state transitionChristian Stenger2018-10-221-1/+0
* Debugger: Re-enable breakpoint state handling with keyboardChristian Stenger2018-10-161-10/+10
* Debugger: Fix breakpoint disabling using context menuhjk2018-10-151-8/+16
* Debugger: Rename snapshothandler.{cpp,h} to enginemanager.{cpp,h}hjk2018-09-281-2/+2
* Debugger: Consolidate breakpoint searchhjk2018-09-041-24/+31
* Debugger: Fix insertion of backend generated breakpointshjk2018-08-291-0/+1
* Debugger: Identify a breakpoint's requested parameters with preset datahjk2018-08-291-33/+33
* Debugger: Move session load/restore handlinghjk2018-08-291-4/+13
* Debugger: Re-enable breakpoint enabling via gutter context menuhjk2018-08-241-2/+3
* Debugger: Re-enable breakpoint property editing before debugger starthjk2018-08-211-11/+61
* Debugger: Make breakpoint property dialogs less dependent on enginehjk2018-08-211-22/+22
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-1003/+1288
* Debugger: ModernizeAlessandro Portale2018-07-251-20/+20
* Debugger: Code cosmeticshjk2018-05-311-11/+11
* Use FileName in TextMarkEike Ziller2018-05-031-4/+4
* Fix warnings about unused lambda capturesTobias Hunger2018-02-211-1/+1
* Debugger: Handle double click of sub break pointsChristian Stenger2018-02-011-0/+2
* Debugger: Modernizehjk2018-02-011-2/+2
* Debugger: Allow disabling individual breakpoint locationshjk2018-02-011-13/+52
* Move HTML out of translated stringsRobert Loehning2018-01-241-5/+5
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* Editor: Simplify text marksDavid Schulz2017-06-221-5/+4
* Debugger: Fix UI text capitalizationLeena Miettinen2017-04-051-13/+13
* Debugger: Comment out quasi dead codeRobert Loehning2017-03-131-9/+9
* Remove spaces in initializer listsTim Jenssen2017-02-221-3/+3
* Debugger: Remove pleonasmRobert Loehning2017-02-151-1/+1
* Replace some more occurrences of QStringList() << patternChristian Stenger2017-02-081-3/+2
* Debugger: Fix UI text grammar and capitalizationLeena Miettinen2016-11-011-3/+3
* Debugger: Adding information to the breakpoint tool tipDavid Schulz2016-09-161-0/+14
* Debugger/Utils: Fix index passing of ItemViewEventshjk2016-09-151-0/+2
* Add default tool tips to text marksDavid Schulz2016-08-221-0/+2
* Utils: Streamline TreeModel APIhjk2016-07-271-15/+15
* Debugger: Remove some uses of semi-global currentEngine()hjk2016-07-181-11/+875
* TreeModel: Introduce a destroyItem() convenience functionhjk2016-07-061-2/+2
* Debugger: Consolidate icon storage handlinghjk2016-06-281-44/+6
* Fix compile fail due to class/struct mismatchTobias Hunger2016-06-131-1/+2
* Debugger: Make the BreakHandler a LeveledTreeModelhjk2016-06-131-84/+54
* Debugger: Remove debuggerstringutils.hhjk2016-06-091-41/+39
* Debugger: Introduce enum for columns in breakpoint viewhjk2016-06-071-8/+8
* Debugger: Fix updating of disabled/enabled state of breakpointsChristian Stenger2016-04-221-0/+1
* Debugger: Add breakpoint commands for LLDB backendhjk2016-04-151-0/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Mark pending C++ breakpoints with hour glass iconhjk2016-01-061-1/+1
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-8/+9