summaryrefslogtreecommitdiffstats
path: root/gdb/go32-nat.c
Commit message (Collapse)AuthorAgeFilesLines
* * go32-nat.c (go32_xfer_memory): Make the argument list consistentEli Zaretskii2001-02-041-1/+4
| | | | with target.h's to_xfer_memory member.
* * go32-nat.c: (go32_wait): If child_cwd[] is empty, initializeEli Zaretskii2000-08-061-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>.
* * go32-nat.c (go32_insert_hw_breakpoint): When there are no moreEli Zaretskii2000-04-121-2/+2
| | | | | | hardware breakpoint resources, return EBUSY. (go32_handle_nonaligned_watchpoint): If the argument WHAT is not one of the enumerated values, return EINVAL.
* * go32-nat.c (go32_handle_nonaligned_watchpoint): Use aEli Zaretskii2000-04-031-8/+7
| | | | | two-dimensional array instead of faking it with index arithmetics.
* * go32-nat.c (struct env387): Remove declaration.Eli Zaretskii2000-03-131-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.
* Replace ../include/wait.h with gdb_wait.h.Andrew Cagney2000-02-091-1/+1
|
* import gdb-1999-12-06 snapshotJason Molenda1999-12-071-1/+1
|
* import gdb-1999-11-16 snapshotJason Molenda1999-11-171-5/+6
|
* import gdb-1999-10-04 snapshotJason Molenda1999-10-051-1/+1
|
* import gdb-1999-09-21Jason Molenda1999-09-221-9/+3
|
* import gdb-1999-08-30 snapshotJason Molenda1999-08-311-1/+0
|
* import gdb-1999-08-23 snapshotJason Molenda1999-08-231-144/+602
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-176/+166
|
* import gdb-1999-06-07 snapshotJason Molenda1999-06-071-3/+44
|
* import gdb-19990504 snapshotStan Shebs1999-05-051-11/+115
|
* import gdb-19990422 snapshotStan Shebs1999-04-271-0/+754
|
* recording file deathK. Richard Pixley1992-12-081-35/+0
|
* go32 host/target/native separationK. Richard Pixley1992-10-161-0/+35
OpenPOWER on IntegriCloud