aboutsummaryrefslogtreecommitdiff
path: root/gdb/go32-nat.c
AgeCommit message (Collapse)AuthorFilesLines
2000-08-06 * go32-nat.c: (go32_wait): If child_cwd[] is empty, initializeEli Zaretskii1-2/+15
it to GDB's current directory. (go32_create_inferior, init_go32_ops): Initialize child_cwd[] to an empty string, to signal an uninitialized value. From Robert Hoehne <robert.hoehne@gmx.net>.
2000-04-12 * go32-nat.c (go32_insert_hw_breakpoint): When there are no moreEli Zaretskii1-2/+2
hardware breakpoint resources, return EBUSY. (go32_handle_nonaligned_watchpoint): If the argument WHAT is not one of the enumerated values, return EINVAL.
2000-04-03 * go32-nat.c (go32_handle_nonaligned_watchpoint): Use aEli Zaretskii1-8/+7
two-dimensional array instead of faking it with index arithmetics.
2000-03-13 * go32-nat.c (struct env387): Remove declaration.Eli Zaretskii1-208/+129
(print_387_status, i386_go32_float_info): Remove redundant functions. (regno_mapping, sig_map, excepn_map): Add braces around inner initializers. (many functions): Use ATTRIBUTE_UNUSED to shut up the compiler; fix code which mixed signed with unsigned. (go32_resume): Use TARGET_SIGNAL_LAST instead of -1. (go32_wait): Initialize INT3_addr. (go32_fetch_registers): Extend all FP registers that are shorter than 4 bytes to 32 bits. Support 32 standard FP registers defined on config/i386/tm-i386.h. (store_register): Support 32 FP registers. (go32_create_inferior): Don't crash if handed a NULL pointer instead of exec file name. (ignore): Remove unused function. (go32_insert_hw_breakpoint): Remove unused variables. (init_go32_ops): Set value of processing_gcc_compilation to 2.
2000-02-09Replace ../include/wait.h with gdb_wait.h.Andrew Cagney1-1/+1
1999-12-07import gdb-1999-12-06 snapshotJason Molenda1-1/+1
1999-11-17import gdb-1999-11-16 snapshotJason Molenda1-5/+6
1999-10-05import gdb-1999-10-04 snapshotJason Molenda1-1/+1
1999-09-22import gdb-1999-09-21Jason Molenda1-9/+3
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-1/+0
1999-08-23import gdb-1999-08-23 snapshotJason Molenda1-144/+602
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-176/+166
1999-06-07import gdb-1999-06-07 snapshotJason Molenda1-3/+44
1999-05-05import gdb-19990504 snapshotStan Shebs1-11/+115
1999-04-27import gdb-19990422 snapshotStan Shebs1-0/+754
1992-12-08recording file deathK. Richard Pixley1-35/+0
1992-10-16go32 host/target/native separationK. Richard Pixley1-0/+35