aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1992-11-05* i386-stub.c: Remove ansidecl.h and the few uses of it.John Gilmore1-0/+3
Stubs should stand alone as much as possible.
1992-11-05* README: Add remote-es1800.c and remote-st2000.c to table.John Gilmore2-5/+11
* go32-nat.c: Remove, there is no native go32 support. * go32-xdep.c: Remove unused fork, fvork, wait, execlp, kill_inferior. * infcmd.c (run_command): Avoid long calls to printf_filtered. Bug fix courtesy of Alexander Klaiber.
1992-11-05* inflow.c (pass_signal, set_sigint_trap, clear_sigint_trap): AddStu Grossman2-0/+13
new routines to deal with sending SIGINTs to attached processes when the user interrupts the controlling GDB. * inftarg.c (child_wait), procfs.c (procfs_wait): Add calls to the aforementioned routines when waiting for the attached process.
1992-11-04* elfread.c, mipsread.c: Include <string.h>.Stu Grossman4-0/+922
* i386-stub.c: Include "ansidecl.h" to deal with prototypes. * serial.h: Add prototype for serial_restore().
1992-11-04Wed Nov 4 11:13:25 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-1/+8
* minsyms.c (lookup_minimal_symbol_by_pc): subtract 1, not 2, from minimal_symbol_count, because the NULL symbol is not included in the count. This prevented this function from finding the last symbol in the table.
1992-11-03Tue Nov 3 11:29:17 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-1/+7
* dbxread.c (process_one_symbol): if not defined (BLOCK_ADDRESS_FUNCTION_RELATIVE), set function_start_offset at the start of the function, not just after N_FUN.
1992-11-03Avoid character '+' in nodenames, gives formatters indigestion.Roland Pesch1-4/+4
1992-11-03Changes to work with new config.sub file from merge with FSF.Jim Wilson1-2/+2
1992-10-31 * Makefile.in (c-exp.tab.c, m2-exp.tab.c): Add sed patterns toFred Fish4-29/+35
remap all malloc's to xmalloc's and all realloc's to xrealloc's. * c-exp.y, m2-exp.y: Add comment about how malloc/realloc are remapped to xmalloc/xrealloc, use only malloc/realloc in grammer file. Remove preprocessor defines that previously did remapping.
1992-10-28hp300 native supportK. Richard Pixley12-39/+334
1992-10-28vax native supportK. Richard Pixley6-11/+44
1992-10-28add new nm files to HFILESK. Richard Pixley3-2/+6
1992-10-28apollo native supportK. Richard Pixley8-8/+218
1992-10-28include nm.h in defs.hK. Richard Pixley5-5/+7
1992-10-26Fix typo, reported by Karl Berry.John Gilmore2-1/+5
1992-10-23* Makefile.in (VERSION): 4.7.1 post release!Stu Grossman2-2/+4
1992-10-23* config/hppahpux.mh (NATDEPFILES): Add hppah-nat.o.Stu Grossman2-115/+10
1992-10-23Update the dates in the manual.John Gilmore1-3/+3
1992-10-23These two files are copyrighted by Sun Microsystems.John Gilmore2-223/+11
Wind River stole them from the Sun Unix distributions. We can't distribute them in an FSF GDB release. We should even rewrite them for our own releases, though that is not as urgent. Until these two files are rewritten, VxWorks support in GDB will not compile. The i960 support can be gained by just rewriting the ptrace.h file. Only small amounts of the reg.h file need to be rebuilt -- compile remote-vx.c to see what is needed. John
1992-10-23More news...John Gilmore1-100/+129
1992-10-23Add copyrights, change to FSF.Stu Grossman12-8/+44
1992-10-23Remove refs to UDI for now.Stu Grossman3-26/+0
1992-10-23Update NEWS, remove refs to UDI and Energize/Cadillac from ChangeLog.Stu Grossman1-14/+115
1992-10-23* Makefile.in (VERSION): gdb-4.7 release.John Gilmore3-171/+179
* README: Update for gdb-4.7.
1992-10-23Add opcodes dir to GDB distribution description.John Gilmore2-0/+7
1992-10-23* sparc-tdep.c: include nm.h (for now) so that we get USE_PROC_FSStu Grossman1-0/+3
when necessary.
1992-10-22Oops!Stu Grossman1-0/+42
1992-10-22 * alldeps.mak, depend: Update.Stu Grossman3-52/+63
1992-10-22* config/rs6000.mh (NATDEPFILES): Add corelow.o.John Gilmore1-1/+1
1992-10-22* partial-stab.h ('f', 'F'): Don't reference pst->textlow if pstJohn Gilmore4-6/+15
is null. * tm-sun4sol2.h (PROLOGUE_FIRSTLINE_OVERLAP): Remove -- it causes problems in setting breakpoint in the right place in functions with `float' args which are passed as doubles. * xm-vaxbsd.h (MEM_FNS_DECLARED): Avoid erroneous redecl's. * config/rs6000.mh (NATDEPFILES): Add corelow.o.
1992-10-22First cut at news for 4.7. Just an outline, and an indicator of where weStu Grossman1-0/+18
stopped in ChangeLog.
1992-10-22Add nm-i386sco.h.Stu Grossman1-0/+1
1992-10-22* Makefile.in (HFILES): Add nm-i386sco.h.Stu Grossman5-3/+13
* dwarfread.c: include <sys/types.h> for SCO. * infptrace.c: Don't include ptrace.h under SCO. * config/i386sco.mh: Use -D_POSIX_SOURCE instead of -posix for gcc. * config/i386v.mt: Add exec.o to TDEPFILES.
1992-10-22 * i386v-nat.c: Remove space from front of #endif.Stu Grossman4-4/+18
* irix4-nat.c: Remove externs of registers[], include inferior.h instead. * mips-nat.c: Explicitly initialize zerobuf to 0! * mips-tdep.c (init_extra_frame_info): Undo John's last change. Always setup fci->frame, even if it's non-zero. Too many places depend upon this behavior (and I have to get a release out the door)! * mipsread.c (parse_partial_symbols, psymtab_to_symtab_1): Set processing_gcc_compilation if we find the embedded stabs marker. This fixes several bugs with finding the location of short or char function parameters passed on the stack.
1992-10-22sun4sol2 native stuffK. Richard Pixley7-12/+45
1992-10-21* coredep.c: Include "nm.h" to get REGISTER_U_ADDR.John Gilmore2-0/+4
1992-10-21* Makefile.in (VERSION): Tick to 4.6.9.John Gilmore6-19/+36
* mipsread.c (UNSAFE_DATA_ADDR): Remove MIPS-host-specific definition, replace with portable one. * remote-nindy.c: Lint. (nindy_wait): Return type is int, result is inferior_pid. * symmisc.c (dump_psymtab): Only print section_offsets if set. (initialize_symmisc): Remove empty function. * tm-spc-noun.h, tm-sun4os4.h, tm-sun4sol2.h (STACK_END_ADDRESS): Remove obsolete, misspelled macro. * doc/gdbint.texinfo: Document obsolete STACK_END_ADDR. (all @node commands): Use new form to avoid nitpicking errors. * doc/gdbint.texinfo: Document host/native/target split.
1992-10-21Document host/native/target split.John Gilmore1-72/+190
1992-10-21* mipsread.c (UNSAFE_DATA_ADDR): Remove MIPS-host-specificJohn Gilmore1-5/+4
definition, replace with portable one. * remote-nindy.c: Lint. (nindy_wait): Return type is int, result is inferior_pid. * symmisc.c (dump_psymtab): Only print section_offsets if set. (initialize_symmisc): Remove empty function. * tm-spc-noun.h, tm-sun4os4.h, tm-sun4sol2.h (STACK_END_ADDRESS): Remove obsolete, misspelled macro. * doc/gdbint.texinfo: Document obsolete STACK_END_ADDR. (all @node commands): Use new form to avoid nitpicking errors. * doc/gdbint.texinfo: Document host/native/target split.
1992-10-21* doc/gdbint.texinfo: Document obsolete STACK_END_ADDR.John Gilmore1-26/+50
(all @node commands): Use new form to avoid nitpicking errors.
1992-10-21* mips-nat.c (zerobuf): Get rid of const to avoid gcc warnings.Stu Grossman2-1/+3
1992-10-21* xm-mips.h (offsetof): Don't define this if __STDC__.Stu Grossman2-1/+5
1992-10-21umax native supportK. Richard Pixley7-38/+71
1992-10-21hppa native supportK. Richard Pixley16-21/+875
1992-10-20 * mips-nat.c: Straighten out include files. Work aroundStu Grossman2-9/+20
conflicting defs of JB_xxx syms in <setjmp.h> and <machine/pcb.h> for Ultrix-4.2.
1992-10-20 * mips-nat.c (fetch_core_registers, register_addr): Copy fromStu Grossman5-2/+97
coredep.c, but zero out FP_REGNUM & ZERO_REGNUM so that stack backtraces from core files work. * config/decstation.mh, config/irix3.mh: Remove coredep.o. Functions are now defined in mips-nat.c.
1992-10-20* remote-hms.c: Disable all uses of serial_nextbaudrate andStu Grossman2-2/+8
serial_default_name().
1992-10-19* remote-hms.c, ser-go32.c, serial.h: Change fromStu Grossman4-19/+14
serial_timedreadchar() to new serial_readchar().
1992-10-19* Makefile.in (HFILES): Fixup list of nm-*.h files. Add missing ones.Stu Grossman2-3/+7
1992-10-19 * c-exp.y: Moved handling of 'const' and 'volatile' fromPer Bothner2-4/+9
<type> to <typebase>. This removes 2 conflicts.