gdbstub-entry.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright 2015 Espressif Systems
3  *
4  * Description: Assembly routines for the gdbstub
5  *
6  * License: ESPRESSIF MIT License
7  *******************************************************************************/
8 
9 #pragma once
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
18 
19 int gdbstub_set_hw_breakpoint(int addr, int len);
20 int gdbstub_set_hw_watchpoint(int addr, int len, int type);
23 
25 
26 #ifdef __cplusplus
27 }
28 #endif
int gdbstub_set_hw_breakpoint(int addr, int len)
void gdbstub_icount_ena_single_step()
int gdbstub_del_hw_watchpoint(int addr)
void gdbstub_init_debug_entry()
int gdbstub_del_hw_breakpoint(int addr)
void * gdbstub_do_break_breakpoint_addr
void gdbstub_save_extra_sfrs_for_exception()
int gdbstub_set_hw_watchpoint(int addr, int len, int type)