bl()/rmbl() commands for setting/removing breakpoints at source line

This commit is contained in:
kamkow1
2025-03-13 16:02:15 +01:00
parent 07c4b9283b
commit 46c8a1e26b
4 changed files with 61 additions and 2 deletions

View File

@@ -38,5 +38,6 @@ DEBUGUS_EXTERNC AddrInfo *libelfin_wrap_info_from_rip(PLibelfinBinding pbind, ui
DEBUGUS_EXTERNC void libelfin_wrap_free_info(AddrInfo *ai);
DEBUGUS_EXTERNC void libelfin_wrap_get_funcs(PLibelfinBinding pbind, Funcs *funcs);
DEBUGUS_EXTERNC uintptr_t libelfin_wrap_func_addr(PLibelfinBinding pbind, Func *f);
DEBUGUS_EXTERNC AddrInfo *libelfin_wrap_info_from_line(PLibelfinBinding pbind, const char *file, size_t line);
#endif // LIBELFIN_WRAP_H_