Dan
f6eec1731a
GP-0: Fix tests after GP-2752
2022-11-14 12:53:55 -05:00
Ryan Kurtz
97097daa68
Merge branch 'GP-0_ryanmkurtz_PR-4743_jobermayr_protobuf'
2022-11-13 01:29:24 -05:00
Johannes Obermayr
9acf828599
Update Module.manifest after upgrading protobuf to 3.21.8
...
Fixes:
Execution failed for task ':Debugger-gadp:ip'.
> No License specified for external library: lib/protobuf-java-3.21.8.jar in module /tmp/ghidra/Ghidra/Debug/Debugger-gadp. Expression: map.containsKey(relativePath)
2022-11-12 19:49:13 +01:00
Ryan Kurtz
b9a6bfdcd3
Merge remote-tracking branch 'origin/GP-2752_Dan_removePerTargetObjectListeners--SQUASHED'
2022-11-12 01:36:31 -05:00
Ryan Kurtz
98ff131dbd
Merge remote-tracking branch 'origin/patch'
2022-11-12 01:16:26 -05:00
Dan
50c7217635
GP-2752: Remove TargetObject.addListener() and related
2022-11-10 13:46:23 -05:00
Ryan Kurtz
c301dd2c89
GP-2302: Upgrading protobuf to 3.21.8 ( #4415 , #4540 )
2022-11-09 02:29:30 -05:00
Dan
b4d2cb75ba
GP-994: Improve error reporting when GADP-based models fail to start
2022-11-08 16:40:53 -05:00
Ryan Kurtz
843aee1df1
Re-enabling "GP-2302: Upgrading protobuf to 3.21.6" for master
...
This reverts commit 376f780874
.
2022-10-17 13:04:15 -04:00
Ryan Kurtz
376f780874
Revert "GP-2302: Upgrading protobuf to 3.21.6"
...
This reverts commit 9a9e31b1b5
.
2022-10-17 11:50:43 -04:00
Ryan Kurtz
dc76aa811e
GP-0: Fixing version typo in Debugger-gadp build.gradle file
2022-09-28 02:46:17 -04:00
Ryan Kurtz
9a9e31b1b5
GP-2302: Upgrading protobuf to 3.21.6
2022-09-22 02:36:53 -04:00
ghidra1
8eb58baa7d
GP-0 added updated BSD license files and updated related BSD certifications
2022-05-11 10:37:27 -04:00
Ryan Kurtz
45421bcbb9
Merge remote-tracking branch 'origin/patch'
...
Conflicts:
Ghidra/application.properties
2021-10-04 17:45:54 -04:00
Dan
9596c5be4f
GP-1360: Fixed GDB/GADP agent death/hang in development mode.
2021-10-04 15:57:32 -04:00
Ryan Kurtz
00533b2869
GP-1106: Platform naming convention now supports different
...
architectures. Support for building on ARM.
2021-08-17 13:41:47 -04:00
dragonmacher
b1aba1740c
GP-1136: Backporting to patch
2021-07-21 15:09:27 -04:00
dragonmacher
59cd0938ff
Debugger Process exception handling
2021-07-14 17:04:08 -04:00
Dan
c711a6c5be
GP-1025: Preserving order of TargetMethod parameters.
2021-06-08 12:50:06 -04:00
ghidravore
54d81f06c5
GP-933 fixing gradle warnings to prepare for Gradle 8
2021-05-28 12:59:11 -04:00
Dan
fc885e7837
GP-432: Implementing dynamic memory search. Fixing actions to bind to focused listing.
2021-05-19 12:10:47 -04:00
Ryan Kurtz
3a0ae8ee39
GP-849: Gradle 7 support
2021-05-12 13:45:16 -04:00
d-millar
d1c1d9d5e8
GP-874: Adding connection info to remote connectors
2021-04-27 11:26:41 -04:00
ghidra1
ac85e4efbb
Merge remote-tracking branch 'origin/debugger'
2021-04-23 10:45:33 -04:00
Dan
808c20ab7f
GP-380: Better quick launch using opinions and offers.
2021-04-23 10:30:34 -04:00
ghidra1
1e39c2ac82
Merge remote-tracking branch 'origin/patch'
2021-04-20 17:33:40 -04:00
Dan
f077adfffb
GP-856: Fixed tests for dbgeng, added tests for dbgmodel
2021-04-20 16:18:11 -04:00
Dan
187aa1fa31
GP-0: Fixed GadpClientServerTest
2021-04-16 14:46:07 -04:00
d-millar
92017b9f7d
GP-601: Generic configuration + change of base for IDs
2021-04-12 14:17:59 -04:00
Dan
997ab4d9a0
GP-844: Fixed focus issues, introduced "activation"
2021-04-12 13:17:59 -04:00
Dan
9f55be1924
GP-0: Fixed GadpClientServerTest again
2021-04-08 13:37:06 -04:00
Dan
13fcd3f20d
GP-0: Fixed GadpClientServerTests
2021-04-08 10:54:46 -04:00
Dan
10f08229a2
GP-0: Fixing hanging GADP client tests
2021-04-05 11:26:45 -04:00
Dan
6f77869ee1
Upgraded debugger certification.
2021-04-01 14:02:33 -04:00
Dan
015858b5d3
GP-739,741,742,666,681,823: combine listener interfaces, remove attribute-specific callbacks, update-mode schema, recorder refactor, model testing, and double-launch fix
2021-04-01 10:28:55 -04:00
Dan
6614b54248
GP-740: Removed TargetObjectRef and cleaned up.
2021-03-04 10:55:22 -05:00
Dan
5bb6f95a84
GP-704: Converting models to a push-centric comm pattern.
2021-03-04 10:47:49 -05:00
Dan
3a550a8979
GP-579: Trashing SCTL and related AsyncComm stuff.
2021-02-19 10:55:15 -05:00
Dan
b69c3d6c50
GP-0: Fixing test fallout from GP-690
2021-02-16 14:45:55 -05:00
Dan
56f3f5c656
GP-690: Protecting model/manager threads from user callbacks.
2021-02-12 15:14:12 -05:00
d-millar
3ae09277f0
GP-617: Fixing stepping. Fixes for object tree.
2021-01-28 11:52:00 -05:00
Dan
c481a87ab5
Fixing several debugger-related tests
2021-01-19 12:23:30 -05:00
Dan
0134f53eaa
GP-599: #2648 : Add namespaces to GADP enums.
2021-01-15 12:30:06 -05:00
Dan
eb66a90f6c
GP-77: Model schema specification, and GDB's implementation.
2021-01-07 10:36:19 -05:00
Dan
77894a0268
GP-445: Relieving GDB agent of its need for new-ui.
2020-12-23 14:57:03 -05:00
Dan
9dccae344e
GP-506: Added more actions to Debugger menu, and writing help.
2020-12-16 13:06:53 -05:00
Dan
8201baef2b
GP-71: Prepping for source release.
2020-12-16 13:06:53 -05:00