Commit graph

7761 commits

Author SHA1 Message Date
Ryan Kurtz
db1a8856e8 Merge remote-tracking branch 'origin/GP-1-dragonmacher-dialog-close-action-fix--SQUASHED' 2024-11-25 11:10:55 -05:00
Ryan Kurtz
46ceac4f5c Merge remote-tracking branch 'origin/GP-5152-dragonmacher-diff-resize-bug' 2024-11-25 11:09:22 -05:00
Ryan Kurtz
883cc9c4db GP-0: Test fixes 2024-11-25 07:47:43 -05:00
chuangjinglu
149e03c847 chore: remove redundant word in comment
Signed-off-by: chuangjinglu <chuangjinglu@outlook.com>
2024-11-25 11:16:20 +08:00
Andrew Dunbar
23ae8364b1
make error messages match logic
The logic in two places checks against `< 0` whose opposite is `>= 0` but the error text said "... must be greater than 0"

I changed it to "greater than or equal to 0" to match the style of the second error but personally I prefer the more succinct "... must be at least"
2024-11-23 11:05:54 +07:00
dragonmacher
739b28f1ad Fix for shared global dialog escape action to appear in options without a dialog having been created 2024-11-22 19:28:30 -05:00
Ryan Kurtz
2333ab6111 Merge branch 'GP-0_ryanmkurtz_PR-7213_kaibolay_crc32-hex' 2024-11-22 13:03:53 -05:00
Ryan Kurtz
3b4d4f9ed0 GP-0: Certify 2024-11-22 13:03:28 -05:00
Ryan Kurtz
9a4da4e729 GP-0: Fixing cycle group tests and help 2024-11-22 12:47:32 -05:00
Ryan Kurtz
b95350f725 GP-4919: Fixing exception that could occur if LoadSpec wasn't found for
some reason (#7185)
2024-11-22 10:59:40 -05:00
Ryan Kurtz
c00d6e0034 Merge remote-tracking branch 'origin/patch' 2024-11-22 10:33:17 -05:00
Kai Bolay
15358c6cdd
Output crc32 in hex 2024-11-22 08:31:55 -05:00
dragonmacher
498e98110a GP-5151 - Diff - Fixed exception when closing second program while diff
is running
2024-11-21 20:24:49 -05:00
dragonmacher
81eaa9120d GP-5152 - Diff - fixed divider resize bug seen with long program names 2024-11-21 20:11:46 -05:00
emteere
ebb19c6382 GP-5150 added __vectorcall, __rustcall, __pascal calling conventions to
CParser.
2024-11-21 21:04:12 +00:00
ghidra1
8520dbb9e0 GP-4886 Test fix 2024-11-21 15:52:22 -05:00
ghidra1
b203afe700 GP-4886 Corrected speculative param storage determination 2024-11-21 15:52:18 -05:00
ghidra1
c3052c0c83 GP-4886 Test fixes 2024-11-21 15:52:16 -05:00
ghidra1
f3eabcfb18 GP-4886 Fix stack analysis and return storage allocation. 2024-11-21 15:52:13 -05:00
ghidra1
7128a2adbd GP-4886 Do not assign storage for DEFAULT/unassigned datatype and create
undefined-typedef instead of DWORD-typedef as a default named type when
demangling.
2024-11-21 15:52:08 -05:00
ghidra1
7ec765c854 GP-0 Include JPype1-1.5.0.tar.gz in distribution 2024-11-21 15:50:08 -05:00
ghidra1
1dad9f85c0 GP-0 Corrected test failures 2024-11-20 21:20:08 -05:00
ghidra1
ac58d20693 GP-0 Corrected test failures and fixed cspec encoding bug 2024-11-20 10:04:56 -05:00
Ryan Kurtz
22ddbc3f4b Merge remote-tracking branch 'origin/GP-5137_dev747368_delete_duplicate_processor_list_plugin' 2024-11-20 06:15:14 -05:00
Ryan Kurtz
55b2016b16 Merge remote-tracking branch 'origin/GP-5136_ghidra1_SarifStructureComponents' 2024-11-20 06:13:59 -05:00
Ryan Kurtz
4d96514f1b Merge remote-tracking branch 'origin/GP-1-dragonmacher-go-to-bug-fix' 2024-11-20 06:12:50 -05:00
dragonmacher
ac22ed69f2 Test fixes 2024-11-19 18:07:54 -05:00
dragonmacher
68bb1e182a Fixed Go To for functions with default names so that a table of choices
is not shown
2024-11-19 15:09:12 -05:00
Ryan Kurtz
9421ec0ab0 Merge remote-tracking branch 'origin/GP-4885-dragonmacher-gnu-demangler-keep-raw-demangled--SQUASHED' 2024-11-19 13:11:55 -05:00
Ryan Kurtz
58e48456de Merge remote-tracking branch 'origin/GP-1-dragonmacher-dialog-escape-bug' 2024-11-19 12:47:36 -05:00
dragonmacher
8f08f2730d GP-4885 - Gnu Demangler - Save the raw demangled string 2024-11-19 09:21:42 -05:00
dragonmacher
b67fab8b51 Fix for Escape action not working for some dialogs 2024-11-18 18:45:17 -05:00
ghidra1
058ecb5eef GP-0 Revert GP-4886 change pending further review and rework 2024-11-18 11:43:17 -05:00
Ryan Kurtz
69d6495b60 init 2024-11-18 11:00:47 -05:00
dev747368
dc17dcd639 GP-5137 delete duplicate / unneeded processorlist plugin 2024-11-18 15:23:42 +00:00
Ryan Kurtz
4cbc94d960 Merge remote-tracking branch 'origin/GP-2470_EnumVariants' (#2581) 2024-11-18 06:26:59 -05:00
Ryan Kurtz
b12d39ee3f Merge remote-tracking branch 'origin/GP-5127_MultiSlotAlignment' 2024-11-18 06:22:59 -05:00
Ryan Kurtz
294f81dfc2 Merge remote-tracking branch 'origin/patch' 2024-11-18 06:20:49 -05:00
ghidra1
2390546961 GP-5136 Changed SARIF export to only include defined-components when
outputing a structure definition
2024-11-15 16:18:46 -05:00
caheckman
55a026b3ba GP-2470 Support for partial enums 2024-11-15 20:54:17 +00:00
caheckman
ab7684a230 GP-5127 Alignment fix for MultiSlotAssign 2024-11-15 20:31:06 +00:00
Andras Gemes
e3d56736e4 BSim: Add status subcommand to bsim_ctl 2024-11-15 20:01:41 +00:00
caheckman
306e15a33d GP-5130 Negative offsets in HeapSequence 2024-11-15 19:09:46 +00:00
Ryan Kurtz
83d38b8368 Merge remote-tracking branch 'origin/GP-4886_ghidra1_UnassignedStorageForDefaultDatatype' 2024-11-15 13:24:39 -05:00
Ryan Kurtz
a9c2c6efc7 Merge remote-tracking branch
'origin/GP-5135_dragonmacher_PR-7193_gemesa_listing-highlight-color'
(Closes #7193)
2024-11-15 13:23:07 -05:00
dragonmacher
2ac3fe7b1b test fixes 2024-11-15 13:09:38 -05:00
Andras Gemes
bd9959730f Gui: Rework listing highlighter colors (dark theme) 2024-11-15 12:50:38 -05:00
Ryan Kurtz
3fb7d914f5 Merge remote-tracking branch
'origin/GP-5114-dragonmacher-escape-action--SQUASHED' (#7136)
2024-11-15 10:00:45 -05:00
Ryan Kurtz
1df4527dd3 GP-5133: Improvements to how we use python type stubs 2024-11-15 09:57:50 -05:00
dragonmacher
aaf23cf096 GP-5114 - Updated component providers to close on Escape when they are the only provider in a window 2024-11-14 17:32:01 -05:00