Dan
bb4920940b
GP-6428: Update Debugger tutorial, help, and screenshots for new control button order.
2026-02-27 18:38:36 +00:00
Dan
66c9edc9bf
GP-6369: Convert remaining uses of EmulatorHelper to PcodeEmulator.
2026-02-24 18:25:50 +00:00
Ryan Kurtz
3dad9ba715
Merge remote-tracking branch 'origin/patch'
2026-01-16 13:20:20 -05:00
Ryan Kurtz
89e6b57a74
Merge remote-tracking branch 'origin/GP-6026_Dan_addBreakLocExpressionColumn--SQUASHED' into patch
2026-01-16 13:17:20 -05:00
Dan
5670520c9a
GP-3026: Add Expression column to Breakpoints. Update/fix docs.
2026-01-16 18:09:47 +00:00
Ryan Kurtz
ce135fffa8
Merge remote-tracking branch 'origin/patch'
2026-01-15 10:41:50 -05:00
Dan
1bf1278ee5
GP-6032: Update Watches screenshots and documentation. Fix mentions of Threads window having step schedule.
2026-01-15 15:13:32 +00:00
Dan
e8ff64a59e
GP-6158: Allows static methods to be marked @PcodeOp in UseropLibrary
2026-01-15 13:25:25 +00:00
d-millar
7d002ae79e
GP-6112: cmd args for gdb/lldb
2026-01-09 19:43:20 +00:00
d-millar
314225b920
GP-6228: missed these
...
GP-6228: change to >=
2025-12-18 11:57:18 -05:00
d-millar
cba3d5a963
GP-6129: post-review(2)
...
GP-6129: post-review
GP-6129: post-review
GP-6129: typo
GP-6129: first bits
GP-6129: first resultsGP-6129: more or less functional sarif tableGP-6129: pre-refactorGP-6129: tagging taint with opGP-6129: fix for composed libsGP-6129: taint action workingGP-6129: fqname errorGP-6129: error handlingGP-6129: error handling
2025-11-24 15:11:54 -05:00
Dan
72001639a8
GP-5879: Add callbacks to PcodeEmulator. Refactor for composition vice inheritance.
2025-08-21 13:22:49 +00:00
Dan
6e27a9faa2
GP-5799: Improve example InstallCustomLibraryScript and fix NPE.
2025-07-01 17:52:26 +00:00
James
4226376a95
GP-5692 updated bsim tutorial
2025-05-16 20:21:23 +00:00
Dan
b18291178a
GP-5670: Errata in the Debugger Tutorial
2025-05-15 13:07:11 +00:00
Ryan Kurtz
f8ce5b4b3b
Merge branch 'GP-0_ryanmkurtz_PR-8025_LukeSerne_fix-typo'
2025-04-21 07:55:21 -04:00
Luke Serné
8303061629
Many typo's
...
These were found using the command below searching for duplicated words,
and manually going through the results to remove the false positives and
reword the true positives. Sometimes I removed the doubled word and
sometimes I replaced the duplicated word.
The grep command:
grep -nIEr '\b([a-zA-Z]+)[[:space:]*]+\1\b' ./Ghidra
2025-04-19 18:06:41 +02:00
Dan
5743b48101
GP-5264: Add PC, Function, and Module columns to the Time panel
2025-04-18 15:15:17 +00:00
Dan
9016ed28f1
GP-5499: Add 'Time' column to Time table.
2025-03-26 19:03:51 +00:00
Dan
273dfba1ac
GP-5265: Move schedule display from Threads to Listing tabs
2025-03-05 15:07:14 +00:00
Dan
fb9a7c62a2
GP-4546: Add 'Set breakpoint' multi-action to Breakpoints window.
2025-02-06 13:15:45 +00:00
Ryan Kurtz
483dee2889
GP-5282: Adding linux_arm_64 and mac_arm_64 support to make-postgres.sh
2025-01-17 10:30:09 -05:00
Ryan Kurtz
466ba95857
Merge remote-tracking branch 'origin/Ghidra_11.3'
2025-01-16 06:00:06 -05:00
Dan
5d71f073f4
GP-5266: Only track on user click or address change.
2025-01-16 05:54:53 -05:00
Dan
dc4b0692a9
GP-5263: Update Debugger GhidraClass
2025-01-15 11:47:36 -05:00
d-millar
fe71611803
GP-0: from review
2025-01-10 20:50:09 +00:00
d-millar
4fd092bb73
GP-0: drgn test failures
2025-01-10 19:20:55 +00:00
Ryan Kurtz
52a1550eff
Merge remote-tracking branch 'origin/GP-326_d-millar_how_to_add_a_debugger--SQUASHED'
2025-01-08 14:56:18 -05:00
d-millar
d5df1c16bb
GP-326: never say die
...
GP-326: recompiling to htmnl
GP-326: recompiling to htmnl
GP-326: last?
GP-326: getting there
GP-326: roll along
GP-326: rolling along
GP-326: test fix
GP-326: miscellaneous post-review fixes
GP-326: complicated stuff
GP-326: more simple stuff
GP-326: navhead fix
GP-326: better docs
GP-326: html for md
GP-326: html for md
GP-326: tutorial edits
GP-326: tutorial edits
GP-326: re-arranging docs
GP-326: from review
GP-326: adding a debugger
GP-326: docs
GP-326: using TestResources - tests pass
GP-326: working tests
GP-326: most cmd/meth tests working
GP-326: cmd tests pass
GP-326: passes thru putmem
GP-326: one test running
GP-326: better startup logic
GP-326: first pass tests
GP-326: misc cleanup
GP-326: cleaner startup
GP-326: cleanup
GP-326: fixes for crash dump
GP-326: util cleanup
GP-326: objects cont.
GP-326: first pass at objects
GP-326: some cleanup
GP-326: regions
GP-326: sections
GP-326: modules
GP-326: alt launchers
GP-326: symbols
GP-326: memory
GP-326: stack frame - regs + locals
GP-326: frames
GP-326: threads
GP-326: better start sequence
GP-326: working launcher
GP-326: util.version
GP-326: arch
2025-01-08 13:16:34 -05:00
Dan
a8fae1fe5b
GP-4643: Add a JIT-accelerated p-code emulator (API/scripting only)
2025-01-03 10:27:38 -05:00
Dan
f5a93c3072
GP-1978: Delete Framework-Debugging. Merge needed parts into
...
TraceModeling.
2024-12-18 14:05:38 -05:00
Ryan Kurtz
293f5bdb0a
Merge remote-tracking branch 'origin/GP-1978_Dan_torchFrameworkDebugging-pt1--SQUASHED'
2024-12-05 08:37:25 -05:00
Dan
0ab040816a
GP-1978: Delete Deprecated plugins, GADP
2024-12-05 08:29:10 -05:00
Dan
cfc4adbef6
GP-5134: Don't require user to set 'Load Emulator'.
2024-12-04 08:45:34 -05:00
hippietrail
13598df8db
many doubled words in comments etc, plus some nearby typos
2024-11-26 13:18:05 +07:00
Ryan Kurtz
faf55a8de6
GP-5078: Improvements to Ghidra Module directory layout
2024-10-31 10:34:26 -04:00
Ryan Kurtz
66068da147
GP-0: BSim class HTML files are now generated during the build
2024-10-29 13:14:18 -04:00
ghidra007
6946732e85
GP-4938 class slide updates
2024-09-23 16:51:17 +00:00
Ryan Kurtz
6b9cf67ab3
GP-4842: Upping minimum supported Python version to 3.9
2024-08-14 09:30:38 -04:00
Ryan Kurtz
b272e7412c
Merge remote-tracking branch 'origin/patch'
2024-07-22 06:41:48 -04:00
James
32912f2224
GP-3774 advanced class improvements
2024-07-19 11:42:34 -04:00
Ryan Kurtz
d3d60ea399
GP-4564: Improvements to library search paths and other loader options
2024-06-05 08:40:08 -04:00
Dan
fb4807e1a2
GP-4609: Add FileChoosers to launcher dialog.
2024-05-28 13:28:47 -04:00
Dan
fc17ca970c
GP-4489: Add psutil and protobuf to downloads, dist. Build py packages for dist.
2024-04-26 23:34:30 -04:00
Ryan Kurtz
0f2cb161f5
Merge remote-tracking branch 'origin/GP-4528_Dan_traceViewBytes'
2024-04-23 12:46:32 -04:00
ghidra1
bb80f004ea
Merge remote-tracking branch 'origin/GP-4505_ghidra1_MutabilitySettings'
2024-04-22 18:08:19 -04:00
d-millar
a9d7962da9
GP-4522: mods to docs
...
GP-4522: better tag
GP-4522: moving by-avail to availables
2024-04-22 16:52:26 -04:00
Dan
e914b126db
GP-4528: Fix byte values in trace diff view
2024-04-22 16:27:05 -04:00
Dan
a93a695e6a
GP-3887: Update Debugger course for Trace RMI.
2024-04-22 10:11:25 -04:00
ghidra1
616bf82426
GP-4505 Added writable mutability setting
2024-04-11 15:27:16 -04:00