aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-11Fix some K&R isms.Andrew Cagney1-1/+1
2002-07-10* wince.c (_initialize_wince): Rename _initialize_inftarg.Andrew Cagney1-1/+1
2002-03-22* win32-nat.c (child_create_inferior): Check for proper shell to use here, inChristopher Faylor1-23/+13
2002-03-06* cli/cli-decode.c (set_cmd_completer): New function.Andrew Cagney1-1/+1
2002-02-222002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-9/+8
2002-02-22* win32-nat.c (register_loaded_dll): Just use raw name when we can't find theChristopher Faylor1-1/+3
2002-02-21* win32-nat.c (register_loaded_dll): Correctly check for invalid handle value.Christopher Faylor1-1/+1
2002-02-21* win32-nat.c (register_loaded_dll): Handle case where FindFirstFile fails.Christopher Faylor1-9/+12
2002-02-192002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-0/+128
2002-02-16* win32-nat.c (get_image_name): New function.Christopher Faylor1-88/+143
2002-02-08* win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf changes.Christopher Faylor1-3/+3
2002-02-082002-02-08 Martin M. Hunt <hunt@redhat.com>Martin Hunt1-1/+1
2002-02-082002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-9/+9
2002-02-062002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-1/+2
2002-02-062002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-33/+104
2002-02-052002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-0/+6
2002-02-042002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-9/+110
2002-01-19Remove ATTRIBUTE_UNUSED. Update (C).Andrew Cagney1-14/+17
2002-01-082002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-0/+1
2001-12-032001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-10/+10
2001-11-27fix white space.Christopher Faylor1-9/+9
2001-11-27* config/i386/tm-cygwin.h: Define HAVE_SSE_REGS ifChristopher Faylor1-1/+22
2001-11-24* win32-nat.c (struct so_stuff): Add objfile *objfile field needed to be ableChristopher Faylor1-12/+41
2001-11-24* win32-nat.c (_initialize_check_for_gdb_ini): New function.Christopher Faylor1-0/+29
2001-11-01Approved by kev@cygnus.comFred Fish1-1/+3
2001-10-31* win32-nat.c (register_loaded_dll): Attempt to ensure that the case of theChristopher Faylor1-8/+23
2001-10-30 2001-10-30 Fred Fish <fnf@redhat.com>Fred Fish1-1/+0
2001-10-26 * win32-nat.c (DebugSetProcessKillOnExit): New static functionCorinna Vinschen1-4/+52
2001-10-20* win32-nat.c (handle_load_dll): Avoid strlwr'ing loaded DLLs or cygwin may notChristopher Faylor1-2/+0
2001-10-16* win32-nat.c (safe_symbol_file_add_stub): Improve logic for avoiding load ofChristopher Faylor1-9/+12
2001-10-13* win32-nat.c (safe_symbol_file_add_stub): Properly initialize linked listChristopher Faylor1-1/+1
2001-10-12* config/i386/tm-cygwin.h: include tm-i386.h instead of tm-i386v.h. This fixesChristopher Faylor1-20/+27
2001-10-11* win32-nat.c (get_child_debug_event): Close file handles created after processChristopher Faylor1-0/+4
2001-05-04Phase 1 of the ptid_t changes.Kevin Buettner1-21/+30
2001-03-182001-03-17 Michael Chastain <chastain@redhat.com>Michael Chastain1-1/+2
2001-03-06Update/correct copyright notices.Kevin Buettner1-2/+2
2001-03-01Create new file regcache.h. Update all uses.Andrew Cagney1-3/+4
2001-02-19 * demangle.c (demangling_style_names): New variable.Eli Zaretskii1-2/+6
2001-02-06Fix spacing.Christopher Faylor1-1/+1
2001-02-06* win32-nat.c: Change PTR to void * throughout.Christopher Faylor1-5/+5
2001-01-27* win32-nat.c (child_xfer_memory): Add missing argument required by 2001-01-23Christopher Faylor1-1/+2
2001-01-25* win32-nat.c (_initialize_core_win32): Prototype correctly.Christopher Faylor1-1/+1
2000-12-15Replace free() with xfree().Kevin Buettner1-6/+6
2000-11-28* win32-nat.c (dll_code_sections_add): strdup -> xstrdup.Christopher Faylor1-1/+1
2000-11-15Protoization.Kevin Buettner1-1/+0
2000-08-27* win32-nat.c (dll_symbol_command): Tack a .dll on the end of a suppliedChristopher Faylor1-97/+332
2000-08-06* win32-nat.c: Perform various gcc warning cleanups.Christopher Faylor1-64/+69
2000-07-30Protoization.Kevin Buettner1-14/+9
2000-06-11* win32-nat.c (safe_symbol_file_add_args): Store old gdb_stderr and gdb_stdoutChristopher Faylor1-4/+13
2000-06-04Eliminate PARAMS from function pointer declarations.Kevin Buettner1-1/+1