aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-09-10* i386coff.h (LINESZ): Always 6, not based on sizeof().John Gilmore2-1/+6
1991-09-10* utils.c (error): if error_pre_print is set, print the stringJohn Gilmore5-29/+93
first. * main.c (main, print_gnu_advertisement, print_gdb_version): Reformat legalese so it always prints, but acts as an "I'm here" message while symbols are being read. If any errors occur, print a few newlines to set off the message and start it at the left margin. Remove mention of "help" command, and don't yak about symbol reading. (catch_errors): Error string is now printed first in case of error, not last. * command.c (undef_cmd_error, lookup_cmd): On undefined command, suggest the "help" command. * Makefile.in (VERSION): Set to 4.0.2.
1991-09-09Added delta88Steve Chamberlain1-0/+7
1991-09-09* breakpoint.c (insert_breakpoints): Restore warning aboutJohn Gilmore3-0/+8
the program might be running in another process, but only for systems with this brain death (#ifdef ONE_PROCESS_WRITETEXT). * xm-hp300bsd.h, xm-mips.h, xm-vax.h: Define it.
1991-09-07Alphabetize aliases; add v9 things.K. Richard Pixley1-159/+217
1991-09-06Host and targets with different sized types. &others.John Gilmore1-0/+34
1991-09-06Fix some infrastructure to be able to cope with host and targetJohn Gilmore1-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-06Fix some infrastructure to be able to cope with host and targetJohn Gilmore5-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 complaintsJohn Gilmore1-4/+1
to 1 for people debugging gdb.
1991-09-06* WHATS.NEW: "history write -> history save". Doc "write on/off".John Gilmore1-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 Gilmore4-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-04Allow GDB to patch object files.John Gilmore4-93/+125
Makefile.in: Add crude dependencies.
1991-09-04Make writing to files work properly. (Fixes to BFD are also needed.)John Gilmore11-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-04Don't keep ldgram.h. Isn't even checked in.K. Richard Pixley1-2/+4
1991-09-04Added "recover"'ability.K. Richard Pixley1-4/+9
1991-09-04Adding "recover"'ability.K. Richard Pixley1-17/+17
1991-09-04Bugs john noticed.K. Richard Pixley1-8/+10
1991-09-04test & recover a better way.K. Richard Pixley1-2/+7
1991-09-03Fixed the line break as a test for cvs ci.Steve Chamberlain1-2/+2
1991-09-03"recover" aoutx.hK. Richard Pixley1-1/+6
1991-09-03*** empty log message ***Steve Chamberlain1-4/+4
1991-09-03*** empty log message ***Steve Chamberlain3-11/+14
1991-09-03Initial revisionSteve Chamberlain4-0/+233
1991-09-03*** empty log message ***Steve Chamberlain4-53/+59
1991-09-03Initial revisionSteve Chamberlain24-0/+445
1991-09-03*** empty log message ***Steve Chamberlain4-15/+65
1991-09-03Merge with FSF.John Gilmore1-0/+2
1991-09-03Merge with latest FSF versions.John Gilmore3-89/+116
1991-09-02Updated list of Sanitizable directories.K. Richard Pixley1-2/+8
1991-09-02"recover" tc-sparc.cK. Richard Pixley1-1/+5
1991-09-02Recover the editted files.K. Richard Pixley1-1/+5
1991-09-02dump the obsolete INSTALL.K. Richard Pixley1-2/+4
1991-09-02Correcting some things.K. Richard Pixley1-2/+5
1991-09-02Correct a few things.K. Richard Pixley1-3/+6
1991-09-02Initial revisionK. Richard Pixley1-0/+1
1991-09-01m68040 support.K. Richard Pixley1-1490/+1724
1991-09-01hack around memset().K. Richard Pixley1-1/+2
1991-09-01prototype for decode_local_label_name(), better definition ofK. Richard Pixley1-18/+19
obstack_chunk_fns.
1991-09-01Link via as.new to avoid what might be some other cross assembler forK. Richard Pixley1-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-01Patch around gcc builtin memory functions.K. Richard Pixley1-0/+4
1991-09-01Added config.subSteve Chamberlain1-1/+5
1991-09-01Changed the word binutils to 'the linker'Steve Chamberlain1-0/+82
1991-08-31Welcome emacs to the mess.K. Richard Pixley1-1/+1
1991-08-31Retract last edit. System type should determine whether this file gets loadedStu Grossman1-9/+0
at all.
1991-08-31Undo edit 1.5. Easier to let abort be of unspecified type than to claim a typeStu Grossman1-9/+4
and be wrong half the time.
1991-08-31Add in sysv configuration stuff.Stu Grossman1-111/+80
1991-08-31Merge in irix support.Stu Grossman1-2/+12
1991-08-31Merge in irix support.Stu Grossman2-12/+43
1991-08-31Merge in irix support.Stu Grossman1-1/+7
1991-08-31Merge in irix support.Stu Grossman5-128/+341