Commit graph

2627 commits

Author SHA1 Message Date
emteere
9c7c0d4492 GP-25_emteere_StoredProgramRegisters initialize register name map only
as needed, and don't upper case all registers
2020-07-01 14:57:53 -04:00
ghidorahrex
c5a31bb129 Merge remote-tracking branch
'origin/GP-23_ghidorahrex_PR-1802_vvasseur_fix_teq_in_arm_thumb'

Fixes #1802
2020-06-30 15:07:29 -04:00
ghidorahrex
ae0209eede Merge remote-tracking branch 'origin/GP-18' 2020-06-30 14:10:42 -04:00
ghidra1
b8dde7b4c8 Corrected sleigh compile issues for V850 2020-06-30 13:43:05 -04:00
ghidorahrex
34f0dd2b87 Merge remote-tracking branch
'origin/T-3634_adamopolous_PR-1735_ryanmkurtz_DevGuide'

Fixes #1735
2020-06-30 12:53:36 -04:00
ghidorahrex
26699223a3 Merge remote-tracking branch
'origin/GT-3631_adamopolous_PR-1762_rchildre3_ignore-gradle-wrapper'

Fixes #1762, fixes #1763
2020-06-30 12:50:53 -04:00
ghidorahrex
16baf9bdca Merge remote-tracking branch
'origin/GT-3633_adamopolous_PR-1798_saruman9_fix_rename_global_var'

Fixes #1798
2020-06-30 11:40:28 -04:00
ghidorahrex
218be8dd9e Merge remote-tracking branch
'origin/GT-3632_adamopolous_PR-1749_astrelsky_shouldAskToAnalyze'

Fixes #1749
2020-06-30 11:39:26 -04:00
adamopolous
da03909818 after certify 2020-06-30 10:52:15 -04:00
James
3e1954ebe9 GP-18 updated ia.sinc 2020-06-30 10:34:57 -04:00
James
1ed4407e3d fixes to ia.sinc 2020-06-29 14:58:26 -04:00
ghidravore
1788695da8 fixed a few more junit tests 2020-06-29 14:05:37 -04:00
Elliott Childre
68f532627c Add Gradle Wrapper to exclude from extension build
Gradle Wrapper:
https://docs.gradle.org/current/userguide/gradle_wrapper.html

Is "recommended way to execute any Gradle build" so more and more
extensions have the wrapper files in the repository.  They serve no
purpose once built, so ignore it from the zip.
2020-06-29 13:37:03 -04:00
ghidravore
2647f67be0 fixed junits for SetLanguageTest 2020-06-29 13:31:17 -04:00
Ryan Kurtz
c56b4fa878 Removing Eclipse BuildShip plugin instructions from DevGuide. 2020-06-29 13:27:24 -04:00
ghidra1
8f0dc68199 Added ability to specify composite member comments in support of PDB
composite reconstruction
2020-06-29 12:48:46 -04:00
ghidravore
777bcbef17 fixed accidental checkin of debug code. 2020-06-26 17:10:00 -04:00
emteere
0bfcb5b8cd Merge remote-tracking branch 'origin/GT-3523_emteere_PR-1430_Aleckaj_master' 2020-06-26 15:36:47 -04:00
emteere
2a30ec7112 GT-3523_emteere_PR-1430_Alackaj_master fixing patterns file and review
for merge into master
2020-06-26 14:54:05 -04:00
ghidravore
b7e6faf2dc fixes #1810 broken toolbar actions on nodes in the function graph 2020-06-26 14:35:34 -04:00
ghidra1
c7cc11a18e Merge branch 'GT-0_ghidra1_PR-1761_Random06457_ELF_MIPS_Options_Bug' 2020-06-26 11:54:00 -04:00
ghidravore
11e187b18c GitHub #1754 - protected against temporary loss of default action
context.
2020-06-25 15:08:23 -04:00
ghidravore
3ea11259d1 GitHub-1996 changes from review 2020-06-25 14:40:18 -04:00
ghidravore
9bd4358594 Github-1996 duplicate actions appearing in ProjectDataDialog. Also,
actions that don't belong in DataTreeDialog showing up.
2020-06-19 16:21:05 -04:00
ghidravore
d648dd3ef8 GT-3185 Removed restriction for creating symbols that resemble dynamic
symbol names.
2020-06-16 12:18:06 -04:00
ghidra1
bdbbca30a1 Improved bulk addDatatypes performance (experimental method) and
corrected structure editor help text.
2020-06-04 20:19:16 -04:00
ghidra1
4406b8a7a8 Conflict handler correction 2020-06-04 14:17:40 -04:00
ghidra1
1f9bd91fcb Additional datatype resolve cleanup 2020-06-04 14:07:29 -04:00
ghidra1
7f09488133 Corrected test issues and refined datatype conflict handling 2020-06-04 13:58:21 -04:00
ghidra1
76925e6342 Merge remote-tracking branch 'origin/GT-3571_ghidra1_DTReplaceAndMerge' 2020-06-03 18:02:27 -04:00
ghidra1
c2d9629f57 GT-3571 Numerous changes to datatype resolve/replace addressing
performance and conflict handling.  Corrected composite merge
deficiencies.  Added datatype resolve/equivalence caches for performance
improvement.  Added deferred pointer resolution for structures and
unions.  Corrected datatype parent/child update
2020-06-03 17:58:59 -04:00
ghidra1
d5cc72fd14 Merge remote-tracking branch 'origin/patch' 2020-06-03 11:19:34 -04:00
ghidra1
bb1b810392 Merge branch 'GT-0_ghidra1_PR-1818_toshipiazza_PDBDivZeroErr' into patch 2020-06-03 11:17:33 -04:00
Toshi Piazza
b89be26da2 Replaces buggy getLength() calls with getCount() 2020-06-03 11:13:37 -04:00
Toshi Piazza
71afb6d4c3 Set minimum array length to 1 2020-06-03 11:07:56 -04:00
Toshi Piazza
6741ad266c Fixes crash in pdb.exe on rust pdb's
Fixes crash in pdb.exe caused when processing a rust ZST

Also escapes filenames as there's at least one instance of a bad
filename in the provided pdb: <::core::macros::panic macros>
2020-06-03 11:07:55 -04:00
ghidravore
be3505ca82 fixed junit errors caused by last week's listingModel change. 2020-06-02 15:34:22 -04:00
ghidravore
86a884a462 Merge remote-tracking branch 'origin/GT-xx-ghidravore_removing_uses_of_LongObjectHashTable' 2020-06-02 13:01:31 -04:00
ghidravore
ca58264d65 changes from review 2020-06-02 12:58:36 -04:00
ghidravore
621d3aa58a Merge remote-tracking branch 'origin/GT-xx-_ghidravore_fixed_thread_saftey_issue_with_listing_model' 2020-05-29 13:50:16 -04:00
ghidravore
1d31b87eba updates from review 2020-05-29 13:43:27 -04:00
ghidravore
b6128b0687 Merge remote-tracking branch 'origin/GT-3626_emteere_noreturnbug' 2020-05-28 15:52:16 -04:00
ghidravore
755dc694e1 GT-xx Fixed issue where layout cache was getting corrupted by multiple
thread access.  Fixed by not sharing the ListingModel and instead
cloning it before giving it out.
2020-05-27 12:44:31 -04:00
emteere
52b5ed1b24 GT-3626_emteere_noreturnbug fixed speed issues with large number of
symbols, fixed special case check for call to suspect non-returning
function that finally calls non-returning function
2020-05-26 19:14:40 -04:00
ghidravore
7a36786eb5 updated allowed ip in certification files 2020-05-26 15:55:43 -04:00
emteere
7a13061e4a GP-10_emteere adding missing get_pc_thunk.as/si 2020-05-22 15:39:00 -04:00
ghidravore
875eed4c3b Merge remote-tracking branch 'origin/caheckman_recentBranches' 2020-05-22 13:29:33 -04:00
ghidravore
e3aebe3adb Replace uses of LongObjectHashTable with Java's HashMap 2020-05-21 16:46:44 -04:00
ghidravore
7af55169c0 Added a few more tests for DbObjectCache 2020-05-20 15:39:03 -04:00
ghidra1
eaf6ab250d Updated eclipse format preferences (function call wrapping) 2020-05-20 13:33:14 -04:00