aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Replace some uses of FilePath::toUrlishString()hjk2025-01-131-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Debugger: Fix pending path handlingArtem Sokolovskii2024-10-021-1/+5
* Debugger: Dont show invalid hit countMarcus Tillmanns2024-02-011-1/+2
* Debugger: Use Utils::Text::Position instead of int line numberhjk2023-06-071-7/+7
* Debugger: Use more FilePath in source file handlinghjk2023-03-151-3/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Debugger: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-311-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Debugger: Convert to Tr::trhjk2022-07-081-2/+2
* Fix breakpoints not getting hit for .mjs filesMaximilian Goldstein2021-02-081-1/+1
* Debugger: Fix build with Qt6Eike Ziller2020-09-181-4/+4
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* Debugger: Fix some breakpoint file name display breakagehjk2020-03-191-0/+1
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* Debugger: make BreakpointParameters::fileName a Utils::FilePathDavid Schulz2020-01-061-4/+4
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-1/+1
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-2/+2
* Fix warning: "Unused non-trivial variable"Alessandro Portale2019-01-171-1/+0
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+1
* Debugger: Privatize GdbMi::m_childrenhjk2018-09-261-1/+1
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-127/+186
* Debugger: Code cosmeticshjk2018-05-311-2/+2
* Use QString::splitRef() instead of QString::split()Friedemann Kleint2016-11-251-2/+2
* Debugger: Remove debuggerstringutils.hhjk2016-06-091-23/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Permit the use of the QML debugger on non JS/QML filesJean Gressmann2015-09-231-3/+11
* Debugger: Partially merge Breakpoint{Model,Response}Id implementationhjk2015-06-121-72/+28
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Debugger: Remove unused codehjk2015-02-041-12/+0
|/
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix some include statements.Christian Kandeler2013-09-041-1/+1
* Debugger: Add basic breakpoint handling and stepping to LLDB backendhjk2013-04-101-3/+16
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-1/+0
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* debugger: add support for temporary breakpointshjk2012-08-211-15/+17
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* QmlDebugger: Refactor QML Signal HandlerAurindam Jana2012-04-161-3/+3
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* debugger: move isCppBreakpoint to Breakpointhjk2012-01-241-0/+15
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-4/+4
* all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* Debugger: Prevent adding invalid breakpoints.Friedemann Kleint2011-10-201-0/+27
* V8DebuggerClient: Enable breakpoints on ExceptionsAurindam Jana2011-10-111-0/+1
* Debugger: Change BreakpointOnSignalHandler to BreakpointOnQMLSignalHandlerAurindam Jana2011-09-301-1/+1