summaryrefslogtreecommitdiffstats
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* break dcache code out of remote-bug.cK. Richard Pixley1993-08-317-194/+306
|
* * stabs.texinfo: Initial-caps all words in node names andDavid MacKenzie1993-08-312-243/+248
| | | | non-trivial words in section names.
* * c-typeprint.c (c_print_type_base): Treat show = 0 just likeJim Kingdon1993-08-312-9/+19
| | | | | | show < 0. The only case where we had been distinguishing is that show = 0 used to print "struct " or "enum " instead of "struct {...}" or "enum {...}" which seems clearly wrong.
* * stabs.texinfo: Many minor cleanups.Jim Kingdon1993-08-311-7/+7
|
* * stabs.texinfo: Many minor cleanups.Jim Kingdon1993-08-311-67/+71
|
* recognize m88110K. Richard Pixley1993-08-312-0/+5
|
* * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out theRob Savoye1993-08-311-0/+10
| | | | | | | | | console, not GDB. * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so cross testing works better with "make check" * config/unix-gdb: Use default procedures for exit and version. * config/vx-gdb.exp: Cleaned up and massaged back to working order with the newest VxWorks.
* Use default version procedure.Rob Savoye1993-08-302-17/+2
|
* Add default gdb version so it can be shared.Rob Savoye1993-08-301-0/+16
|
* Make gdb_exit into default_gdb_exit so it can be shared.Rob Savoye1993-08-301-12/+75
|
* Use default_gdb_exit now.Rob Savoye1993-08-301-1/+1
|
* Works again.Rob Savoye1993-08-301-1/+1
|
* Add values for RUNTEST and RUNTESTFLAGS so cross testing works better.Rob Savoye1993-08-3016-46/+97
|
* * valops.c (call_function_by_hand): If we discard cleanups, callJim Kingdon1993-08-301-2/+7
| | | | bpstat_clear (&inf_status.stop_bpstat).
* * stabsread.h, dbxread.c (end_psymtab): Return NULL if the psymtabPeter Schauer1993-08-304-148/+91
| | | | | | | | | | | | | was empty and thrown away. * mipsread.c (parse_partial_symbols): Do not add empty psymtabs to dependency list, skip self dependencies. * mipsread.c (parse_fdr): Removed, obsolete. * mipsread.c (parse_lines): Check for cbLine being zero, not cbLineOffset. * mipsread.c (struct symloc): Add pst_language. * mipsread.c (parse_partial_symbols): Set up proper language for header files, save it in pst_language for psymtab_to_symtab_1. * mipsread.c (psymtab_to_symtab_1): Use pst_language.
* * stabs.texinfo: Many minor cleanups.Jim Kingdon1993-08-302-204/+148
| | | | * stabs.texinfo: Remove @deffn except from Expanded Reference node.
* * config/m88k/{delta88v4.mt,delta88v4.mh}: New filesJim Kingdon1993-08-301-0/+5
| | | | | | | * config/m88k/delta88.mh: Fix comment. * config/m88k/tm-delta88.h: Remove unused BCS define. * config/m88k/{tm-delta88v4.h,xm-delta88v4.h,nm-delta88v4.h}: New files.
* * configure.in: Fix typo m88*-motorola-svr4* -> sysv4*.Jim Kingdon1993-08-302-1/+5
|
* Correctly a spelling mistake.Rob Savoye1993-08-301-1/+1
|
* fix caps in menu entriesDavid MacKenzie1993-08-281-2/+2
|
* * stabs.texinfo:David MacKenzie1993-08-282-168/+170
| | | | Use consistent capitalization style in node and section names.
* Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)David MacKenzie1993-08-282-935/+741
| | | | | | | | | * stabs.texinfo: Remove full description of big example. It's not really helpful; just use pieces of it where appropriate. Add more Texinfo formatting directives (@samp, etc.). Use @deffn to define stab types. Eliminate some wordiness. Break up some nodes. Add an (alphabetized) index of symbol types.
* From Utah, part of BFD HPPA cleanup:Ken Raeburn1993-08-282-1/+5
| | | | * paread.c: Include som.h instead of libhppa.h.
* * Rename files for 14-character limits:Jim Kingdon1993-08-272-3/+4
| | | | | | | | | | | | gdbserver/remote-gutils.c -> gdbserver/utils.c gdbserver/remote-inflow.c -> gdbserver/low-lynx.c gdbserver/remote-inflow-sparc.c -> gdbserver/low-sparc.c gdbserver/remote-server.c -> gdbserver/server.c remote-monitor.c -> remote-mon.c * Makefile.in, gdbserver/Makefile.in, gdbserver/configure.in, config/m68k/monitor.mt, config/i386/i386lynx.mh, config/sparc/sun4os4.mh: Change accordingly. * gdbserver/Makefile.in: Remove more junk inherited from gdb Makefile.
* * symmisc.c (dump_symtab): Use catch_errors around print_symbol.Jim Kingdon1993-08-272-36/+42
| | | | Change calling sequence of print_symbol to fit catch_errors.
* * mips-tdep.c: Call reinit_frame_cache every time the user doesJim Kingdon1993-08-272-10/+34
| | | | "set heuristic-fence-post".
* * gdbserver/low-sun3.c: New file.Jim Kingdon1993-08-274-4/+8
| | | | | | | | | | | | | | * gdbserver/Makefile.in, config/m68k/sun3.mh: Change accordingly. * Rename files for 14-character limits: gdbserver/remote-gutils.c -> gdbserver/utils.c gdbserver/remote-inflow.c -> gdbserver/low-lynx.c gdbserver/remote-inflow-sparc.c -> gdbserver/low-sparc.c gdbserver/remote-server.c -> gdbserver/server.c remote-monitor.c -> remote-mon.c * Makefile.in, gdbserver/Makefile.in, config/m68k/monitor.mt, config/i386/i386lynx.mh, config/sparc/sun4os4.mh: Change accordingly. * gdbserver/Makefile.in: Remove more junk inherited from gdb Makefile.
* * gdbserver/low-sun3.c: New file.Jim Kingdon1993-08-273-64/+43
| | | | * gdbserver/Makefile.in, config/m68k/sun3.mh: Change accordingly.
* new for sun3 gdbserverJim Kingdon1993-08-271-0/+326
|
* * Rename files for 14-character limits:Jim Kingdon1993-08-2711-1333/+1512
| | | | | | | | | | | gdbserver/remote-gutils.c -> gdbserver/utils.c gdbserver/remote-inflow.c -> gdbserver/low-lynx.c gdbserver/remote-inflow-sparc.c -> gdbserver/low-sparc.c gdbserver/remote-server.c -> gdbserver/server.c remote-monitor.c -> remote-mon.c * Makefile.in, gdbserver/Makefile.in, config/m68k/monitor.mt: Change accordingly. * gdbserver/Makefile.in: Remove more junk inherited from gdb Makefile.
* * infcmd.c, inferior.h (run_stack_dummy): If we stop somewhereJim Kingdon1993-08-273-60/+63
| | | | | | | | besides the dummy, return 1 rather than calling error(). Let caller print the error message. Remove name argument. * valops.c (call_function_by_hand): Deal with changes to calling sequence of run_stack_dummy. Discard restore_inferior_status cleanup if run_stack_dummy returns 1.
* * gdb.t20/classes.exp: For "ptype class Base1", continue to acceptJim Kingdon1993-08-271-0/+6
| | | | | | | old form. * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
* bump VERSION to 4.10.2David D. Zuhn1993-08-271-2/+5
|
* * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).Jim Kingdon1993-08-271-0/+8
|
* * config/mips/tm-mips.h (EXTRACT_STRUCT_VALUE_ADDRESS):Jim Kingdon1993-08-271-1/+2
| | | | Get struct return address from v0, not a0.
* * config/unix-gdb.exp: Remove this version of gdb_exitJim Kingdon1993-08-261-55/+0
| | | | | * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp. Rob says he'll look at it when he gets back to testing boards.
* * config/mips/tm-mips.h (EXTRACT_STRUCT_VALUE_ADDRESS):Jim Kingdon1993-08-261-1/+7
| | | | Get struct return address from v0, not a0.
* * infrun.c (restore_inferior_status): Use catch_errors whenJim Kingdon1993-08-261-0/+11
| | | | restoring selected frame.
* * gdb.t22/virtfunc.exp: Accept missing struct/class names asFred Fish1993-08-261-0/+8
| | | | an expected fail for certain ptype commands.
* add comments re stub typesJim Kingdon1993-08-262-2/+8
|
* * gdb.texinfo: Change typo "Two two" to "The two".Fred Fish1993-08-261-0/+4
|
* * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsoleteFred Fish1993-08-263-2/+18
| | | | | | | | | | | "alldone" proc with call to cleanup and exit. * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to "alldone" proc with simple returns that suppress remaining tests. The alldone proc went away many months ago.
* * frame.h, symtab.h, findvar.c (read_var_value): Change baseregJim Kingdon1993-08-248-80/+66
| | | | | | support to use LOC_BASEREG rather than SYMBOL_BASEREG_VALID. * dwarfread.c: Use LOC_BASEREG where appropriate. * Various: Support LOC_BASEREG and LOC_BASEREG_ARG.
* * dbxread.c (end_psymtab): Clean up comment.Jim Kingdon1993-08-241-0/+7
|
* * coffread.c (init_lineno, init_stringtab): Don't check whetherJim Kingdon1993-08-241-0/+3
| | | | xmalloc returned NULL.
* * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.Jim Kingdon1993-08-241-0/+2
|
* * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.Jim Kingdon1993-08-241-0/+4
|
* * config/vax/xm-vaxult.h: Define NO_PTRACE_H.Jim Kingdon1993-08-242-0/+10
|
* undo last changeJim Kingdon1993-08-242-3/+0
|
* * configure.in: vax-*-ultrix3* is like vax-*-ultrix2*.Jim Kingdon1993-08-242-0/+3
|
OpenPOWER on IntegriCloud