Commit Graph

20 Commits

Author SHA1 Message Date
Ernie Pasveer df17f0e493 Finished feature of opening assembly tab when there's no source file. 2025-12-19 13:16:52 -06:00
Ernie Pasveer b88d68afd3 Add copyright header to each source file. 2025-08-26 17:26:05 -05:00
Ernie Pasveer e040380529 More udb support. 2025-06-14 11:46:05 -05:00
Ernie Pasveer afc5e6fa3e WIP: add 'handleSessionTerminated' to relevant widgets. 2025-04-20 09:33:31 -05:00
Ernie Pasveer 1c9826dffe Fixed #275. 2024-11-29 10:58:36 -06:00
Ernie Pasveer f3144f3fe0 Show breakpoint info as a tooltip if the breakpoint icon is clicked with LMB and held down. 2024-09-11 17:34:46 -05:00
Ernie Pasveer 7b40a9c201 Doh. Made changes in the wrong branch. 2024-01-22 17:49:43 -06:00
Ernie Pasveer c84dd60a7e Cosmetic changes for specifying conditions in breakpoints.
Add the 'if' word to the dialogs.
Parse the breakpoints table more effieciently.
2023-11-24 13:11:49 -06:00
Ernie Pasveer d2234ec47e Quote " character in break command list. 2023-07-13 15:25:37 -05:00
Ernie Pasveer b5246bd34b Present the breakpoint script commands better in the UI. 2023-07-13 12:10:10 -05:00
Ernie Pasveer e6593b2a1c Checkpoint for new execution status dialog. 2023-07-04 11:08:33 -05:00
Ernie Pasveer c78a15bdcd First pass at adding break commands/conditions/ignores. 2023-06-13 17:56:13 -05:00
Ernie Pasveer c2d01fc143 Fixed Breakpoints that have conditional statements. 2023-01-11 19:58:22 -06:00
Ernie Pasveer ed9d99da35 Select assembly address from breakpoint browser. 2022-07-03 09:54:25 -05:00
Ernie Pasveer 3611248913 Reworked gdb starting to remember breakpoints between sessions. 2022-03-10 19:52:58 -06:00
Ernie Pasveer 0b1d8f9f49 Add a 'isEmpty' function. 2022-03-05 16:40:37 -06:00
Ernie Pasveer 693fa4a96e Show source filename where possible. Not including path. 2022-02-28 20:49:34 -06:00
Ernie Pasveer 1afdf82f91 Switch from __PRETTY_FUNCTION__ to qSetMessagePattern() 2022-01-20 10:40:56 -06:00
Ernie Pasveer e5ea3deeca Remember breakpoints if 'run' or 'start' are used. 2021-09-12 17:58:20 -05:00
Ernie Pasveer 6357b7a0ef Move source into a 'src' directory. Update README.md file for build
instructions.
2021-09-04 17:02:25 -05:00