Fred Fish
eaa1ef1df1
Make internal errors produce more useful messages.
35 years ago
Fred Fish
dcd15e5e7a
Move code duplicated in almost every single m68k based machine to the
common target file tm-68k.h. Duplications still need to be removed (FIXME).
35 years ago
Fred Fish
150f543625
System V versions must call setpgrp() with no arguments, to comply with
prototyping typically in <unistd.h>. Otherwise the compile fails, at
least with gcc.
35 years ago
Fred Fish
cb17dfb1c0
Add support for SVR4 style nm output. Not claimed to be optimal, I'm not
a sed hacker. It does seem to work fine.
35 years ago
Fred Fish
4a35d6e91b
Remove the object file specific fields from the partial symbol table
structure and replace them with a pointer to private data for each
different flavor of object file reader to initialize appropriately.
35 years ago
John Gilmore
e89b8910fc
Add note about strstr botch on sunos4.0.3c and previous.
35 years ago
Stu Grossman
2e393ce478
* infrun.c (wait_for_inferior): Check return value from
find_pc_line.
35 years ago
Stu Grossman
0d3e7f607f
*** empty log message ***
35 years ago
Stu Grossman
bc6c937d0b
*** empty log message ***
35 years ago
Stu Grossman
b3b39c0c76
* infrun.c (wait_for_inferior): fix stepi/nexti that was broken
by my last edit to this routine.
35 years ago
Steve Chamberlain
44e4e473f8
* configure.in: added ebmon target.
35 years ago
John Gilmore
b1dcd6ac3f
Final touchups for release
35 years ago
John Gilmore
785ce19c33
More last minute gdb-4.2 changes.
35 years ago
John Gilmore
b53d3945ed
* coredep.c: Add <sys/types.h> for SCOnix.
* dbxread.c (read_dbx_symntab): Avoid coredump on malformed file.
* printcmd.c (print_formatted): Flush output before disassembly.
* xm-mips.h: Update KERNEL_U_ADDR for new scheme. Cleanup a bit.
35 years ago
John Gilmore
c5a475c86d
* xconfig/i386sco: Add HAVE_STRSTR to avoid ANSI bdeath.
* xconfig/tahoe: Add REGEX, which seems to be missing.
35 years ago
Roland Pesch
9e0906a6b2
*** empty log message ***
35 years ago
Roland Pesch
092678655c
More updates due to Picard refcard comments.
35 years ago
John Gilmore
a1b8c5d69d
GDB-4.2 release!
* Makefile.in: Roll VERSION to 4.2.
* tm-i386v.h: #endif guck.
* xconfig/i386*: Remove -Dgetpagesize()=4096 kludge.
35 years ago
Roland Pesch
e0dacfd17a
Clarifications and rephrasings, largely due to Pinard's comments on
refcard.
35 years ago
John Gilmore
45e6027024
* core.c (core_open): Improve error message for bad file.
Pass .reg virtual memory address to fetch_core_registers to help
it find the registers in the core-file header.
* coredep.c (fetch_core_registers): Take new argument, use it,
and pass it to register_addr to locate the block of registers.
35 years ago
John Gilmore
a13f8a2f23
Remove -Dgetpagesize()=4096 kludge.
35 years ago
John Gilmore
6150cc735f
* dbxread.c (read_dbx_symtab, process_one_symbol): Handle
Sequent N_FN_SEQ like everybody else's N_FN.
35 years ago
Roland Pesch
5dfddc7fc6
* doc/refcard.tex (sec "Working Files"): consistent metavars, due
to Franc,ois Pinard (pinard@iro.umontreal.ca )
35 years ago
Roland Pesch
d9800dbbf3
Fix error spotted by Francois Pinard (pinard@iro.umontreal.ca): several
instances of *name* in "Working Files" s.b. *file*.
35 years ago
Roland Pesch
e251e76736
Another revision of "Installing" appendix, for GDB 4.2. Table of config
name segments now updated.
35 years ago
Roland Pesch
93ae2e889a
* doc/gdb.texinfo (appendix "Installing GDB"): changes in configure.
35 years ago
Roland Pesch
c7637ea643
Update appendix "Installing GDB". (not yet updated: list of host-vendor-os).
35 years ago
John Gilmore
3dfb315ebd
Further evolution. Remove hp-include pending real HP support.
35 years ago
John Gilmore
7ff46684f8
Configure isn't here any more.
35 years ago
John Gilmore
7534367a51
Remove configure and config.sub to ../
35 years ago
John Gilmore
5d2cfefe93
* configure.in, tconfig/decstation, xconfig/decstation: Rename
dec3100 to decstation.
35 years ago
John Gilmore
afe4ca159b
Changes from Fred Fish:
* tm-68k.h (FPI_REGNUM): Add.
* infrun.c (child_create_inferior): flush stdout and stderr
before forking.
* configure.in: Handle amigados, amix hosts and targets.
* inflow.c: Handle TIOCGLTC_BROKEN for Amiga.
From Andreas Schwab:
* values.c (show_convenience): Use printf_filtered.
* main.c (define_command): Check result of lookup_command for
exact match.
(echo_command): Use printf_filtered, and force output out.
* dbxread.c (read_enum_type): Avoid Modula-2 kludge that breaks C
programs.
* i387-tdep.c (double_to_i387): Fix typo for double_to_ieee_extended.
* utils.c (_initialize_utils): If !ISATTY, don't paginate.
35 years ago
Roland Pesch
2109a7b736
* doc/gdb.texinfo
(nodes Continuing and Stepping; Memory; Targets) clarifications
due to Larry Breed
35 years ago
Roland Pesch
cedaf8bca5
Clarifications to "stepping", "Displaying Memory", and "Targets" due largely
to Larry Breed
35 years ago
Roland Pesch
440d983441
Catch up to changes recorded in GDB ChangeLog, to wit:
1) "show copying" and "show warranty" in sample output (instead of obs. "info")
2) new command "printpsyms"
3) Complaint "const/volatile indicator missing" re-enabled
4) Complaint "C++ type mismatch..." now "info mismatch..."
35 years ago
John Gilmore
3c6c67143a
Assorted patches from Fred Fish, Peter Schauer.
35 years ago
John Gilmore
df6335e19f
* tm-{irix3,mips,nindy960,pn,symmetry,vx960}.h: Move
REGISTER_U_ADDR to corresponding xm- file. Sugg. by Peter Schauer.
35 years ago
John Gilmore
9e77ff161f
* copying.awk: Filter formfeeds out of copying & warrantee.
Make them available as `show copying' and `show warrantee' also.
35 years ago
John Gilmore
074274252f
Read cross-core files on Mach 386.
35 years ago
John Gilmore
912456a503
* mipsread.c, coffread.c: initialise TYPE_VPTR_FIELDNO to -1.
This avoids coredumps under `set print object on' in value_headof
(called erroneously by value_from_vtable_info) for `p &struct'
or `p *struct'. From Peter Schauer.
35 years ago
Roland Pesch
5298a14b49
(ORIG: date: 1991/09/27 22:47:20; author: pesch; state: Exp; lines: +3 -4)
Stop talking about obsolete "sharedlibrary" command in whats-new section.
35 years ago
Roland Pesch
c728f1f0ef
(ORIG: date: 1991/09/21 05:15:13; author: pesch; state: Exp; lines: +19 -18)
(1) fix typo ('_if_' and '_fi_' for '_if__' and '_fi__'!)
(2) prepare for semi-auto xref updating by rejoining xrefs broken across lines
35 years ago
Roland Pesch
7d7ff5f6dd
(ORIG: date: 1991/09/21 03:59:06; author: pesch; state: Exp; lines: +12 -7)
Formatting updates to "installing" appendix.
35 years ago
Roland Pesch
d7b569d59b
(ORIG: date: 1991/09/21 02:59:57; author: gnu; state: Exp; lines: +32 -28)
Rearrange "how to install" and "how to print the doc" stuff so it drops
easier into README.
35 years ago
Roland Pesch
f2857bd903
(ORIG: date: 1991/09/21 02:55:37; author: pesch; state: Exp; lines: +4 -2)
add missing index entries for set/show print sevenbit-strings.
35 years ago
Roland Pesch
c338a2fdf2
(ORIG: date: 1991/09/21 02:01:41; author: pesch; state: Exp; lines: +175 -110)
Update configs table.
35 years ago
Roland Pesch
3e0d0a27fc
(ORIG: date: 1991/09/20 22:43:47; author: pesch; state: Exp; lines: +47 -46)
Extract GDB version number from main GDB dir Makefile.in.
35 years ago
Roland Pesch
c2bbbb2275
(ORIG: date: 1991/09/20 21:43:15; author: pesch; state: Exp;)
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
cleanups to node structure.
35 years ago
Roland Pesch
0c81306bb4
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
cleanups to node structure.
(RELEASE 4.1)
35 years ago
Roland Pesch
b80282d52a
RELEASE 4.0 docn. (Recovered from GDB 4.0 distribution; intervening
versions lost by cvs over system crash).
35 years ago