Commit Graph

3433 Commits

Author SHA1 Message Date
ghidra1
c8d23a77d8 Merge remote-tracking branch 'origin/GP-285_dev747368_DWARF_anon_naming--SQUASHED' into Ghidra_9.2 2020-11-06 14:42:05 -05:00
dev747368
6c405d0227 GP-285 change DWARF anon data type naming to avoid DTM resolve issue 2020-11-06 14:23:16 -05:00
ghidra1
918dd6f6ae 9.2 ChangeHistory update 2020-11-05 14:57:29 -05:00
ghidravore
8dbe86bfbc Merge remote-tracking branch 'origin/GT-0_ghidravore_updating_fit_to_window_icon' into Ghidra_9.2 2020-11-05 14:29:26 -05:00
ghidravore
96b0fd984d Changed "Fit to Window" action to use new icon instead for refresh icon 2020-11-05 14:27:53 -05:00
ghidra1
103d5533fd Merge remote-tracking branch 'origin/GP-298_FidNamespace' into Ghidra_9.2 2020-11-05 14:23:28 -05:00
ghidra1
4ba468828f Merge remote-tracking branch 'origin/GP-369_LostEquates' into Ghidra_9.2 2020-11-05 14:22:28 -05:00
ghidra1
39737585a5 Merge branch 'GP-0_emteere_PR-2157_astrelsky_mipsAddressAnalyzer' into Ghidra_9.2 2020-11-05 14:14:49 -05:00
astrelsky
afc647a28f Prevent silent AddressOutOfBoundsException in MipsAddressAnalyzer 2020-11-05 14:13:35 -05:00
caheckman
1c3314eaeb Equate testing in the decompiler 2020-11-05 13:26:55 -05:00
caheckman
f758942dd7 Propagate constant symbols through equal2zero rule.. 2020-11-05 12:18:31 -05:00
caheckman
c9ede3ab17 Adjustments to FID_conflict labeling 2020-11-04 17:25:58 -05:00
ghidravore
649a3639e5 updating satellite icon again. Can't seem to please anyone. 2020-11-04 17:23:43 -05:00
caheckman
020b8ee1dd Put full demangle in FID comment 2020-11-04 14:34:15 -05:00
ghidravore
5fb459cbba updated satellite icon in Default Graph Display 2020-11-04 14:20:56 -05:00
caheckman
78717038cf no need to hold equate symbols in a separate list 2020-11-04 11:54:57 -05:00
ghidravore
9326a5d963 Merge remote-tracking branch 'origin/GP-364-dragonmacher-call-trees-duplicate-bug--SQUASHED' into Ghidra_9.2 2020-11-03 19:27:25 -05:00
ghidravore
66f3718443 GP-364 - Call Trees - fixed bug that caused duplicate nodes to have odd spacing in tree; fixed duplicate filtering 2020-11-03 19:26:07 -05:00
emteere
27cb4b20c0 Minor edit to whats new 2020-11-03 19:05:32 -05:00
Alexey Esaulenko
c97f8007a0 Z80: fix CPIR / CPDR conditions 2020-11-03 18:59:20 -05:00
emteere
396255c2c9 Initial WhatsNew for 9.2 2020-11-03 18:57:33 -05:00
ghidra1
bf6ee1f869 Merge branch 'GP-259_ghizard_PDB-Related_Help_Changes' into Ghidra_9.2 2020-11-03 18:32:13 -05:00
ghizard
54e9a40e84 GP-259 - Update PDB Help pages 2020-11-03 18:31:35 -05:00
ghidra1
39bab1e8b8 Merge branch 'Ghidra_9.2_Release_Notes_Changes' into Ghidra_9.2 2020-11-03 18:21:44 -05:00
ghizard
066055d9c4 Ghidra_9.2 Release Notes Changes - fixes 2020-11-03 18:20:11 -05:00
emteere
b966f85f76 GP-0_emteere minor SleighEditor bug fix for @if "!=" comparison 2020-11-03 18:15:30 -05:00
ghidra1
3e5a244838 Merge branch 'PDB_ghidra1_ForceLoadCheck' into Ghidra_9.2 2020-11-03 18:11:24 -05:00
ghidra1
60bb01ba25 PDB - added PDB validation and forced load confirmation for new PDB
loader
2020-11-03 18:10:54 -05:00
caheckman
3e5da19f28 Let all equate symbols get mapped. 2020-11-03 17:48:16 -05:00
ghidra1
b9d16db00e Merge remote-tracking branch 'origin/GT-3654_ghidra1_ELF_R_ARM_PC24' into Ghidra_9.2 2020-11-03 16:46:10 -05:00
ghidra1
d384c01e4f Merge branch 'GP-358_emteere_PR-2333_mumbel_riscv' into Ghidra_9.2 2020-11-03 16:43:43 -05:00
emteere
b1e75e0d6f GP-358_emteere Minor RISV code review changes 2020-11-03 16:41:29 -05:00
mumbel
5fe0f16e10 c.fsw broken under double-precision
if FP is 64, should still handle single precision
2020-11-03 16:41:28 -05:00
mumbel
a487f77918 Opinion fix
Does not handle all the cases it can, add in size IMAFC and
generic cases for GC.
2020-11-03 16:41:27 -05:00
mumbel
c9ae8bdd8d Update to RISCV processor module 2020-11-03 16:41:26 -05:00
ghidra1
149407a682 Merge remote-tracking branch 'origin/GP-348_ghidra1_ElfRelrRelocations' into Ghidra_9.2 2020-11-03 14:11:25 -05:00
ghidra1
434b3bbd44 GT-3654 Corrected ELF R_ARM_PC24 processing 2020-11-03 14:06:06 -05:00
ghidravore
2a0dbe74f3 Merge remote-tracking branch 'origin/GT-0_ghidravore_fixing_block_actions_to_not_graph_entrire_program--SQUASHED' into Ghidra_9.2 2020-11-03 13:46:04 -05:00
ghidravore
c02ab0160c Changes Program Graph actions to not graph entire program when there is no selection 2020-11-03 13:43:03 -05:00
dragonmacher
58847ff821 Bug fix and test fixes for recent graph changes 2020-11-03 12:22:32 -05:00
emteere
71b50a6929 GP-348_emteere fixed bad ehFrame addresses due to a fix elsewhere in the
code no longer needing a translation
2020-11-03 09:32:00 -05:00
caheckman
56166a720f Consolidate different dedup strategies 2020-11-02 17:56:51 -05:00
ghidra1
ada1bbec85 Merge remote-tracking branch 'origin/GP-301_ghidra1_PDB_FuncDefDedupe'
into Ghidra_9.2

Conflicts:
	Ghidra/Features/PDB/src/main/java/ghidra/app/util/pdb/pdbapplicator/CompositeTypeApplier.java
2020-11-02 16:27:50 -05:00
ghidravore
5b8be18b40 removed duplicate jungrapht property 2020-11-02 16:18:43 -05:00
ghidra1
e019616507 Merge branch 'GT-2817_emteere_StartPatternAtZero' into Ghidra_9.2 2020-11-02 14:52:27 -05:00
ghidravore
e169e28b48 Merge remote-tracking branch 'origin/GP-310-dragonmacher-graph-service-mouse-handling--SQUASHED' into Ghidra_9.2 2020-11-02 14:19:02 -05:00
ghidravore
d9a1c8906f GP-310 - Graphing - Updated mouse handling to be consistent with other graph widgets. 2020-11-02 14:15:01 -05:00
ghidra1
15a3b26b8e PDB - standardized use of PDB storage preference and hid
PDB Universal options intended for loader use.
2020-11-02 12:45:48 -05:00
caheckman
062b6769f8 template stripping in FID 2020-11-02 11:58:47 -05:00
emteere
acfe90c86b GP-0_emteere minor fix for potential decompiler namespace lookup
inconsistency
2020-11-02 10:49:18 -05:00