aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1997-03-06 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_commandBob Manson2-121/+78
target feature.
1997-03-05 * mn10200-tdep.c (mn10200_push_arguments): Handle new callingJeff Law2-22/+71
conventions. (mn10200_store_struct_return): Likewise.
1997-03-04Correct sparclet sanitize errors.Jim Wilson1-3/+2
1997-03-04 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don'tBob Manson4-17/+26
refer to gdb_spawn_id. * config/m32r-stub.exp: Remove references to gdb_spawn_id, no longer used. * config/sparclet.exp: Ditto. * config/sparclet-old.exp: Ditto. * config/slite.exp: Ditto. * config/sim.exp: Ditto. * gdb.base/funcargs.exp: Ditto. * lib/gdb.exp:Remove references to gdb_spawn_id. (gdb_expect): Move to remote.exp.
1997-03-03 * defs.h (LONGEST): Move #ifndef LONGEST to outside.David Edelsohn1-0/+5
Try BFD_HOST_64_BIT if ! CC_HAS_LONG_LONG.
1997-03-03Correct d10v sanitization errors.Jim Wilson3-29/+3
1997-03-01 * config/monitor.exp: Detect the "Couldn't establish connection"Bob Manson2-20/+61
message from GDB. one of many, presumably.
1997-02-28 * mips-tdep.c (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR):Mark Alexander2-56/+96
New macros for testing, setting, and clearing bit 0 of addresses. Change numerous bits of code where bit 0 was being manipulated to use these macros.
1997-02-27 * stabs.texinfo (String Field): Document type number pairs here,Ian Lance Taylor2-42/+67
instead of in the Sun specific section. (Include Files): The GNU linker supports the N_BINCL optimization. Clarify the N_BINCL value, and what it is used for. (Procedures): Document N_FUN with an empty string to mark the end of a function. (Typedefs): Mention that Sun compilers may use N_GSYM for a type. (Sun Differences): Remove this node, as the information is now elsewhere in the main document. (Stab Section Basics): Mention that the GNU linker may optimize stabs and remove the leading N_UNDF symbol.
1997-02-27 * remote-mips.c: Put back the form feeds.Mark Alexander2-18/+14
1997-02-27 * remote-mips.c: Remove form feeds (^L) from source.Mark Alexander2-24/+54
(mips_initialize): LSI PMON doesn't support 'set regsize' command. (pmon_wait): Don't need to exit and re-enter debug mode on LSI PMON after a continue; it causes target program misbehavior. (mips_fetch_register): Don't fetch unsupported registers; this cuts down on wasted serial traffic.
1997-02-27 * configure.in configure (HPUX/OSF thread support): Enable thisStu Grossman3-20/+32
only when running GCC, since HP's thread header files use ANSI C which is not supported by their default compiler.
1997-02-27 * configure.host (i[3456]86-*-windows): Disable long longStu Grossman4-262/+553
support for WinGDB. Add mswin to configdirs. * configure.in configure: Move calls to configure.host and configure.tgt to the top of configure.in to allow them to set config variables before they are referenced.
1997-02-27FIxing Sanitize problems found by Marilyn.Jeff Law1-6/+0
1997-02-27Fixing Sanitize errors found by Marilyn.Jeff Law1-2/+2
1997-02-26 * configure.tgt (mips*-*-lnews*): New target.Stan Shebs1-0/+1
1997-02-24 * mn10200-tdep.c (mn10200_analyze_prologue): Don't fix fi->frameJeff Law1-22/+26
if we're not the innermost frame. Fix minor typos. So debugging without frame pointers works.
1997-02-24 * lib/gdb.exp(gdb_test): Generate a FAIL message whenBob Manson2-0/+6
send_gdb fails.
1997-02-24 * config/vr4300.exp: New file.Bob Manson34-411/+521
* gdb.*/*.exp: Call gdb_expect instead of expect. * lib/gdb.exp(gdb_expect): New function.
1997-02-22 * stabsread.c (read_type): Fix handling of template namesPeter Schauer2-9/+25
with template parameters containing `::'. * valops.c (search_struct_field, search_struct_method): Pass correct valaddr parameter to baseclass_offset. Prevent gdb crashes by making sure that the virtual base pointer from an user object still points to accessible memory.
1997-02-22Added vxworks.exp.Bob Manson1-0/+1
1997-02-21 * lib/gdb.exp(gdb_init): New function.Bob Manson2-2/+12
1997-02-21 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAILBob Manson2-1/+27
for each individual variable set.
1997-02-20 * gdb.base/exprs.exp(test_expr): Make sure each test gets a uniqueBob Manson2-2/+4
name.
1997-02-20 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.Bob Manson1-0/+2
hmmm, automagic conversion left -re things.
1997-02-20 * gdb.base/scope.exp: Use gdb_test.Bob Manson3-879/+217
* gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're aborting; the testsuite driver will do that for us (see gdb_finish). Also, use gdb_test in a few more places.
1997-02-20 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.Stan Shebs2-9/+12
1997-02-20 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"Jeff Law1-0/+13
and "add_tests" are not at the same address. Fixes gdb disassembler testsuite failure on sunos4 hosted toolchain.
1997-02-20Since d10v is public now, remove all sanitization statementsMichael Meissner4-80/+41
1997-02-18 * maint.c: Eliminate -Wall warnings by including some header files.Mark Alexander2-0/+6
1997-02-18 * remote-sim.c (init_callbacks): Undo previous change.Mark Alexander2-3/+11
1997-02-18 * maint.c: Fix dereference of pointer.Dawn Perchik3-5/+8
* remote-sim.c: Fix reference of structure member "last_error". * debugify.c: Include config.h to get ANSI definitions.
1997-02-16 * remote-vx.c (vx_attach): Fix for PR 11356. Remove code addedStu Grossman2-28/+10
by kung. It made no sense.
1997-02-14 * main.c (print_gdb_help): Make static to match declaration.Ian Lance Taylor1-0/+3
1997-02-14 * remote-e7000.c, ser-e7kpc.c, serial.c: Remove // comments.Dawn Perchik3-12/+6
1997-02-13 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.Jeff Law1-2/+0
* gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally left in. No longer expect them to fail.
1997-02-13 * gdb.stabs/*.mt; Deleted, no longer used.Jeff Law8-63/+5
* gdb.stabs/configure.in: Remove references to target makefile frags. * gdb.stabs/configure: Rebuilt. Removing more crud.
1997-02-13 * gdb.disasm/*.mt: Deleted, no longer used.Jeff Law7-43/+709
* gdb.disasm/configure.in: Remove references to target makefile frags. Use "sh3.s" as the unique filename for this directory. * gdb.disasm/configure: Rebuilt. Cleaning up unused crud. * gdb.disasm/mn10200.s: New test file for mn10200 disassembler. * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests. * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning. mn10200 disassembler testsuite.
1997-02-13 * debugify.c, debugify.h: Make safe for non-ansi compilers.Dawn Perchik3-8/+42
1997-02-12 * defs.h: Fix prototypes for new cleanup functions.Dawn Perchik1-0/+4
1997-02-12 * debugify.c, debugify.h: Fix for general gnu use. Remove C++Dawn Perchik3-42/+100
comment, add PARAMS, add license info and fix indentation.
1997-02-12 * debugify.c, debugify.h: New files. Provide common macrosDawn Perchik4-0/+115
for writing debug info to a log file or stdio.
1997-02-12 * c-valprint.c: Fix checkin glitch.Dawn Perchik1-1/+0
1997-02-12 * c-valprint.c (c_val_print): Fix printing for arrays definedDawn Perchik2-0/+9
with 0 length. A sticky tag caused this fix from revision 2.32 date: 1996/04/29 23:25:27; author: dawn; state: Exp; lines: +1 -0 branches: 2.32.34; to not make it into devo.
1997-02-12 * defs.h: Fix cntl-C to read from the Windows message queue.Dawn Perchik6-47/+351
Add prototypes for make_final_cleanup (and the other cleanup routines. * remote-e7000.c: Fix sync code to timeout if unable to sync. Change sync code to report status while trying to sync-up with hardware. Add debugging output and document. * ser-e7kpc.c: Swap order of len & offset to match implementation. Add debugging output and document. * serial.c: Add debugging output. * top.c: Add call to do_final_cleanups. Remove conditionals preventing Win32 from getting SIGQUIT. * utils.c: (*_cleanup): Modify cleanup routines to accept a cleanup chain as a parameter. Extract this generic code from the cleanup routines into separate funtions (*_my_cleanup). Keep old functionality by passing "cleanup_chain" to the new funtions. Define the cleanup chain "final_cleanup_chain" to be a cleanup chain which will be executed only when gdb exits. Add functions (*_final_cleanup) to match the original (*_cleanup) functions. (pollquit, quit, notice_quit): Fix to read cntl-C from the Windows message queue.
1997-02-12Revert last structs.exp change -- I found the problem.Jeff Law1-2/+0
1997-02-12 * config/udi.exp: Use mondfe,name instead of remote_host.Bob Manson2-1/+5
remote_host is a bad naming choice.
1997-02-12Remove REG_STRUCT_HAS_ADDR change.Jeff Law2-2/+2
1997-02-12 * config/mn10200/tm-mn10200.h (STORE_STRUCT_RETURN): Fix.Jeff Law3-4/+32
* mn10200-tdep.c (mn10200_store_struct_return): New function. (REG_STRUCT_HAS_ADDR): Tweak. Fixes most of the structs.exp tests.
1997-02-12 * gdb.base/structs.exp: Expect some failures from the mn10200 port.Jeff Law2-0/+9
I don't want to deal with this for the alpha!