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
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
ghidra1
ca6c01268e
Improvement of FileBytes equals/hashcode methods and delete
2019-08-05 18:35:37 -04:00
Ryan Kurtz
6184cff3a3
Updating change history.
2019-08-05 14:17:51 -04:00
Ryan Kurtz
649e573a0d
Added "Environments" tab to Ghidra run configuration in GhidraDev.
2019-08-05 11:46:33 -04:00
Ryan Kurtz
34bf3b6585
Merge remote-tracking branch 'origin/GT-2472_James_FindPotentialDecompilerProblems'
2019-08-05 09:36:57 -04:00
Ryan Kurtz
70fbe3d049
Updating change history.
2019-08-05 09:27:30 -04:00
Ryan Kurtz
52bbc6f9a4
Merge remote-tracking branch 'origin/GT-3060_adamopolous_PR-870_kant2002_kant/integrationTestReport'
2019-08-05 09:26:48 -04:00
adamopolous
5dd5c9f248
GT-3060 ( closes #870 ): certifying
...
Pulled-from: Andrii Kurdiumov <kant2002@gmail.com>
2019-08-05 08:49:37 -04:00
Ryan Kurtz
cefe98f325
Fixing some typos in the change history.
2019-08-05 08:35:14 -04:00
gslilly
a7221ee94a
Updated change history for 9.1
2019-08-05 08:32:59 -04:00
Andrii Kurdiumov
880cd6f265
Fix typo in task description
2019-08-05 18:27:46 +06:00
Andrii Kurdiumov
d0c894c820
Add description to gradle tasks which generate test reports
2019-08-04 11:48:33 +06:00
Andrii Kurdiumov
03ec2ef569
Add integrationTestReport task
...
This task will run integrationTest task and save all test reports in the
$reportDir/integrationTestReports folder
This was requested in #832 by @adamopolous
2019-08-03 20:30:47 +06:00
Ryan Kurtz
15ee804009
Merge remote-tracking branch 'origin/GT-3058_emteere_PR-638_zeldin_8048'
2019-08-02 15:29:45 -04:00
emteere
3d9525985b
GT-3058: Constrained matching so that order of instruction definitions
...
don't matter.
Pulled-from: Marcus Comstedt <marcus@mc.pp.se>
2019-08-02 15:19:40 -04:00
emteere
2221510f90
emteere Minor changes for sleigh editor syntax errors
2019-08-02 12:04:47 -04:00
Ryan Kurtz
64e83b1d93
Merge remote-tracking branch 'origin/GT-3041_emteere_PR-567_mumbel_tricore'
2019-08-02 11:34:38 -04:00
emteere
c814e5bfbf
GT-3401_emteere Interim fix for multiple return types where one type is
...
tagged as a pointer.
2019-08-02 11:29:10 -04:00
emteere
0a517e6864
GT-3041_emteere Added emulation tests and minor changes to calling
...
convention. Assigning correct return storage will require a separate
change to core Ghidra.
Pulled-from: mumbel <22204578+mumbel@users.noreply.github.com>
2019-08-02 10:45:33 -04:00
Ryan Kurtz
291abeb789
Merge remote-tracking branch 'origin/GT-3019-dragonmacher-function-graph-edge-routing'
2019-08-02 10:00:05 -04:00
ghidravore
1dfda0d419
added junit test for previous memory block bug
2019-08-01 18:07:37 -04:00
ghidravore
8bc95794e6
fixing memBlock problem after join
2019-08-01 17:54:31 -04:00
dragonmacher
d536c261f9
GT-3019 - Function Graph - Edge Routing - review fixes:
...
-fixed broken edge labels (labels were not offset correctly)
-fixed complex edge routing for edges going upward
-fixed bug that allowed toolbar multi-state actions to fire twice when
clicked
2019-08-01 17:02:14 -04:00
Ryan Kurtz
0aa413c956
Merge remote-tracking branch 'origin/GT-3045_adamopolous'
2019-08-01 15:09:34 -04:00
adamopolous
45091316fc
GT-3045: fixed problem causing incorrect cursor position to be set
2019-08-01 15:06:37 -04:00
Ryan Kurtz
392c0846d1
Merge remote-tracking branch 'origin/GT-3046_adamopolous_PR-832_kant2002_kant/ci-docs'
2019-08-01 14:41:52 -04:00
Ryan Kurtz
e26b4dd24d
Merge remote-tracking branch 'origin/GT-2960-dragonmacher-remove-popup-action-interface'
2019-08-01 14:27:50 -04:00
Ryan Kurtz
42d23bddba
Updating commons-io package.
2019-08-01 13:56:41 -04:00
ghidravore
6e59716a50
fixed bug in intel hex importer
2019-08-01 13:12:28 -04:00
Ryan Kurtz
fc3146ba91
Fixing a bug in the DYLD cache loader.
2019-08-01 12:02:34 -04:00
adamopolous
d387f886ee
GT-3046 ( closes #832 ): certifying
...
Pulled-from: Andrii Kurdiumov <kant2002@gmail.com>
2019-08-01 10:43:17 -04:00
dragonmacher
e6a85f9b1b
GT-2960 - Docking Actions - review fixes; test fixes
2019-07-31 16:55:46 -04:00
James
836691b17f
GT-2472 changes for functional review
2019-07-31 13:39:15 -04:00
Andrii Kurdiumov
8b3d6bc43a
Address PR suggestions
...
- Update the xvfb command to add "-nolisten tcp" to the params.
- Change "gradlew" to just "gradle". We don't specify that you have to use the wrapper.
- Reword to emphasize that Xvbf required just for headless mode.
2019-07-31 22:34:30 +06:00
adamopolous
c8603123b4
GT-3043: rename function action no longer available on undefined
...
functions
2019-07-31 10:21:33 -04:00
James
923e709a54
GT-2472 Updated FindPotentialDecompilerProblems script.
2019-07-31 09:43:59 -04:00
dragonmacher
d8c234d5d0
GT-2960 - Docking Actions - review fixes
2019-07-30 18:33:30 -04:00
dragonmacher
154fa39cc2
GT-2960 - Docking Actions - test fixes; fixed bug in Delete Table Row
...
Action that caused its default key binding to get saved
2019-07-30 14:42:34 -04:00
ghidravore
c67b9e44bb
fixed bug in memory block split
2019-07-30 14:05:48 -04:00
dragonmacher
85a4677312
GT-2960 - Docking Actions - test fixes
2019-07-30 11:44:07 -04:00
Ryan Kurtz
7f2dde2c27
Tweaking a couple more default display settings.
2019-07-30 11:29:42 -04:00
Ryan Kurtz
019594c09f
Merge remote-tracking branch 'origin/GT-3040_ryanmkurtz_PR-845_gareth8118_6805vendorfix'
2019-07-30 08:53:48 -04:00
Ryan Kurtz
cf8e8026a4
GT-3040 ( closes #845 ): Certifying
...
Pulled-from: Gareth Edwards <gareth@edwardsfamily.org.uk>
2019-07-30 08:51:42 -04:00
dragonmacher
ab2a390fca
GT-2960 - Docking Actions - Consolidated the multiple methods of adding
...
dynamic popup actions
2019-07-29 18:20:00 -04:00
Ryan Kurtz
785eb5a2a5
Merge remote-tracking branch 'origin/GT-3003-dragonmacher-run-tests-in-installation'
2019-07-29 07:47:05 -04:00
Gareth Edwards
4da786f3f9
6805 definition - fix vendor in sla spec comment
...
The 6805 is/was a Motorola architecture, not an Intel one. Fix the comment in the
slaspec file.
2019-07-26 22:17:34 +01:00
dragonmacher
17b8e54f25
GT-3019 - Function Graph - Edge Routing
...
-Added layout-specific help
-Added option for controlling the size of tooltips
-Fixed edge label placement bug in the Visual Graph system
2019-07-26 17:15:34 -04:00
caheckman
36ce886bf3
Merge branch 'GT-3036_caheckman_signbit'
2019-07-26 12:37:40 -04:00
Ryan Kurtz
e149d04ca8
Merge remote-tracking branch 'origin/patch'
2019-07-26 08:15:55 -04:00