Dan
3f34adb793
GP-0: Fix tests.
2023-05-19 09:11:06 -04:00
Dan
51e5229346
GP-1528: Fix dynamic listing context / focus issue, now that GP-3349 is done.
2023-05-18 11:54:49 -04:00
Ryan Kurtz
78d9a6c6e3
Merge remote-tracking branch
...
'origin/GP-3349_ghidragon_adding_support_for_mutliple_default_contexts--SQUASHED'
Conflicts:
Ghidra/Features/ByteViewer/src/test.slow/java/ghidra/app/plugin/core/byteviewer/ByteViewerPlugin2Test.java
2023-05-11 06:43:59 -04:00
Dan
c5da826540
GP-2641: Add training course materials for the Debugger
2023-05-09 09:21:49 -04:00
ghidragon
5da5af23fb
GP-3349 added support for mulitple default action context providers. Previously, all default (non-focused) context was provided by the Listing. Now the default provider is registered for each ActionContext class.
2023-05-08 12:30:01 -04:00
Dan
23e9815367
GP-3384: Fix event ordering when changing / closing a traces
2023-05-05 09:51:01 -04:00
Ryan Kurtz
e7d08749d9
Merge remote-tracking branch 'origin/GP-2846-dragonmacher-theme-documentation--SQUASHED' into Ghidra_10.3
2023-05-02 13:41:51 -04:00
dragonmacher
d4eae5ff3c
GP-2846 - Theming Documentation
2023-05-02 13:39:19 -04:00
Dan
529d73f6df
GP-0: Better Emulator tool icon
2023-05-02 12:17:46 -04:00
Ryan Kurtz
7fa3389119
GP-2974: Fixing warnings
2023-05-01 07:23:48 -04:00
Ryan Kurtz
1a43822637
Merge remote-tracking branch 'origin/GP-3357_Dan_addRegionAction--SQUASHED'
2023-04-28 11:32:28 -04:00
Ryan Kurtz
3f0e9e082d
Merge remote-tracking branch 'origin/GP-1470_Dan_gdbStackRecord'
2023-04-28 11:31:09 -04:00
Dan
3db155ad2c
GP-3357: Add 'Add Region' and 'Delete Regions' actions
2023-04-28 10:58:18 -04:00
Dan
06d60fdf44
GP-3361: Fix D-key ambiguity in Debugger's static listing.
2023-04-27 14:04:38 -04:00
Dan
c0835bf903
GP-3213: Prevent trace.undo where it might cause inconsistencies.
2023-04-26 12:09:39 -04:00
Dan
33eecf3c00
GP-1470: Record full stack on single-frame change.
2023-04-24 11:20:20 -04:00
Ryan Kurtz
aaa005c7af
Merge remote-tracking branch 'origin/GP-3074_Dan_emulatorTool--SQUASHED'
...
(Closes #4931 )
2023-04-24 06:54:59 -04:00
Ryan Kurtz
72c604c19e
Merge remote-tracking branch 'origin/GP-3317_Dan_gotoTimeUseDialog'
2023-04-24 06:51:47 -04:00
Ryan Kurtz
5929794468
Merge remote-tracking branch 'origin/GP-1710_Dan_errorPopupOnDeclineSshHostKey'
2023-04-24 06:50:28 -04:00
Ryan Kurtz
b2c59bf6de
Merge remote-tracking branch 'origin/GP-3218_Dan_deleteToolColorsSections--SQUASHED'
2023-04-24 06:46:35 -04:00
Ryan Kurtz
98f0a1cc57
Merge remote-tracking branch 'origin/GP-3209_Dan_fixMissingConnectors--SQUASHED'
2023-04-24 06:45:13 -04:00
Ryan Kurtz
3ffe2878b1
Merge remote-tracking branch 'origin/GP-3303_Dan_advanceOnlyInControlTargetMode'
2023-04-24 06:43:51 -04:00
Ryan Kurtz
6f2f59ffc6
Merge remote-tracking branch 'origin/GP-3346-dragonmacher-theme-color-fixes'
2023-04-24 06:41:27 -04:00
Dan
aeb8dc5b02
GP-3074: Create separate Emulator.tool
2023-04-21 16:35:31 -04:00
Dan
e925574dc0
GP-3218: Remove 'Tool Options: Colors' sections from Debugger help
2023-04-21 16:34:17 -04:00
Dan
28725b358f
GP-3209: Refactor opinions and catch missing factory names
2023-04-21 16:31:54 -04:00
dragonmacher
39966e99ab
GP-3346 - Theme color fixes for debugger in dark mode; added padding to
...
Decompiler line numbers
2023-04-21 16:29:23 -04:00
Dan
34b230919e
GP-0: Fix some infrequently failing tests. Fixes real issue in impl.
2023-04-21 14:40:21 -04:00
Dan
9810102e72
GP-1710: Fix error popup when user rejects SSH HostKey
2023-04-21 14:23:02 -04:00
Ryan Kurtz
8d1563e7ad
Merge remote-tracking branch 'origin/GP-3196_Dan_addMissingHelp--SQUASHED'
2023-04-21 11:59:14 -04:00
ghidra1
2cdaebf0c3
Merge branch 'GP-2308_1633_ghidra1_FunctionDefinitionCallingConventions'
...
(Closes #4537 , Closes #4898 , Closes #3723 , Closes #3267 )
2023-04-20 15:41:45 -04:00
Dan
ab5d720a7c
GP-3117: Make Go To Time action use time selection dialog
2023-04-20 15:32:01 -04:00
Dan
2147d0c436
GP-3303: Display model actions only in Control Target mode
2023-04-20 14:40:43 -04:00
ghidra1
a4776892bd
GP-1633/GP-2308 Added ProgramArchitecture to datatype managers.
...
Refactored ProjectDataTypeManager to extend StandaloneDataTypeManager.
Added actions to datatype tree to allow setting archive architecture.
Added use of storage translators when switching architectures. Allow
FunctionDefinition to accept arbitrary calling convention
names and many other misc changes.
2023-04-20 14:01:39 -04:00
Dan
dd7c812377
GP-3196: Fix missing help anchors
2023-04-20 13:57:00 -04:00
dragonmacher
4f1d3c8053
GP-3094 - Theming - Converted most colors to palette colors
2023-04-14 16:49:39 -04:00
ghidragon
bbadb4aed4
GP-3282 Separated out the concepts of whether or not a program was analyzed from the state of if the user should be asked to analyze on open
2023-04-04 15:39:17 -04:00
dragonmacher
4dbb22bf83
Test fixes
2023-03-30 08:25:11 -04:00
Ryan Kurtz
5e81cf5d83
Merge remote-tracking branch 'origin/GP-1529_Dan_emuInterruptExtern--SQUASHED'
2023-03-30 07:59:31 -04:00
Dan
4aa54dd1f9
GP-1529: Interrupt emulator when decoding uninitialized memory
2023-03-29 16:36:17 -04:00
Ryan Kurtz
82b15ccec3
Merge remote-tracking branch 'origin/GP-1-dragonmacher-html-fix'
2023-03-29 07:51:22 -04:00
dragonmacher
38c11444a6
Fixed html rendering that was still using css
2023-03-28 14:38:16 -04:00
Dan
e259fbd65c
GP-0: Fix tests broken by agressive Sleigh symbol check.
2023-03-27 15:49:08 -04:00
Ryan Kurtz
98f691e16c
Merge remote-tracking branch 'origin/GP-1539_Dan_dynGoToClarity--SQUASHED'
2023-03-24 14:43:03 -04:00
Dan
b51d423d4b
GP-1539: Polish the DebuggerGoToDialog. Allow labels and plain addresses.
2023-03-24 14:41:12 -04:00
d-millar
9690254616
GP-3142: fix for read registers
...
GP-3142: adding Populate to schema
GP-3142: adding session id to the records
GP-3142: post-review id->record
GP-3142: post-review id->record
GP-3142: post-review adds to interface
GP-3142: post-review try-finally (missed two)
GP-3142: post-review try-finally (missed one)
GP-3142: post-review try-finally; clearer reset logic
GP-3142: post-review better use of TargetMethod.Export
GP-3142: minor fixes
GP-3142: first pass at dbgeng kernel mods
GP-3142: temp holdGP-3142: mods to differentiate system and engine idsGP-3142: fixes for bad system/engine differentationGP-3142: fixes for bad pid/tid <0 testGP-3142: fixes for selection logicGP-3142: attempting to mininize work done, esp. by expensive callsGP-3142: fix for stack framesGP-3142: minor bug fix for sys threadsGP-3142: better register/stack reads for non-system threadsGP-3142: warningsGP-3142: post-squash and rebaseGP-3142: missed a few RefreshBehavior candidatesGP-3142: miscellaneous fixesGP-3142: minimize workloadGP-3142: display fixes; refresh==true for resolved process/threadGP-3142: added re-populate methodsGP-3142: better kernel/user code re-useGP-3142: re-fix for fact that thread 0 belongs to process 0
2023-03-21 10:54:40 -04:00
d-millar
15c4345d71
GP-3162: refresh bool->enum
2023-03-03 18:41:18 +00:00
ghidra1
725c752320
Merge branch 'GP-3122_ghidra1_AutoTransaction'
2023-02-28 14:53:27 -05:00
ghidra1
1795c35dfc
GP-3122 Added AutoCloseable Transaction API to DBHandle and
...
UndoableDomainObject. Performed renaming of some internal classes.
2023-02-28 14:16:25 -05:00
Dan
d43b9ead66
GP-1545: De-guava the Debugger
2023-02-27 12:26:21 -05:00