17033 Commits

Author SHA1 Message Date
Ryan Kurtz 6b49a80dde Merge remote-tracking branch 'origin/GT-3078_ghizard_use_SetCommentCmd_over_SetCommentsCmd' 2019-08-13 13:31:42 -04:00
ghizard 4748ddc2ef GT-3078 review fix. 2019-08-13 12:54:16 -04:00
Ryan Kurtz fe11274fe7 Merge remote-tracking branch 'origin/GT-3076_ghizard_PDB_Analzyer_do_not_automatically_search_PE_Specified_PDB_path' 2019-08-13 09:04:12 -04:00
ghidorahrex 59aa00dfb7 Corrected issue with coldfire mov3q immediate -1 representation 2019-08-13 08:06:16 -04:00
ghidorahrex d7934eaafc Added XGate/HCS12 Disassemble Action command. 2019-08-13 07:49:38 -04:00
ghizard 2174080d39 GT-3078 initial check-in of SetCommentCmd over SetCommentsCmd 2019-08-12 17:25:39 -04:00
ghizard 99a916e1ba GT-3076 PDB Do not automatically include path: check-in and certify 2019-08-12 15:32:18 -04:00
ghidravore 0af34a4197 GT-3073 fixed bug in put byte when there is more than one sub block in a
memory block
2019-08-12 13:53:42 -04:00
James f39c19e0eb GT-3075 added userops to toy language 2019-08-12 12:34:13 -04:00
ghidorahrex e3fff4e69d GT-3029: Accepting pull request
Pulled-from: paramjot@gmail.com <paramjot@gmail.com>
Pulled-from: mumbel <22204578+mumbel@users.noreply.github.com>
Pulled-from: Guy Zana <guy@tokagroup.com>
2019-08-12 12:24:04 -04:00
Ryan Kurtz e36b22d268 Merge remote-tracking branch 'origin/GT-3020-dragonmacher-fg-edges-lose-alpha' 2019-08-12 12:17:38 -04:00
ghidorahrex b4096d1061 Fixed build errors in PIC-30 (Fixes #897) 2019-08-12 08:21:22 -04:00
dragonmacher e646deabc1 GT-3020 - Function Graph - fixed edge visual state that was being
overwritten after mutation operations
2019-08-12 08:03:56 -04:00
Ryan Kurtz 8f3f5c18f5 Merge remote-tracking branch 'origin/GT-3008_ghidorahrex_PIC-30_division_instructions' 2019-08-09 13:50:31 -04:00
Ryan Kurtz 3a12b5bbe2 Finding external modules from the classpath instead of the
eclipse.project.dir property.
2019-08-09 13:49:53 -04:00
ghidorahrex bc67da09d1 Corrected issue with the Select Bytes dialog resizing strangely. 2019-08-09 12:52:56 -04:00
dragonmacher cb94773ce5 GT-3020 - Function Graph - for edges, split 'in active path' state into
2 parts so we can track hovered/focused/selected separately, which
prevents the focused/selected state changes from overwriting each other
2019-08-09 10:21:09 -04:00
Ryan Kurtz 351cf56e6e Merge remote-tracking branch 'origin/GT-3044-dragonmacher-table-popup-cleanup' 2019-08-09 08:15:26 -04:00
paramjot@gmail.com 276ee657aa super-h: Corrected bsrf and jsr instructions 2019-08-08 21:59:58 -04:00
dragonmacher e9c0921cfe GT-3044 - Table Actions - test and review fixes 2019-08-08 16:34:09 -04:00
Ryan Kurtz 6da0d9340d Merge remote-tracking branch 'origin/GT-2370_dev747368_batchimport_language' 2019-08-08 16:06:13 -04:00
dev747368 c334f02eed GT-3000 tweak DWARF error reporting and dynamic size handling 2019-08-08 15:35:58 -04:00
Ryan Kurtz dec62f9ee6 Merge remote-tracking branch 'origin/GT-3042_dev747368_server_usernames' 2019-08-08 13:31:39 -04:00
dev747368 f073d58fb2 GT-3042 tweak related javadoc 2019-08-08 13:30:21 -04:00
Ryan Kurtz a86fdf4c39 Merge remote-tracking branch 'origin/GT-3063_dev747368_sevenzip_filesystem' 2019-08-08 13:25:24 -04:00
ghidorahrex a22c168878 Moved M8C for release. 2019-08-08 12:52:43 -04:00
ghidorahrex 864235ee7d Moved SuperH4 processor for release. 2019-08-08 12:11:45 -04:00
Ryan Kurtz a585a0eb94 GT-3071: Fixing register highlight issue (fixes #810). 2019-08-08 09:47:10 -04:00
Ryan Kurtz 70b5c0478c Merge remote-tracking branch 'origin/GT-3064_ghidravore_cancel_create_memory' 2019-08-08 07:33:45 -04:00
dev747368 52907cf3a7 GT-3063 sevenzip file system, code review fixes 2019-08-07 18:26:46 -04:00
ghidravore 33c5feac44 GT-3064 fixing importing to be cancellable 2019-08-07 14:39:27 -04:00
Ryan Kurtz 85e25af7e8 Adding JUnit to projects created by GhidraDev. 2019-08-07 12:07:15 -04:00
fortenbt c992585957 Remove IO default memory block from 6502 pspec
- Corrects the length of the zero page and stack memory blocks.
2019-08-07 12:03:36 -04:00
Ryan Kurtz 70757b658e Fixing merge build issue. 2019-08-07 09:49:55 -04:00
Ryan Kurtz 6530398f6a Merge remote-tracking branch 'origin/GT-3062_adamopolous_screen_shot_fixes' 2019-08-07 09:44:42 -04:00
Ryan Kurtz dc115f9a5c Merge remote-tracking branch 'origin/GT-2383_dev747368_tree_focus_after_click_same_node' 2019-08-07 08:36:11 -04:00
adamopolous c5c3bc80f6 GT-3062: added comment to ambiguous build code 2019-08-07 06:42:30 -04:00
mumbel 88f127566c Sign-extended imm32 for 64-bit mode
Several x86_64 instructions were not sign extending the imm32 to
64-bits for the 64-bit mode instruction:  ADD, AND, CMD, and SUB,
while: ADC, MOV, and TEST were correct
2019-08-06 17:40:53 -05:00
dev747368 bcba73fdce GT-2383 - tree focus, code review tweaks 2019-08-06 16:55:21 -04:00
adamopolous aee9b170eb GT-3062: code review fixes (closes #875) 2019-08-06 16:45:18 -04:00
dev747368 8461e91758 GT-2383 tree focus when clicking on already selected node. 2019-08-06 16:02:40 -04:00
ghidra1 a435e1547a Minor improvements to ProcessorEmulatorTestAdapter 2019-08-06 15:30:26 -04:00
ghidra1 06f8a90fc7 Revised pcodetest module test resource mechanism 2019-08-06 14:28:32 -04:00
Ryan Kurtz 0f33a90bad Fixing Integration Test build when top-level source directory is not
named "ghidra" (fixes #876).
2019-08-06 14:13:15 -04:00
dev747368 9dd36b6788 GT-2370 - make batch import language selection more user-friendly
If a set of files in batch import didn't have a language set
automatically, there wasn't much indication to the user how to set the
language by clicking on the column.
2019-08-06 13:33:59 -04:00
ghidra1 78a551b6d8 GT-2933 Improved ELF loader ability to handle missing section names and
negative file offsets
2019-08-06 12:28:24 -04:00
ghidorahrex 6a75b66995 PIC 30 code review fixes. Changed "repeat 0x12" to "repeat 0x11".
Modified plain division instructions to use pcodeops since we can't
implement the normal instructions.
2019-08-06 12:02:13 -04:00
dev747368 bc81cdcac5 GT-3063 fix javadoc 2019-08-06 11:38:41 -04:00
ghidra1 ca6c01268e Improvement of FileBytes equals/hashcode methods and delete 2019-08-05 18:35:37 -04:00
dev747368 97f484fe8d GT-3063 - fix sevenzip fs data dup and extreme slowness
File data would be duplicated, and was using slow method to extract
data.
2019-08-05 16:43:26 -04:00