Prusa MINI Firmware overview
backtrace.h
Go to the documentation of this file.
1 /**
2  * Marlin 3D Printer Firmware
3  * Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4  *
5  * Based on Sprinter and grbl.
6  * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
7  *
8  * This program is free software: you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation, either version 3 of the License, or
11  * (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20  *
21  */
22 #pragma once
23 
24 // Perform a backtrace to the serial port
25 void backtrace();
HEX
#define HEX
Definition: Print.h:30
SERIAL_CHAR
#define SERIAL_CHAR(x)
Definition: serial.h:69
unwmemaccess.h
UnwReport
Definition: unwinder.h:97
backtrace
void backtrace()
Definition: backtrace.cpp:98
backtrace.h
UnwindFrame::lr
uint32_t lr
Definition: unwinder.h:156
UnwReadH
bool UnwReadH(const uint32_t a, uint16_t *v)
backtrace
void backtrace()
Definition: backtrace.cpp:98
UnwindFrame
Definition: unwinder.h:153
SERIAL_PRINT
#define SERIAL_PRINT(x, b)
Definition: serial.h:73
unwinder.h
UnwindFrame::fp
uint32_t fp
Definition: unwinder.h:154
SERIAL_ECHOPGM
#define SERIAL_ECHOPGM(S)
Definition: serial.h:173
UnwReport::address
uint32_t address
Definition: unwinder.h:100
UnwindFrame::pc
uint32_t pc
Definition: unwinder.h:157
UnwReport::function
uint32_t function
Definition: unwinder.h:98
SERIAL_ERROR_MSG
#define SERIAL_ERROR_MSG(S)
Definition: serial.h:184
UnwReport::name
const char * name
Definition: unwinder.h:99
DEC
#define DEC
Definition: Print.h:29
UnwindCallbacks
Definition: unwinder.h:119
UnwReadW
bool UnwReadW(const uint32_t a, uint32_t *v)
UnwindFrame::sp
uint32_t sp
Definition: unwinder.h:155
UnwindStart
UnwResult UnwindStart(UnwindFrame *frame, const UnwindCallbacks *cb, void *data)
UnwReadB
bool UnwReadB(const uint32_t a, uint8_t *v)