1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/debug/org.eclipse.cdt.debug.dap
Jonah Graham 7743993a08 Bug 572880: Keep internal representation of opcode as a String
We receive a string from GDB and then display the same string to the
user. So instead of converting it internally into a Byte[] to then
convert it back into a String, keep it as a String.

This fixes a regression where some GDBs' output format was not as space
separated 8-bit-bytes, but as words or similar.

Change-Id: I4ea241ff9ea45165489604fee26a3593ec3f6756
2021-05-19 09:32:42 -04:00
..
.externalToolBuilders Bug 542488: Initial/rudimentary version of DAP integration 2019-07-10 18:23:38 -04:00
.settings Bug 562494: Update BREE to Java 11 2020-08-24 17:50:56 -04:00
debug-servers [releng] Manually upgrade cdt-gdb-adapter from now on 2020-01-09 12:08:19 -05:00
META-INF Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
OSGI-INF/l10n Bug 542488: Initial/rudimentary version of DAP integration 2019-07-10 18:23:38 -04:00
src/org/eclipse/cdt/debug/dap Bug 572880: Keep internal representation of opcode as a String 2021-05-19 09:32:42 -04:00
.classpath Bug 562494: Update BREE to Java 11 2020-08-24 17:50:56 -04:00
.gitignore Bug 542488: Initial/rudimentary version of DAP integration 2019-07-10 18:23:38 -04:00
.project Bug 566334: Turn on API Tooling & Analysis for all bundles 2020-08-24 17:50:56 -04:00
about.html Bug 551817: Fix legal docs - and automate their checks 2020-08-30 23:15:59 -04:00
about.ini Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
about.mappings Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
about.properties Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00
build.properties Bug 551817: Fix legal docs - and automate their checks 2020-08-30 23:15:59 -04:00
BuildDebugServers.xml [releng] Manually upgrade cdt-gdb-adapter from now on 2020-01-09 12:08:19 -05:00
cdt_logo_icon32.png Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
plugin.xml Bug 542488: JTAG debug support based on DAP remote debugging 2019-08-07 00:48:15 -04:00
pom.xml Bug 572552 - CDT releng: update versions to 10.3.0 2021-04-04 16:17:25 -04:00