mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
- Move GDB stub hooks into a separate file, provide header for it - Use syscall instruction raise user mode exception - Remove unused code in postmortem.c fixup fixup
7 lines
100 B
C
7 lines
100 B
C
#ifndef GDBSTUB_H
|
|
#define GDBSTUB_H
|
|
|
|
// this header is intentionally left blank
|
|
|
|
#endif //GDBSTUB_H
|