Age | Commit message (Expand) | Author | Files | Lines |
2001-10-16 | * win32-nat.c (safe_symbol_file_add_stub): Improve logic for avoiding load of | Christopher Faylor | 1 | -9/+12 |
2001-10-13 | * win32-nat.c (safe_symbol_file_add_stub): Properly initialize linked list | Christopher Faylor | 1 | -1/+1 |
2001-10-12 | * config/i386/tm-cygwin.h: include tm-i386.h instead of tm-i386v.h. This fixes | Christopher Faylor | 1 | -20/+27 |
2001-10-11 | * win32-nat.c (get_child_debug_event): Close file handles created after process | Christopher Faylor | 1 | -0/+4 |
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -21/+30 |
2001-03-18 | 2001-03-17 Michael Chastain <chastain@redhat.com> | Michael Chastain | 1 | -1/+2 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -2/+2 |
2001-03-01 | Create new file regcache.h. Update all uses. | Andrew Cagney | 1 | -3/+4 |
2001-02-19 | * demangle.c (demangling_style_names): New variable. | Eli Zaretskii | 1 | -2/+6 |
2001-02-06 | Fix spacing. | Christopher Faylor | 1 | -1/+1 |
2001-02-06 | * win32-nat.c: Change PTR to void * throughout. | Christopher Faylor | 1 | -5/+5 |
2001-01-27 | * win32-nat.c (child_xfer_memory): Add missing argument required by 2001-01-23 | Christopher Faylor | 1 | -1/+2 |
2001-01-25 | * win32-nat.c (_initialize_core_win32): Prototype correctly. | Christopher Faylor | 1 | -1/+1 |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -6/+6 |
2000-11-28 | * win32-nat.c (dll_code_sections_add): strdup -> xstrdup. | Christopher Faylor | 1 | -1/+1 |
2000-11-15 | Protoization. | Kevin Buettner | 1 | -1/+0 |
2000-08-27 | * win32-nat.c (dll_symbol_command): Tack a .dll on the end of a supplied | Christopher Faylor | 1 | -97/+332 |
2000-08-06 | * win32-nat.c: Perform various gcc warning cleanups. | Christopher Faylor | 1 | -64/+69 |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -14/+9 |
2000-06-11 | * win32-nat.c (safe_symbol_file_add_args): Store old gdb_stderr and gdb_stdout | Christopher Faylor | 1 | -4/+13 |
2000-06-04 | Eliminate PARAMS from function pointer declarations. | Kevin Buettner | 1 | -1/+1 |
2000-06-04 | * win32-nat.c (safe_symbol_file_add_cleanup): Ensure that gdb_stderr is flushed | Christopher Faylor | 1 | -73/+183 |
2000-06-03 | * win32-nat.c: Fix up gcc warnings throughout. | Christopher Faylor | 1 | -93/+67 |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -3/+3 |
2000-04-21 | 2000-04-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -1/+2 |
2000-04-21 | * win32-nat.c (thread_rec): Be more defensive about suspending already | Christopher Faylor | 1 | -101/+156 |
2000-03-25 | * win32-nat.c: Back out special frame walking code. It was broken. | Christopher Faylor | 1 | -57/+5 |
2000-02-28 | * win32-nat.c: Remove unneeded header. | Christopher Faylor | 1 | -1/+0 |
2000-02-28 | Correct copyright. | Christopher Faylor | 1 | -2/+2 |
2000-02-09 | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 1 | -1/+1 |
2000-01-11 | import gdb-2000-01-10 snapshot | Jason Molenda | 1 | -0/+9 |
1999-12-22 | import gdb-1999-12-21 snapshot | Jason Molenda | 1 | -33/+63 |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 1 | -143/+304 |
1999-10-12 | import gdb-1999-10-11 snapshot | Jason Molenda | 1 | -1/+1 |
1999-10-05 | import gdb-1999-10-04 snapshot | Jason Molenda | 1 | -2/+5 |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 1 | -1/+0 |
1999-08-16 | import gdb-1999-08-16 snapshot | Jason Molenda | 1 | -24/+1 |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -142/+146 |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -89/+117 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+1122 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -1122/+0 |
1999-01-19 | 1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 1 | -1/+2 |
1999-01-19 | HPMERGE: | Andrew Cagney | 1 | -4/+4 |
1998-12-31 | all remaining *.c *.h files from hp merge. | David Taylor | 1 | -1/+1 |
1998-11-19 | Thu Nov 19 13:06:22 1998 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1 | -5/+5 |
1998-11-05 | * top.c (gdb_readline): Allow CRLF line termination on systems | Christopher Faylor | 1 | -257/+478 |
1998-11-05 | * win32-nat.c: Remove obsolete PPC conditionals. | Christopher Faylor | 1 | -85/+1 |
1998-05-21 | Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com> | John Metzler | 1 | -42/+45 |
1998-01-19 | From cgf@bbc.com (Chris Faylor): | Ian Lance Taylor | 1 | -1/+20 |
1997-08-18 | * win32-nat.c (handle_exception): Return a value indicating | Ian Lance Taylor | 1 | -4/+16 |