dd
dd
With PE32 and/or ELF. We need support for a "get symbol from address" function first...
Right now, trace logs are only written to stdout, logging is very minimal, and somewhat messy. Issues: 1. Alicedbg does not offer logging facilities. 2. Both the debugger and dumper...
Need: Kickstart support for DWARF for symbol resolution, frame handling, etc. Typically under sections such as `.debug_info`, `.debug_frame`, etc. - [ ] Identify which versions of DWARF that DMD uses,...
| Ref | Description | |---|---| | Module | `adbg.symbol` | | Function | `size_t adbg_symbol_demangle(char* buf, size_t bufsz, const char* sym);` | Add symbol demangling. Minimum: - C -...
- Base structure field (file position) + field position (offsetof)
I recently discovered this and I love it. Although, with a Constant String gate on an FGPA, newlines (`\n`) doesn't seem to be parsed, as a Text Screen would show....
This PR implements Aliceserver as a usable debugger target. [Aliceserver](https://github.com/dd86k/aliceserver), being a work in progress, is a new debugger that implements both the DAP and MI protocols using [Alicedbg](https://github.com/dd86k/alicedbg) at...