mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:43:00 +00:00
[WINESYNC] dbghelp: Support S_HEAPALLOCSITE entry.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 48a74277f5f9e0c87d8c01457236a89d94cb71d3 by Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
This commit is contained in:
parent
6ba1526c9c
commit
f9bc55610e
3 changed files with 16 additions and 1 deletions
|
@ -1646,6 +1646,16 @@ union codeview_symbol
|
|||
unsigned short eh_sect; /* section for exception handler */
|
||||
unsigned int flags;
|
||||
} frame_info_v2;
|
||||
|
||||
struct
|
||||
{
|
||||
unsigned short len;
|
||||
unsigned short id;
|
||||
unsigned int offset;
|
||||
unsigned short sect_idx;
|
||||
unsigned short inst_len;
|
||||
unsigned int index;
|
||||
} heap_alloc_site;
|
||||
};
|
||||
|
||||
#define S_COMPILAND_V1 0x0001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue