Commit graph

388 commits

Author SHA1 Message Date
emteere
9979a6f9ec GP-5752 Fixed missing characters at the end of operands, for example closing parenthesis added in the base sleigh instruction constructor. 2025-07-17 15:49:39 -04:00
ghidra1
8c441250f5 GP-5742 Cleanup preferred CommentType enum use. Changed SARIF data component comment JSON serialization from int to String. 2025-06-06 17:58:07 -04: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
004712026b GP-5523: Allow tool-wide configuration of radix for displaying trace times. 2025-04-17 18:18:53 +00:00
Dan
e4024bc8cf GP-5494: Fix byte cache and increase number of cached pages (memory viewer). 2025-04-15 18:22:42 +00:00
ghidra1
56df61cb0b Merge remote-tracking branch 'origin/patch' 2025-04-11 10:24:24 -04:00
ghidra1
0ef28cb54b GP-5557 Composite editor transaction and update notification fixes 2025-04-11 09:58:01 -04:00
Dan
ed48b0e452 GP-616: Fix 32-bit pointer placement in WoW64 targets. 2025-04-09 13:27:49 +00:00
Ryan Kurtz
1bed582491 Merge remote-tracking branch 'origin/patch' 2025-03-25 14:17:57 -04:00
Dan
2261fde014 GP-5517: Add Stack/Frames to "pure emulation" schema. 2025-03-25 18:03:30 +00:00
Ryan Kurtz
7ca36e01d9 Merge remote-tracking branch 'origin/GP-5436_Dan_torchAsyncComm--SQUASHED' 2025-03-25 12:46:21 -04:00
Dan
14d0432554 GP-5436: Move AsyncComm remains into Generic 2025-03-25 16:44:37 +00:00
Dan
d95b8a20b2 GP-0: Correct viewport tests now with implied snap-0 post GP-4209 2025-03-25 13:28:55 +00:00
Dan
21a1602579 GP-4209: GhidraTime-MSTTD integration. Type hints for (most) Python agents. 2025-03-24 18:28:07 +00:00
Ryan Kurtz
3c76ab787a Merge remote-tracking branch 'origin/GP-5379_Dan_fixKeyReuse--SQUASHED'
(Closes #7497)
2025-03-03 13:08:01 -05:00
Dan
789a9fa4b7 GP-5379: Require snap parameter in object getters/setters. Lots of fallout. 2025-03-03 17:29:24 +00:00
ghidragon
6fb115358a GP-5310 Created global search and replace feature 2025-02-28 20:08:40 -05:00
Ryan Kurtz
43b0621e4a Merge remote-tracking branch
'origin/GP-5331_Dan_gdbSignErrors--SQUASHED' (Closes #6787)
2025-02-21 14:10:14 -05:00
Dan
7c983f7bb5 GP-5331: Gdb address signedness. 2025-02-20 19:36:36 +00:00
Dan
bef0660e6a GP-5314: Destroy LiveMemoryHandler 2025-02-18 18:23:30 +00:00
Dan
fb9a7c62a2 GP-4546: Add 'Set breakpoint' multi-action to Breakpoints window. 2025-02-06 13:15:45 +00:00
Ryan Kurtz
d23e67a088 GP-0: Cleaning up certain types of javadoc errors 2025-02-03 06:13:50 -05:00
d-millar
f5354381cf GP-0: fix for post-5271 errors 2025-01-21 10:16:08 -05:00
Ryan Kurtz
067ba3e19d Merge remote-tracking branch 'origin/GP-5271_Dan_fixTraceRmiMethodSelection--SQUASHED' into Ghidra_11.3 2025-01-17 08:13:48 -05:00
Dan
2a41c8fe6b GP-5271: Fix break/watchpoints with lldb. Many framework changes. 2025-01-17 07:58:01 -05:00
Dan
5d71f073f4 GP-5266: Only track on user click or address change. 2025-01-16 05:54:53 -05:00
Dan
ea95c146b5 GP-0: Fix some tests (mock.slaspec, register count) 2025-01-06 12:03:24 -05:00
Ryan Kurtz
11ac891e9c Merge remote-tracking branch 'origin/GP-5229_Dan_fixTreeRegValUpdate' 2025-01-03 19:56:11 -05:00
Dan
b5d8885567 GP-5229: Add failing test. Fix tree attribute update. 2025-01-03 13:43:34 -05:00
Dan
e0ccc4883b GP-5213: Fix editing registers presented as primitives. 2025-01-03 12:55:06 -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
Dan
5813548a84 GP-1978: Port tests to TraceRmi and delete more stuff. 2024-12-12 11:43:47 -05:00
Ryan Kurtz
57df41297f Merge remote-tracking branch 'origin/patch' 2024-12-06 11:45:38 -05:00
Dan
c3419572ae GP-5164: Fix DebuggerAddRegionDialog. 2024-12-04 08:41:55 -05:00
Dan
2f86a780f0 GP-5121: Fix unflushed buffer in Saveable TracePropertyMap 2024-12-02 12:09:11 -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
d-millar
cce33f772e GP-4894: Improve and better test Java debug connector. 2024-10-30 15:48:19 -04:00
Ryan Kurtz
2b7a497235 Merge remote-tracking branch 'origin/GP-4889_Dan_detectPcPatches' into
patch (Closes #6867)
2024-10-17 10:49:02 -04:00
Ryan Kurtz
9bd7487c91 Merge remote-tracking branch 'origin/GP-4483_Dan_staleEmuADDs--SQUASHED' into patch 2024-10-17 10:41:51 -04:00
Ryan Kurtz
65ec7c95f7 Merge remote-tracking branch
'origin/GP-4231_Dan_emuStepAfterInterruptCached--SQUASHED' into patch
(Closes #6109)
2024-10-17 10:39:28 -04:00
Dan
37e73f1885 GP-4231: Fix emulator step from cache after interrupt 2024-10-17 08:48:03 -04:00
Dan
ff18db760f GP-4483: Fix stale ADDs (disassembled 0s) in emulator's dynamic listing. 2024-10-17 08:45:16 -04:00
Dan
491e6a3c23 GP-4889: Detect patches to program counter. 2024-09-13 15:16:39 -04:00
Dan
c5cef9540e GP-2032: UndefData.getBytes fills one 0 without memspace. 2024-09-12 13:52:56 -04:00
ghidragon
7f7559df56 GP-4559 Creating new Memory Search Feature that include dynamic change
detection
2024-08-30 01:37:26 +00:00
Dan
a963884d7e GP-0: Fix guest-mapping tests (misplaced override) 2024-08-28 08:15:44 -04:00
Dan
78fb4e7077 GP-4868: Re-write StaticMappingService. Fix tests. 2024-08-26 14:28:33 -04:00