aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1997-04-01 * configure.in (gdbtcl): Create soft-link for gdbtcl/ directory insteadJason Molenda2-7/+38
of gdbtk.tcl.
1997-03-31 * gdbinit.in: New file.Ian Lance Taylor5-23/+16
* .gdbinit: Remove. * configure.in: Generate .gdbinit from gdbinit.in. * configure: Rebuild.
1997-03-30 * config/tic80/tic80.mt: Disable using the simulatorFred Fish2-2/+11
until it is ready.
1997-03-29 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.Bob Manson1-0/+2
1997-03-29 * COPYING: Install new version of file from FSF.Fred Fish1-0/+5
* copying.c (show_copying_command): Update FSF address.
1997-03-29 * gdb.base/scope.exp: It's now init0(), not init().Bob Manson1-0/+4
* gdb.base/scope0.c: For now, change init() to be init0().
1997-03-29 * config/monitor.exp: Use gdb_serial in preference to serialBob Manson2-5/+28
or netport. * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host and it's not already set. * gdb.base/setshow.exp: Only test the run command if the target isn't using a stub and if it supports argument passing.
1997-03-28 * Makefile.in (distclean): Remove .gdbinit.Ian Lance Taylor1-0/+4
1997-03-28 * config/tic80/tm-tic80.h (NAMES_HAVE_UNDERSCORE): Define.Fred Fish2-0/+17
1997-03-28Fix faulty assumption that va_list is a pointer typeMichael Meissner1-8/+8
1997-03-28 * Makefile.in (gdbtk.o): look for GDBTK_LIBRARY in $(datadir) byJason Molenda1-0/+7
default, not $(srcdir).
1997-03-27 * remote-mips.c: Clean up comment and extraneous semicolonMark Alexander2-11/+17
for mips_monitor_prompt variable.
1997-03-27 * remote-mips.c: Add `set monitor-prompt' command.Mark Alexander2-25/+33
1997-03-26 Fix from Peter Schauer:Mark Alexander1-1/+12
* mdebugread.c (parse_procedure): Set address of procedure to block start; this fixes problems with shared libraries introduced by change of Mar 21.
1997-03-25 * stabs.texinfo (Stab Section Basics): Make it clear that onlyIan Lance Taylor2-4/+9
some versions of the GNU linker remove the leading N_UNDF symbol.
1997-03-25Mon Mar 24 19:43:16 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-1/+7
* symtab.c (find_pc_symtab): change to support the case where the objfile is reordered and contains both coff and stabs debugging info (continue on if a psymtab isn't found).
1997-03-24 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.Jeff Law1-0/+2
* gdb.disasm/mn10300.exp: Run mn10300 disassembler tests. * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning. disassembler testsuite for the mn10300.
1997-03-24Fixes from Peter Schauer:Mark Alexander2-8/+22
* config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE, REGISTER_CONVERT_FROM_TYPE): Swap words if target, not host, is big-endian and if registers are 32 bits. * mips-tdep.c (mips_print_register, mips_extract_return_value, mips_store_return_value): Fix floating-point word-order problems on little-endian targets introduced by changes of Mar 21.
1997-03-24 * remote.c (target_resume_hook, target_wait_loop_hook): NewStan Shebs2-40/+87
globals. (remote_resume, remote_wait): Use them. * d10v-tdep.c: Set the above hooks. (tracesource): New GDB variable, controls source display in traces. (display_trace): Find and display source line if requested. (trace_info): Mention empty trace buffer if appropriate. (tdisassemble_command): Robustify argument handling.
1997-03-23 * configure.host: Remove extra bogus Linux case.Stan Shebs2-1/+4
1997-03-23 Moved change from gdb_target_udi to gdb_start.Bob Manson2-3/+4
1997-03-23 * config/udi.exp(gdb_target_udi): Make sure UDICONF is setBob Manson2-1/+14
properly before starting gdb.
1997-03-22Add this file too..Fred Fish1-0/+72
1997-03-22Forgot this change in last checkin.Fred Fish1-0/+14
1997-03-22 * remote-sim.c (simulator_command): Add comment about dealing withFred Fish7-1/+334
NULL or empty args. start-sanitize-tic80 * Makefile.in (tic80-tdep.o): Add target. * configure.tgt: Add tic80 case. * tic80-tdep.c: New file. * config/tic80/{tic80.mt, tm-tic80.h}: New files. end-sanitize-tic80
1997-03-22 * c-exp.y (yylex): Handle nested template parameter lists.Peter Schauer3-23/+46
* symtab.c (decode_line_2): Fix test for valid choice number.
1997-03-22 * mips-tdep.c (mips_push_arguments): On non-EABI architectures,Mark Alexander3-86/+147
copy first two floating point arguments to general registers, so that MIPS16 functions will receive the arguments correctly. (mips_print_register): Print double registers correctly on little-endian hosts. (mips_extract_return_value): Return double values correctly on little-endian hosts. * mdebugread.c (parse_procedure): Adjust address of procedure relative to address in file descriptor record; this accounts for constant strings that may precede functions in the text section. Remove now-useless lowest_pdr_addr from argument list and all calls.
1997-03-21Make powerpc simulator support in gdb dependent on whether the simulator was ↵Michael Meissner4-128/+114
configured in
1997-03-21 * mn10200-tdep.c (mn10200_analyze_prologue): Look for save of "a1"Jeff Law2-2/+23
in the prologue too.
1997-03-21 * remote-sim.c (gdb_os_vprintf_filtered): Fix to work with non-ANSIJeff Law2-2/+21
compilers. (gdb_os_evprintf_filtered): Similarly.
1997-03-20Fixed .SanitizeGeoffrey Noer1-0/+4
1997-03-20Fix minor sanitization problemsJeff Law2-2/+1
1997-03-20Wed Mar 19 16:13:22 1997 Geoffrey Noer <noer@pizza.cygnus.com>Geoffrey Noer5-1/+65
New UnixWare 2.1 configuration * config/i386/i386v42mp.mt: new * config/i386/i386v42mp.mh: new * config/i386/tm-i386v42mp.h: new * config/i386/nm-i386v42mp.h: new * configure.tgt: added new entries * configure.host: added new entries
1997-03-20remote-sim.h moved to include directoryAndrew Cagney1-1/+0
1997-03-19Wed Mar 19 15:16:17 1997 Martin M. Hunt <hunt@onions.cygnus.com>Martin Hunt7-135/+276
* Makefile.in: Install gdbtcl dir instead of gdbtk.tcl. * gdbtk.c: Added some ifdefs for Windows. Changed GDBTK_FILENAME to GDBTK_LIBRARY, which is now a path to search. (gdb_path_conv): New function. Convert Cygwin32 pathname to DOS-style pathname. * aclocal.m4, configure.in: Changes for Windows builds. * configure: Rebuilt.
1997-03-18* dsrec.c (load_srec): Print leading zeroes when printing sectionJ.T. Conklin1-0/+5
addresses.
1997-03-17Part of previous move of remote-sim.h to ../includeAndrew Cagney1-2/+3
1997-03-17* remote-sim.h: Delete - moved to ../include/remote-sim.h.Andrew Cagney3-129/+99
* Makefile.in (remote_utils_h): Update path to remote-sim.h. * remote-sim.c (flush_stdout, write_stderr, flush_stderr, vprintf_filtered, evprintf_filtered): Callbacks that accept varargs.
1997-03-15 * breakpoint.c (insert_breakpoints, watchpoint_check,Peter Schauer2-4/+45
bpstat_stop_status): Do not disable watchpoints going out of scope. (insert_breakpoints): Make sure that the current frame is valid before calling find_frame_addr_in_frame_chain. * top.c (setup_user_args): Handle quotes and backslashes. (print_gdb_version): Update copyright year.
1997-03-14 * Makefile.in (elfread.o): Depend upon elf-bfd.h and elf/mips.h.Ian Lance Taylor2-14/+15
1997-03-14 * configure: Regenerated.Tom Tromey3-3/+15
* configure.in (LIBS): Re-reverse order of TCL_LIBS and TK_LIBS.
1997-03-14 * utils.c(pollquit, notice_quit): If _WIN32, limit test for cntl-CDawn Perchik1-0/+8
to wingdb. (initialize_utils): If _WIN32, don't call ScreenRows and ScreenCols except under wingdb. (Contributed by Martin Hunt).
1997-03-13Add some more comments.David Edelsohn1-3/+10
1997-03-13 * configure: Regenerated.Tom Tromey6-121/+140
* configure.in: Run AC_CONFIG_AUX_DIR before AC_CANONICAL_SYSTEM. * config.in: Regenerated. * acconfig.h (START_INFERIOR_TRAPS_EXPECTED, sys_quotactl, HAVE_HPUX_THREAD_SUPPORT): Define. * gdbtk.c (x_event): Use Tcl_DoOneEvent, TCL_DONT_WAIT, TCL_ALL_EVENTS. * configure: Regenerated. * configure.in (ENABLE_GDBTK): Put TCL_LIBS after TK_LIBS in LIBS.
1997-03-13 * remote-sim.h (sim_state, SIM_DESC): New types.David Edelsohn3-41/+101
(sim_open): Return a `descriptor' as result. (*): New argument of descriptor result from sim_open. * remote-sim.c (gdbsim_desc): Renamed from gdbsim_open_p. (gdbsim_open): Record result of sim_open in gdbsim_desc. Pass argv list to sim_open, argv[0] = pseudo program name. (*): Pass gdbsim_desc to sim_foo fns.
1997-03-11 Removed, no longer used.Bob Manson1-461/+0
1997-03-11 * config/monitor.exp: Make sure we disconnect from the target.Bob Manson1-0/+6
Also, try a reboot/reload cycle instead of failing if the load fails.
1997-03-11First cut at supporting simulators in gdbserver:Mark Alexander7-246/+277
* configure, configure.in: Allow gdbserver to be configured for cross-target environments. * gdbserver/Makefile.in: Add simulator support. * gdbserver/configure.in: Eliminate assumption that host == target. Simplify using gdb/configure.tgt and gdb/configure.host. Fix other minor configuration errors. * gdbserver/low-sparc.c: Fix compile error. * gdbserver/remote-utils.c: Eliminate assumption that registers and addresses are four bytes. Fix minor compile errors and warnings. * gdbserver/server.c: Rewrite numerous instances of identical code for starting inferior processes to call new function start_inferior. Eliminate assumption that registers and addresses are four bytes. * gdbserver/server.h: Add missing prototypes to eliminate compiler warnings. * gdbserver/low-sim.c: New file to mate gdbserver with simulators. * config/mips/vr5000.mt: Add Vr5000 simulator support to gdbserver. * config/i386/linux.mh: Eliminate gdbserver support as a first step in moving such support from host to target makefile fragments. * config/i386/linux.mt: Move gdbserver support here from linux.mh.
1997-03-10Mon Mar 10 12:27:47 1997 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-0/+10
* symtab.h (INIT_SAL): New macro to initialize symtab_and_line, to insure consistant initialization of unused fields to zero. * symtab.c: replace initializations of sals with new macro INIT_SAL. * breakpoint.c: ditto. * infrun.c: ditto. * infcmd.c: ditto. * source.c: add call to INIT_SAL macro.
1997-03-08 * sparc-tdep.c (isbranch): Always handle v9 branch instructions,Peter Schauer1-0/+5
they might get used on 32 bit targets as well.