Joel Sherrill
cfc9ee2e60
libdebugger/rtems-debugger-*.c: Address ignored qualifier warnings
...
GCC generates a warning when the return type of a function has a type
qualifier such as 'const'.
2025-10-17 15:08:47 -05:00
Joel Sherrill
a4319861c0
cpukit i386: Address unused parameter warnings
...
Add "(void) param;" annotation to address unused parameter warnings.
Found with GCC's warning -Wunused-parameter.
2025-10-10 22:03:23 +00:00
Kinsey Moore
102261043a
cpukit/libdebugger: Use uintptr_t for pointers
...
Use uintptr_t instead of DB_UINT when the variable in question describes
a pointer.
2021-11-01 08:38:59 -05:00
Chris Johns
2c09b71faf
libdebugger: Use an offset table to format GDB g packets.
...
Adding support for a register offset table lets FPU registers
be supported if added to the backend.
Closes #3733 .
2019-04-09 15:02:24 +10:00
Chris Johns
8ad4d937df
libdebugger/i386 Fix i386 backend after changes.
...
Closes #3097 .
2017-08-16 13:34:16 +10:00
Chris Johns
b2353ed924
libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.
...
- Add `printk` support to aid multi-core debugging.
- Add lock trace to aid lock debugging.
- Fixes to gcc-7.1 warnings.
- Fixes from ticket #2879 .
- Add verbose command controls.
- Change using the RTEMS sys/lock.h API to manage exception threads.
- ARM hardware breakpoint fixes. Support for SMP stepping
is not implemented, this requires use of the context id
register.
Closes #2879 .
2017-08-15 11:39:22 +10:00
Chris Johns
a0d4e9933c
cpukit: Add libdebugger, a remote debugger agent for GDB.
2016-11-29 08:50:40 +11:00