mirror of
https://github.com/sstefani/mtrace.git
synced 2025-12-06 08:46:41 +08:00
Fix include path for dwarf.h and add missing define
the compiler included system dwarf.h, not with the project one. DWARF_STOPUNWIND was not defined in the project's dwarf.h
This commit is contained in:
parent
f6b3158574
commit
d103e4f4fb
1
dwarf.h
1
dwarf.h
@ -58,6 +58,7 @@
|
||||
#define DWARF_EINVAL 4 /* unsupported operation or bad value */
|
||||
#define DWARF_EBADVERSION 5 /* unwind info has unsupported version */
|
||||
#define DWARF_ENOINFO 6 /* no unwind info found */
|
||||
#define DWARF_STOPUNWIND 7
|
||||
|
||||
struct dwarf_cie_info {
|
||||
arch_addr_t start_ip; /* first IP covered by this procedure */
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#include "common.h"
|
||||
#include "backend.h"
|
||||
#include "debug.h"
|
||||
#include "dwarf.h"
|
||||
#include "../../../dwarf.h"
|
||||
#include "library.h"
|
||||
#include "task.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user