Ryan Kurtz
f8ce5b4b3b
Merge branch 'GP-0_ryanmkurtz_PR-8025_LukeSerne_fix-typo'
2025-04-21 07:55:21 -04:00
Ryan Kurtz
6730154316
GP-0: Certify
2025-04-21 07:54:19 -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
20e83f2165
GP-5364: Fix some plugin order bugs.
2025-04-18 17:46:28 +00:00
Ryan Kurtz
92e2b6b5d4
Merge remote-tracking branch
...
'origin/GP-5494_Dan_fixTraceSlowness--SQUASHED' (Closes #4940 )
2025-04-16 06:16:29 -04:00
Dan
e4024bc8cf
GP-5494: Fix byte cache and increase number of cached pages (memory viewer).
2025-04-15 18:22:42 +00:00
Dan
31f447e8c7
GP-5548: Factor listing synchronization into plugin.
2025-04-14 19:59:26 +00:00
Ryan Kurtz
f1a135d8bb
Merge remote-tracking branch
...
'origin/GP-5326_ghidragon_adding_address_and_data_options'
(Closes #7407 )
2025-04-07 14:53:12 -04:00
Ryan Kurtz
ba0fb6a07c
Merge remote-tracking branch 'origin/GP-0_Dan_testFixes-2025-04-04-1'
2025-04-04 13:18:54 -04:00
Dan
bcc932d7a8
GP-0: Fix tests.
2025-04-04 17:09:35 +00:00
Ryan Kurtz
0878da155c
Merge remote-tracking branch 'origin/GP-5301_Dan_testEmuThumbPlt'
2025-04-04 12:51:15 -04:00
Dan
b702aa0a6f
GP-5301: Fix ARM/THUMB ISA mode switching for indirect branches in JIT.
2025-04-04 16:18:36 +00:00
Ryan Kurtz
1fb758e5ae
Merge remote-tracking branch 'origin/patch'
2025-04-03 13:18:59 -04:00
James
861c0c93d4
GP-5561 correct dwarf source file path parsing error
2025-04-03 14:12:45 +00:00
d-millar
d5f29b47d6
GP-0: more from unit tests
2025-03-28 20:33:46 +00:00
Dan
9016ed28f1
GP-5499: Add 'Time' column to Time table.
2025-03-26 19:03:51 +00:00
ghidragon
b7a23cacd4
GP-5326 adding "Add Date" and "Add Address" to edit data field dialog
2025-03-25 14:20:30 -04:00
Dan
14d0432554
GP-5436: Move AsyncComm remains into Generic
2025-03-25 16:44:37 +00:00
Dan
422372a69e
GP-0: Try python3 first.
2025-03-25 13:12:12 +00:00
Dan
d35e321e9c
GP-0: Ensure OS check happens first.
2025-03-25 13:04:33 +00:00
Ryan Kurtz
01652d9ba1
Merge remote-trackng branch 'origin/patch'
2025-03-25 06:37:02 -04:00
Dan
21a1602579
GP-4209: GhidraTime-MSTTD integration. Type hints for (most) Python agents.
2025-03-24 18:28:07 +00:00
Ryan Kurtz
69a66e0eec
Merge remote-tracking branch 'origin/patch'
2025-03-21 06:12:55 -04:00
ghidra1
5eb247f5cd
GP-0 Corrected test screenshot failure
2025-03-20 14:51:29 -04:00
ghidragon
0b0b330bac
GP-5326 created edit structure field action and dialog.
2025-03-11 16:13:24 -04:00
Ryan Kurtz
b88a82dae1
Merge remote-tracking branch 'origin/GP-0_ghidragon_fixing_encoded_string_test'
2025-03-06 11:36:42 -05:00
ghidragon
260375351d
GP-0 fixed bug introduced when adding accessible name
2025-03-06 11:34:58 -05:00
Dan
9cf438bccd
GP-5227: Split launchers help apart.
2025-03-05 20:17:43 +00:00
Dan
273dfba1ac
GP-5265: Move schedule display from Threads to Listing tabs
2025-03-05 15:07:14 +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
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
dragonmacher
2f5faafeb7
Test fixes
2025-01-30 18:56:27 -05:00
Ryan Kurtz
383c0ed20c
Merge remote-tracking branch 'origin/GP-4151_ghidragon_fixing_wizard--SQUASHED'
2025-01-24 17:46:26 -05:00
ghidragon
32bf68b8f3
GP-4151 fixing wizard pattern to better handle expensive checks between panels.
2025-01-24 17:31:03 -05:00
caheckman
00f9789116
GP-5256 ExtraStack, sizes attribute, merge join sequence
2025-01-24 00:05:14 +00:00
Dan
836272b909
GP-5285: Add test showing it's not a problem in new stuff.
2025-01-22 16:08:48 +00:00
Ryan Kurtz
65a284a604
Merge remote-tracking branch 'origin/Ghidra_11.3'
2025-01-22 08:51:58 -05:00
Dan
15c0ff7099
GP-0: (lldb) Remove duplicative refresh_breakpoints and its test.
2025-01-22 13:14:20 +00:00
Ryan Kurtz
34e38c3d48
Merge remote-tracking branch 'origin/Ghidra_11.3'
2025-01-21 10:18:58 -05:00
d-millar
f5354381cf
GP-0: fix for post-5271 errors
2025-01-21 10:16:08 -05:00
Ryan Kurtz
466ba95857
Merge remote-tracking branch 'origin/Ghidra_11.3'
2025-01-16 06:00:06 -05:00
Dan
dc4b0692a9
GP-5263: Update Debugger GhidraClass
2025-01-15 11:47:36 -05:00
Ryan Kurtz
9eedabdbe4
GP-0: Fixing test
2025-01-14 08:04:15 -05:00
Ryan Kurtz
44fb13b292
GP-5257: Fixing Gradle warnings
2025-01-13 13:52:50 -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