mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix .debug_abbrev section in GDB JIT API.
Thanks to Dmitry Stogov. #1129
This commit is contained in:
parent
1761fd2ef7
commit
dcf3627d79
@ -633,7 +633,7 @@ static void LJ_FASTCALL gdbjit_debugabbrev(GDBJITctx *ctx)
|
|||||||
DUV(DW_AT_low_pc); DUV(DW_FORM_addr);
|
DUV(DW_AT_low_pc); DUV(DW_FORM_addr);
|
||||||
DUV(DW_AT_high_pc); DUV(DW_FORM_addr);
|
DUV(DW_AT_high_pc); DUV(DW_FORM_addr);
|
||||||
DUV(DW_AT_stmt_list); DUV(DW_FORM_data4);
|
DUV(DW_AT_stmt_list); DUV(DW_FORM_data4);
|
||||||
DB(0); DB(0);
|
DB(0); DB(0); DB(0);
|
||||||
|
|
||||||
ctx->p = p;
|
ctx->p = p;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user