-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: Internal debugger memory and execution breakpoints #874
base: master
Are you sure you want to change the base?
Commits on Oct 27, 2024
-
feature: DISASM view address breakpoint
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4964844 - Browse repository at this point
Copy the full SHA 4964844View commit details -
feature: Create/Delete Address Breakpoint
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad73fcf - Browse repository at this point
Copy the full SHA ad73fcfView commit details -
feat: DISASM view segmented addressing mode
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19336b4 - Browse repository at this point
Copy the full SHA 19336b4View commit details -
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f50bed - Browse repository at this point
Copy the full SHA 6f50bedView commit details -
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 260db55 - Browse repository at this point
Copy the full SHA 260db55View commit details -
refactor: Invoke ICommand instead of async void
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a8d5d4 - Browse repository at this point
Copy the full SHA 0a8d5d4View commit details -
feat(debugger): basic Breakpoints View
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69176d0 - Browse repository at this point
Copy the full SHA 69176d0View commit details
Commits on Nov 3, 2024
-
feat(debugger): Memory View breakpoints
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b23df7 - Browse repository at this point
Copy the full SHA 4b23df7View commit details -
chore: No CPU Stack View. Will redo it later.
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3397aec - Browse repository at this point
Copy the full SHA 3397aecView commit details -
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94a3f4f - Browse repository at this point
Copy the full SHA 94a3f4fView commit details -
refactor: Send UI Messages on UI thread
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d01024c - Browse repository at this point
Copy the full SHA d01024cView commit details -
feat: DISASM view breakpoint form
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7501822 - Browse repository at this point
Copy the full SHA 7501822View commit details -
fix: Breakpoints weren't activated
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d619fcc - Browse repository at this point
Copy the full SHA d619fccView commit details -
feat: Show some registers addresses as ASCII
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c45fced - Browse repository at this point
Copy the full SHA c45fcedView commit details -
feat: DISASM view Step Over button
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57e9bd5 - Browse repository at this point
Copy the full SHA 57e9bd5View commit details
Commits on Nov 5, 2024
-
chore: IsAddressBreakpointAt remove (BreakPointHolder)
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87a1f20 - Browse repository at this point
Copy the full SHA 87a1f20View commit details -
refactor: No padding between DISASM colums
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 631f36b - Browse repository at this point
Copy the full SHA 631f36bView commit details -
refactor: Smaller DISASM view font
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64432f7 - Browse repository at this point
Copy the full SHA 64432f7View commit details -
refactor: Always possible to create/remove breakpoint
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45b8dc3 - Browse repository at this point
Copy the full SHA 45b8dc3View commit details -
feat: Move CS:IP here command (UI)
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dc54be - Browse repository at this point
Copy the full SHA 5dc54beView commit details -
feat: Go to CS:IP on pause if nothing is shown
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ca3d15 - Browse repository at this point
Copy the full SHA 8ca3d15View commit details
Commits on Nov 7, 2024
-
refactor: DISASM has less colums, same data
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f245b92 - Browse repository at this point
Copy the full SHA f245b92View commit details -
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47c8cbf - Browse repository at this point
Copy the full SHA 47c8cbfView commit details -
refactor: No out-of-sync HasBreakpoint status (UI)
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07c9819 - Browse repository at this point
Copy the full SHA 07c9819View commit details -
refactor: 'Refresh' button naming (debugger XAML)
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe8a8f5 - Browse repository at this point
Copy the full SHA fe8a8f5View commit details -
refactor: Debugger Vertical Tabs Header Layout
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91593a9 - Browse repository at this point
Copy the full SHA 91593a9View commit details -
refactor: 'Breakpoint here' commands CanExecute
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2960e3 - Browse repository at this point
Copy the full SHA b2960e3View commit details
Commits on Nov 9, 2024
-
feat: Slightly better StatusBar-like control
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e57156 - Browse repository at this point
Copy the full SHA 9e57156View commit details
Commits on Nov 11, 2024
-
chore: Merge branch 'master' into branch
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62f448a - Browse repository at this point
Copy the full SHA 62f448aView commit details -
refactor: Memory view buttons layout
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e19339 - Browse repository at this point
Copy the full SHA 1e19339View commit details -
feat: Go To Function (Internal Debugger)
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6095a47 - Browse repository at this point
Copy the full SHA 6095a47View commit details -
refactor: DISASM view buttons layout
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59de795 - Browse repository at this point
Copy the full SHA 59de795View commit details -
refactor: Select matching function by address
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6979de - Browse repository at this point
Copy the full SHA d6979deView commit details -
feat: Inline function name in MASM column
Signed-off-by: Maximilien Noal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 269f3d3 - Browse repository at this point
Copy the full SHA 269f3d3View commit details