Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-09-06 | Fix some infrastructure to be able to cope with host and target | John Gilmore | 1 | -5/+8 | |
machines with different sized basic types (ints, ptrs, etc). (Idea from pierre@la.tce.com (Pierre Willard).) * values.c (value_from_longest): Rename from value_from_long. Handle pointer types as well as integers, so that targets with different pointer sizes from the host can be accomodated. * breakpoint.c, convex-tdep.c, eval.c, expprint.c, printcmd.c, valarith.c, valops.c, valprint.c, value.h, values.c: Rename uses of value_from_long to value_from_longest. | |||||
1991-09-06 | Fix some infrastructure to be able to cope with host and target | John Gilmore | 5 | -364/+50 | |
machines with different sized basic types (ints, ptrs, etc). (Idea from pierre@la.tce.com (Pierre Willard).) * value.c (value_from_longest): Rename from value_from_long. Handle pointer types as well as integers, so that targets with different pointer sizes from the host can be accomodated. * breakpoint.c, convex-tdep.c, eval.c, expprint.c, printcmd.c, valarith.c, valops.c, valprint.c, value.h, values.c: Rename uses of value_from_long to value_from_longest. * eval.c, findvar.c, printcmd.c, valarith.c, valops.c: Pass the correct pointer type to value_from_long{est}. * remote-vx.c: Remove obsolete code for calling functions via vxworks kludge interface (it referenced value_from_long). * valops.c (value_string): Find malloc with lookup_misc_func, not raw search. * breakpoint.c, remote-vx.c: Reword strings printed by catch_errors callers. | |||||
1991-09-06 | * .gdbinit: Remove useless "rr" command. Set complaints | John Gilmore | 1 | -4/+1 | |
to 1 for people debugging gdb. | |||||
1991-09-06 | * WHATS.NEW: "history write -> history save". Doc "write on/off". | John Gilmore | 1 | -1/+5 | |
(Fix from kenc@viewlogic.com.) | |||||
1991-09-04 | * a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E, | John Gilmore | 4 | -5/+24 | |
to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib support. * stab.def: Add N_COMM to table, fix overlap comment. | |||||
1991-09-04 | Allow GDB to patch object files. | John Gilmore | 4 | -93/+125 | |
Makefile.in: Add crude dependencies. | |||||
1991-09-04 | Make writing to files work properly. (Fixes to BFD are also needed.) | John Gilmore | 11 | -270/+453 | |
* core.c (core_open): Open file ourselves, read or r/w, depending on write_files. Use bfd_fdopenr. * gdbcore.h (write_files): New variable. * exec.c (write_files): Define variable, add set&show for it. (exec_file_command): Use write_files to open for read or r/write. Make shared library reading happen automatically. These changes are mostly from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>. * inferior.h (stop_soon_quietly): Add to exported variables. * infrun.c (child_create_inferior): call solib hook, if defined. (child_attach): call solib hook, if defined. * solib.c: Include inferior.h. Add from_tty to so_list as kludge. (find_solib): Use lookup_misc_func rather than hand-rolled. (symbol_add_stub): New stub for catch_errors. (solib_add): Avoid output if !from_tty. Catch errors rather than just calling symbol_file_add and bombing. (solib_create_inferior_hook): Interface with the target process to let it read and alloc shared libs, then figure out what it did. * core.c (validate_files): Fix typo, soften warning. (Fix from Hiroto Kagotani <kagotani@cs.titech.ac.jp>.) * utils.c (fputs_demangled): Avoid duplicate printing if demangling is off. (Fix from J.T. Conklin <jtc@cayenne.com>.) * infrun.c (proceed): Cast -1 to (CORE_ADDR) before comparing. (Fix from pierre@la.tce.com (Pierre Willard).) * main.c (catch_errors): Change argument to a char * from an int, since a char * can point to a struct full of glop, but an int is not guaranteed to be able to hold a pointer. * breakpoint.c (breakpoint_cond_eval, bpstat_stop_status, breakpoint_re_set_one, breakpoint_re_set): Adapt. * core.c (core_open, solib_add_stub): Adapt. * remote-vx.c (symbol_stub, add_symbol_stub, callers): Adapt. | |||||
1991-09-04 | Don't keep ldgram.h. Isn't even checked in. | K. Richard Pixley | 1 | -2/+4 | |
1991-09-04 | Added "recover"'ability. | K. Richard Pixley | 1 | -4/+9 | |
1991-09-04 | Adding "recover"'ability. | K. Richard Pixley | 1 | -17/+17 | |
1991-09-04 | Bugs john noticed. | K. Richard Pixley | 1 | -8/+10 | |
1991-09-04 | test & recover a better way. | K. Richard Pixley | 1 | -2/+7 | |
1991-09-03 | Fixed the line break as a test for cvs ci. | Steve Chamberlain | 1 | -2/+2 | |
1991-09-03 | "recover" aoutx.h | K. Richard Pixley | 1 | -1/+6 | |
1991-09-03 | *** empty log message *** | Steve Chamberlain | 1 | -4/+4 | |
1991-09-03 | *** empty log message *** | Steve Chamberlain | 3 | -11/+14 | |
1991-09-03 | Initial revision | Steve Chamberlain | 4 | -0/+233 | |
1991-09-03 | *** empty log message *** | Steve Chamberlain | 4 | -53/+59 | |
1991-09-03 | Initial revision | Steve Chamberlain | 24 | -0/+445 | |
1991-09-03 | *** empty log message *** | Steve Chamberlain | 4 | -15/+65 | |
1991-09-03 | Merge with FSF. | John Gilmore | 1 | -0/+2 | |
1991-09-03 | Merge with latest FSF versions. | John Gilmore | 3 | -89/+116 | |
1991-09-02 | Updated list of Sanitizable directories. | K. Richard Pixley | 1 | -2/+8 | |
1991-09-02 | "recover" tc-sparc.c | K. Richard Pixley | 1 | -1/+5 | |
1991-09-02 | Recover the editted files. | K. Richard Pixley | 1 | -1/+5 | |
1991-09-02 | dump the obsolete INSTALL. | K. Richard Pixley | 1 | -2/+4 | |
1991-09-02 | Correcting some things. | K. Richard Pixley | 1 | -2/+5 | |
1991-09-02 | Correct a few things. | K. Richard Pixley | 1 | -3/+6 | |
1991-09-02 | Initial revision | K. Richard Pixley | 1 | -0/+1 | |
1991-09-01 | m68040 support. | K. Richard Pixley | 1 | -1490/+1724 | |
1991-09-01 | hack around memset(). | K. Richard Pixley | 1 | -1/+2 | |
1991-09-01 | prototype for decode_local_label_name(), better definition of | K. Richard Pixley | 1 | -18/+19 | |
obstack_chunk_fns. | |||||
1991-09-01 | Link via as.new to avoid what might be some other cross assembler for | K. Richard Pixley | 1 | -12/+16 | |
people with '.' in their paths. Also, push as.new into as.old in an attempt to catch a couple gdb bugs. | |||||
1991-09-01 | Patch around gcc builtin memory functions. | K. Richard Pixley | 1 | -0/+4 | |
1991-09-01 | Added config.sub | Steve Chamberlain | 1 | -1/+5 | |
1991-09-01 | Changed the word binutils to 'the linker' | Steve Chamberlain | 1 | -0/+82 | |
1991-08-31 | Welcome emacs to the mess. | K. Richard Pixley | 1 | -1/+1 | |
1991-08-31 | Retract last edit. System type should determine whether this file gets loaded | Stu Grossman | 1 | -9/+0 | |
at all. | |||||
1991-08-31 | Undo edit 1.5. Easier to let abort be of unspecified type than to claim a type | Stu Grossman | 1 | -9/+4 | |
and be wrong half the time. | |||||
1991-08-31 | Add in sysv configuration stuff. | Stu Grossman | 1 | -111/+80 | |
1991-08-31 | Merge in irix support. | Stu Grossman | 1 | -2/+12 | |
1991-08-31 | Merge in irix support. | Stu Grossman | 2 | -12/+43 | |
1991-08-31 | Merge in irix support. | Stu Grossman | 1 | -1/+7 | |
1991-08-31 | Merge in irix support. | Stu Grossman | 5 | -128/+341 | |
1991-08-30 | Merge in irix support. | Stu Grossman | 1 | -2/+2 | |
1991-08-29 | paperwork handled for AMD Coff. | John Gilmore | 1 | -13/+4 | |
1991-08-29 | Paperwork handled for AMD Coff. | John Gilmore | 1 | -8/+4 | |
1991-08-28 | Backing out last round of changes. | K. Richard Pixley | 0 | -0/+0 | |
1991-08-28 | Update to current standards. | K. Richard Pixley | 3 | -383/+406 | |
1991-08-28 | Better error reporting on missing local labels. | K. Richard Pixley | 1 | -5/+35 | |