Age | Commit message (Expand) | Author | Files | Lines |
1994-08-19 | * mpw-init.c (initialize_all_files): Remove inits of utils and | Stan Shebs | 2 | -2/+5 |
1994-08-19 | Keep new Fortran files. | Stan Shebs | 1 | -0/+5 |
1994-08-19 | Initial Fortran language support, adapted from work by Farooq Butt | Stan Shebs | 13 | -118/+4209 |
1994-08-19 | * c-typeprint.c (c_print_type): Assume demangled arguments | Peter Schauer | 4 | -20/+81 |
1994-08-19 | Add remote-pa.c. | Rob Savoye | 1 | -0/+1 |
1994-08-19 | * Makefile.in (ALLDEPFILES): Add hpread.c. | Jeff Law | 9 | -13/+2369 |
1994-08-19 | * hppa-tdep.c (skip_trampoline_code): Revert incorrect change | Jeff Law | 2 | -1/+7 |
1994-08-19 | * nlm/i386.c, nlm/i386.h: New files that contain i386 specific code. | J.T. Conklin | 3 | -0/+105 |
1994-08-18 | * README: Grammar improvements, clarifications, updates. | Stan Shebs | 1 | -0/+4 |
1994-08-18 | Support both the generic remote protocol and the one for HP-PRO targets. | Rob Savoye | 2 | -2/+2 |
1994-08-18 | Make a unique remote target "hppro", rather than use generic remote. | Rob Savoye | 1 | -21/+50 |
1994-08-18 | * Makefile.in (TARGET_FLAGS_TO_PASS): Pass down LD_FOR_TARGET and | Stu Grossman | 6 | -0/+69 |
1994-08-18 | * Makefile.in (TARGET_FLAGS_TO_PASS): Pass down LD_FOR_TARGET and | Stu Grossman | 15 | -298/+1572 |
1994-08-18 | * remote-pa.c: New file for HPPA embedded support. Currently it's | Rob Savoye | 1 | -0/+6 |
1994-08-18 | Use new remote-pa, rather than the generic one. | Rob Savoye | 3 | -2/+3 |
1994-08-18 | New file for remote protocol to embedded HPPA targets. | Rob Savoye | 1 | -0/+1479 |
1994-08-17 | * config/m68k/tm-delta68.h (EXTRACT_RETURN_VALUE, | Stan Shebs | 2 | -2/+32 |
1994-08-17 | Add serial tcp support for HPPA hosts and targets. | Rob Savoye | 2 | -1/+5 |
1994-08-17 | * remote-mips.c: Remove unused declaration of mips_load. | Jim Kingdon | 2 | -3/+4 |
1994-08-17 | * coffread.c: General cleanup, and support for section offsets. | Stan Shebs | 1 | -1/+18 |
1994-08-17 | * symtab.c (decode_line_1): If funfirstline and we get a | Jim Kingdon | 1 | -0/+3 |
1994-08-16 | * Makefile.in (TARFILES, NONSRC, SFILES_STAND, SFILES_KGDB): | Jim Kingdon | 2 | -126/+12 |
1994-08-16 | * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with | Stan Shebs | 1 | -0/+5 |
1994-08-14 | * Makefile.in (VERSION): Bump to 4.13.1 | Fred Fish | 4 | -53/+130 |
1994-08-13 | Harris CX/UX support, from Bob Rusk (rrusk@mail.csd.harris.com). | Fred Fish | 2 | -5/+30 |
1994-08-13 | * environ.c (init_environ): If no environment, do nothing. | Fred Fish | 1 | -0/+4 |
1994-08-13 | * gdb.base/interrupt.exp: When trying to wake up the inferior, | Jeff Law | 1 | -0/+4 |
1994-08-13 | * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the | Jeff Law | 2 | -1/+14 |
1994-08-12 | * remote.c (remote_wait): Return inferior_pid instead of 0 for | Stu Grossman | 2 | -10/+15 |
1994-08-12 | * sparclite/aload.c (sys_error, error): Use vfprintf to variable | J.T. Conklin | 1 | -0/+5 |
1994-08-11 | (concat, basename, buildargv, freeargv, strerrno, strsigno, | David Edelsohn | 2 | -24/+14 |
1994-08-11 | * i386v-nat.c (i386_insert_nonaligned_watchpoint): | Fred Fish | 2 | -11/+35 |
1994-08-10 | * defs.h, top.c: Use `extern' in declarations of GUI hooks, and | Stu Grossman | 3 | -18/+51 |
1994-08-10 | (gdbsim_ops): Set `to_insert_breakpoint' and `to_remove_breakpoint' fields. | David Edelsohn | 2 | -1/+7 |
1994-08-10 | * infcmd.c (run_command): Remove comment suggesting using | Jim Kingdon | 1 | -0/+5 |
1994-08-10 | Modified Files: | Kung Hsu | 2 | -0/+13 |
1994-08-09 | * infrun.c (wait_for_inferior): Call target_resume() upon | Stu Grossman | 2 | -18/+74 |
1994-08-08 | * i386-nlmstub.c (handle_exception): Wait until the thread has | J.T. Conklin | 1 | -4/+18 |
1994-08-07 | * config/mips/tm-irix5.h (IN_SIGTRAMP): Redefine for Irix 5, | Peter Schauer | 1 | -0/+4 |
1994-08-07 | * config/mips/tm-irix5.h (IN_SIGTRAMP): Redefine for Irix 5, | Peter Schauer | 3 | -35/+51 |
1994-08-06 | * remote.c (remote_open): Move setting of inferior_pid prior to | Stu Grossman | 1 | -0/+7 |
1994-08-05 | * dwarfread.c (bfd.h): Don't include. | Stan Shebs | 2 | -4/+7 |
1994-08-05 | Don't dereference invalid pointers in procfs_mourn_inferior | Thomas Lord | 2 | -2/+13 |
1994-08-05 | * i386-nlmstub.c (handle_exception): Point the PC at _exit() to | J.T. Conklin | 2 | -15/+30 |
1994-08-05 | * remote.c (read_frame): Calculate run length encoded checksum correctly. | Steve Chamberlain | 2 | -4/+13 |
1994-08-04 | New file. (stan said I could put it here) | Steve Chamberlain | 3 | -0/+1556 |
1994-08-04 | * target.c (find_default_run_target): Make sure to_can_run is set | Stu Grossman | 1 | -0/+5 |
1994-08-04 | * TODO: Remove note about fast watchpoints and remove obsolete | Jean Marie Diaz | 2 | -63/+6 |
1994-08-04 | * config/i386/xm-i386v4.h, config/m68k/xm-m68kv4.h, | Stan Shebs | 5 | -24/+7 |
1994-08-04 | * target.c (add_target): Don't call clean_target on target | Stu Grossman | 2 | -2/+14 |