Stu Grossman
1aa560b2ea
* symtab.c (find_pc_line): Fix stepping into and out of #included
files.
35 years ago
John Gilmore
5a4e721505
* buildsym.c (read_struct_type): Circumvent sun3 sunos "--" compiler bug.
* c-exp.y (yylex): `this' and `template' are only tokens in C++.
* target.c (target_xfer_memory): Return errno in preference to EIO.
35 years ago
John Gilmore
3818ed33a9
* xm-convex.h, xm-hp300bsd.h, xm-isi.h, xm-merlin.h, xm-news.h,
xm-np1.h, xm-pn.h, xm-pyr.h, xm-rtbsd.h, xm-symmetry.h, xm-umax.h:
Remove MISSING_VPRINTF declaration, and superfluous "kgdb" defines.
35 years ago
Stu Grossman
71f49876db
* Makefile.in (OPCODES): Remove OPCODES defs and refs. There is
no longer any need to copy ../include/opcode/* into gdb.
35 years ago
John Gilmore
ee799e2a92
Add ChangeLog-9091
35 years ago
John Gilmore
fd8db897af
Split ChangeLog out at Jan 1, 1992.
35 years ago
Fred Fish
2213b721f0
Update with numerous changes received from current maintainer (Peggy
Fieland). Should not effect release at all.
35 years ago
Michael Tiemann
7c4f3f4a2f
Delete a superfluous space.
35 years ago
Per Bothner
24b2fbdc54
Print C++ constructor methods without bogus "return type."
35 years ago
Fred Fish
cdb90e99e7
The unused parameter "target" should be a pointer to a structure, not the
entire structure.
35 years ago
Steve Chamberlain
92abd4a713
Namechange, h8300-hds ->h8300-hms
35 years ago
Steve Chamberlain
974fb9e41c
Initial revision
35 years ago
Steve Chamberlain
e58493346d
Changed refs to section->size to bfd_get_section_size_before_reloc
35 years ago
Fred Fish
1b07e406ad
Convert the couple of references to the local (now removed) version
of ansidecl.h to use the ../include version.
35 years ago
Fred Fish
f66f459f43
Misc small fixes for problems uncovered by prototyping.
35 years ago
Fred Fish
fc1f864632
The i386_frame_num_args() function takes a pointer to a struct, not
the entire struct itself.
35 years ago
Fred Fish
1b7a420ef5
Correctly cast some arguments to modify_field and {read/write}_register_bytes.
35 years ago
Fred Fish
99140c31fe
The list_in_scope pointer needs to be initialized to point to a
valid scope. Use the file scope as the initial scope.
35 years ago
Fred Fish
75798a7eba
*** empty log message ***
35 years ago
Fred Fish
9a1ae235a8
Document ansidecl.h going away, in favor of the copy in ../include.
35 years ago
Roland Pesch
5b0fdf7b48
Two trivial 1991->1992 updates. (One in GDB copyright banner, assuming 4.4
will announce 1992 as copyright year).
35 years ago
Steve Chamberlain
400943fbac
One step closer.
35 years ago
Steve Chamberlain
8174b2afcf
Name change (It's hitacho micro systems, not hitachi data systems)
35 years ago
Michael Tiemann
0eb0a82097
Fix demangling of destructors, and fix a minor indentation problem.
35 years ago
Stu Grossman
313085cbc9
* Makefile.in (HFILES): Add partial-stab.h.
35 years ago
Fred Fish
be9a236222
Add several new files for stratus (i860* and *-stratus.h). Also add
macro USER_CFLAGS to Makefile. Add stratus config frags to configure.in.
35 years ago
Fred Fish
3a07685179
Check in new config files for stratus.
35 years ago
Fred Fish
57486b9241
Initial revision
35 years ago
Stu Grossman
dcfc4f45a8
Add psrc.sed
35 years ago
Steve Chamberlain
7c5622817d
New stuff
35 years ago
Steve Chamberlain
0a8ed75112
Added new h8 files
35 years ago
Steve Chamberlain
0a8f9d3195
Stubs to get things going
35 years ago
Steve Chamberlain
ce7730d674
Added h8300 target
35 years ago
Fred Fish
cdce29eefc
Pass address of structure to complain() rather than the entire structure.
35 years ago
Roland Pesch
f672bb7f9e
Updated "Installing" appendix, for current state of configure.
(Awaiting review).
35 years ago
Roland Pesch
2b1378d8da
Two more FSF mods.
35 years ago
Roland Pesch
228d9e5479
refcard.tex: single file now includes what were formerly three files, to suit
FSF preferences (format definitions, nee threecol.tex, and
default font defs, nee rc-cm.tex, now both directly in this file).
lpsrc.sed, psrc.sed: alternate font defs, now sed scripts to modify refcard.tex
Makefile.in: use sed -f psrc.sed to produce refcard.ps target; new
target lrefcard.ps for sites using long PS font names
Removed old auxiliary TeX files, no longer necessary with this scheme.
35 years ago
Roland Pesch
63ae8ea1ec
Reactivate paragraph on preformatted PostScript refcard (now referring
to GhostScript as well as to PostScript); I've verified GhostScript can
display it.
35 years ago
Roland Pesch
5ac0315a07
Cygnus-Logoized version of GDB refcard, for use as marketing collateral.
NOT PART OF STANDARD GDB RELEASE; DO NOT ADD THISE FILES TO .Sanitize!
35 years ago
Roland Pesch
d54bd32dcf
(1) Improvements from B Chassell.
(2) minor format improvements for marginalia.
35 years ago
Roland Pesch
e08d73b1b1
Discreet folding guides, and commented-out alternatives.
35 years ago
Fred Fish
7f4352410f
Only compile in solib_add_common_symbols for non-SVR4 (SunOS) shared libs.
35 years ago
Fred Fish
a5bd5ba617
Changes to fix bug with static variables within function scopes.
35 years ago
Stu Grossman
8c3d2a53db
Reference: gdb-pend/636
* inflow.c: remove #include <sys/dir.h>. Not necessary, and
doesn't exist on some systems.
35 years ago
Stu Grossman
5e746644b6
Reference: gdb-pend/646
* infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when
nexting over recursive function calls.
35 years ago
Stu Grossman
d261ece7ea
Reference: gdb-pend/657
* target.c (target_read_string): Create this routine to read null
terminated strings from the target. It deals with running off the
end of memory elegantly as well. solib.c (find_solib): Use
target_read_string() to avoid problems with running off the end of
memory.
35 years ago
Stu Grossman
7e97eb2826
gdb-pend/620
* inflow.c (child_terminal_info): #ifdef TIOCPGRP around lines
that reference pgrp_inferior.
35 years ago
Per Bothner
0cf9329b64
* tm-mips.h: Removed BLOCK_ADDRESS_ABSOLUTE, now that
mips-tfile has been hacked to act more "traditionally."
* dbxread.c: Fixed typo in comment.
35 years ago
Per Bothner
488d2691c7
* mips-tdep.c (mips_skip_prologue): Add some number of
'sw' instructions before 'addiu' adjusts the stack.
35 years ago
Fred Fish
4d315a071a
Many changes to convert over to generic symbol table reading code in
buildsym.c (second cvs ci attempt)
35 years ago