Opened 18 years ago
Closed 18 years ago
#148 closed defect (fixed)
emxomf: The anonymous members of struct stat chokes the debuggers
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.2 |
Component: | emx | Version: | 0.6 |
Severity: | normal | Keywords: | emxomf hll stabs icsdebug crash |
Cc: |
Description
The debuggers expect structure members to have valid names it seems, setting a dummy name fixes the problem.
Note:
See TracTickets
for help on using tickets.
(In [3061]) Set structure field name to <anonymous> if it doesn't have any name. Fixes #148.