aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2003-02-16*** empty log message ***gdbadmin1-1/+1
2003-02-152003-02-13 Michael Chastain <mec@shout.net>Michael Chastain5-22/+11
* gdb.base/exprs.exp: Remove i960 remnants. * gdb.base/funcargs.exp: Likewise. * gdb.base/list.exp: Likewise. * gdb.base/ptype.exp: Likewise.
2003-02-15white spaceChristopher Faylor2-24/+24
2003-02-152003-02-14 David Carlton <carlton@math.stanford.edu>David Carlton2-3/+7
* gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print pEe->D::vg()" from XFAIL to KFAIL.
2003-02-15*** empty log message ***gdbadmin1-1/+1
2003-02-142003-02-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+12
From Brian Ford <ford@vss.fsi.com> * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly conditionalize tui_active test. (lookup_cmd_1): Ditto.
2003-02-14* configure.in: Add check for _etext.Mark Kettenis5-391/+452
* maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't available. * config.in, configure: regenerated.
2003-02-14 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.Daniel Jacobowitz2-0/+7
2003-02-142003-02-14 Andrew Cagney <ac131313@redhat.com>Andrew Cagney12-152/+239
* main.c (tui_version): Delete variable. (captured_main): When --tui, set interpreter_p to "tui" instead of enabling tui_version. * printcmd.c (display_command) [TUI]: Test tui_active instead of tui_version. * cli/cli-decode.c (lookup_cmd_composition): Ditto. * cli/cli-cmds.c (disassemble_command): Ditto. * defs.h (tui_version): Delete declaration. * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c". (tui-interp.o): Add rules. (SUBDIR_TUI_OBS): Add "tui-interp.o". Index: tui/ChangeLog 2003-02-14 Andrew Cagney <ac131313@redhat.com> * tui.c (tui_enable, tui_disable): Don't modify tui_version. (tui_is_window_visible, tui_get_command_dimension): Test tui_active instead of tui_version. * tuiData.h (tui_version): Delete declaration. * tui-hooks.c (tui_init_hook, tui_event_loop): Delete function, moved to "tui-interp.c". (tui_exit, tui_command_loop): Ditto. (_initialize_tui): Don't initialize init_ui_hook. Initialize target_new_objfile_hook. * tui-interp.c: New file.
2003-02-14* win32-nat.cc (register_loaded_dll): Correctly set address range forChristopher Faylor3-4/+9
just-loaded dll.
2003-02-14[ChangeLog]Jason Molenda4-1/+36
2003-02-12 Jason Molenda (jmolenda@apple.com) * symmisc.c (print_objfile_statistics): Include information about the number of psymtabs and symtabs in each object file. [testsuite/ChangeLog] 2003-02-13 Jason Molenda (jmolenda@apple.com) * gdb.base/maint.exp: Update maint print statistics regexp to include new entries.
2003-02-14*** empty log message ***gdbadmin1-1/+1
2003-02-132003-02-13 Michael Chastain <mec@shout.net>Michael Chastain2-2/+4
* gdb.c++/inherit.exp: Remove call to get_debug_format.
2003-02-132003-02-12 Michael Chastain <mec@shout.net>Michael Chastain6-122/+14
* gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1. * gdb.c++/inherit.exp: Likewise. * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1. * gdb.c++/templates.exp: Likewise. * gdb.c++/virtfunc.exp: Likewise.
2003-02-13 * main.h (struct captured_main_args): Add interpreter_p.Keith Seitz5-5/+15
* main.c (captured_main): Initialize interpreter_p from context. * gdb.c (main): Set interpreter_p argument. * Makefile.in (gdb.o): Add dependency for interps.h.
2003-02-13*** empty log message ***gdbadmin1-1/+1
2003-02-122003-02-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney4-14/+22
* event-top.c (cli_command_loop): Delete declaration. (_initialize_event_loop): Delete function setting event_loop_hook. * event-top.h (cli_command_loop): Declare. Update copyright. (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H. * interps.c (current_interp_command_loop): When event_loop_p, call cli_command_loop.
2003-02-122003-02-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-1/+6
* interps.h (interp_command_loop_ftype): Change return type to void.
2003-02-122003-02-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-7/+16
* tuiIO.c (tui_prep_terminal): Add one notused parameter. * tui.c (tui_rl_switch_mode): Add two notused parameters. (tui_rl_change_windows, tui_rl_next_keymap): Ditto. (tui_rl_delete_other_windows): Ditto. (tui_rl_change_windows, tui_rl_delete_other_windows): Update calls.
2003-02-12*** empty log message ***gdbadmin1-1/+1
2003-02-112003-02-12 Michal Ludvig <mludvig@suse.cz>Michal Ludvig3-35/+37
* x86-64-tdep.c (x86_64_extract_return_value) (x86_64_store_return_value): Use regcache instead of regbuf. (x86_64_gdbarch_init): Change related set_gdbarch_* functions. * x86-64-linux-nat.c (fill_gregset): Use regcache.
2003-02-112003-02-11 Andrew Cagney <ac131313@redhat.com>Andrew Cagney5-37/+50
* acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of TCL_LD_SEARCH_FLAGS.
2003-02-11*** empty log message ***gdbadmin1-1/+1
2003-02-10* dwarf2cfi.c: Reindented.Michal Ludvig2-34/+71
2003-02-10*** empty log message ***gdbadmin1-1/+1
2003-02-092003-02-09 Andrew Cagney <ac131313@redhat.com>Andrew Cagney4-2/+12
* interps.c (clear_interpreter_hooks): Convert function definition to ISO C. Index: mi/ChangeLog 2003-02-09 Andrew Cagney <ac131313@redhat.com> * mi-interp.c (mi_remove_notify_hooks): Convert function definition to ISO C.
2003-02-09*** empty log message ***gdbadmin1-1/+1
2003-02-082003-02-07 David Carlton <carlton@math.stanford.edu>David Carlton2-1/+6
* gdb_mbuild.sh: Delete extra shift after parsing '-f'.
2003-02-08*** empty log message ***gdbadmin1-1/+1
2003-02-07Move ``length'' from struct main_type to struct type.Kevin Buettner3-31/+60
2003-02-072003-02-07 Andrew Cagney <ac131313@redhat.com>Andrew Cagney4-5/+11
* sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of <sys/stat.h>. * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
2003-02-072003-02-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney9-29/+48
* Makefile.in (symm-nat.o): Update dependencies. (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto. (lynx-nat.o, ia64-linux-nat.): Ditto. * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include "gdb_wait.h" instead of <wait.h> or <sys/wait.h>. * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
2003-02-072003-02-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney6-24/+69
* Makefile.in (inflow_h): Define. (procfs.o, inflow.o, procfs.o): Update dependencies. * inftarg.c (child_stop): Delete extern declaration of inferior_process_group. Include "inflow.h". * procfs.c (procfs_stop): Ditto. Include "inflow.h". * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ... * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file. (our_process_group, inferior_process_group): Extern declarations.
2003-02-072003-02-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-0/+3
* procfs.c: Include "gdb_assert.h".
2003-02-072003-02-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney13-23/+47
* linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>. * cp-valprint.c (cp_print_value_fields): Eliminate STREQN. * jv-typeprint.c (java_type_print_base): Ditto. * typeprint.c (typedef_print): Eliminate STREQ. * cli/cli-script.c (define_command, define_command): Ditto. * main.c (captured_main): Ditto. * values.c (lookup_internalvar): Ditto. * utils.c (safe_strerror, parse_escape): Eliminate assignment within `if' conditional. * linespec.c (decode_line_2): Ditto. * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto. (bfd_openw_with_cleanup): Ditto. Index: mi/ChangeLog 2003-02-06 Andrew Cagney <ac131313@redhat.com> * mi-cmd-env.c: Include "gdb_stat.h" instead of <sys/stat.h>.
2003-02-07*** empty log message ***gdbadmin1-1/+1
2003-02-06* x86-64-tdep.c (x86_64_init_abi): Set extract_return_value toMark Kettenis2-2/+8
legacy_extract_return_value and store_return_value to legacy_return_value.
2003-02-06whitespace cleanupChristopher Faylor2-10/+10
2003-02-06* win32-nat.c (get_relocated_section_addrs): New function. Find section loadChristopher Faylor3-10/+198
addresses for symbol handling in relocated DLLs. (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
2003-02-062003-02-06 Jason Molenda (jason-cl@molenda.com)Jason Molenda2-0/+9
* gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining why the code is written that way.
2003-02-06Checked in as obvious fixes. Also updated FSF copyright year to 2003Fred Fish4-7/+18
for remote-e7000.c and infttrace.c. 2003-02-05 Fred Fish <fnf@intrinsity.com> * remote-e7000.c (e7000_drain_command): Fix precedence problem with '=' and '!='. * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem with '&' and '=='. (angel_RDI_info): Ditto. * infttrace.c (threads_continue_all_but_one): Fix precedence problem with '&' and '!='. (threads_continue_all_with_signals): Ditto.
2003-02-062003-02-05 Michael Chastain <mec@shout.net>Michael Chastain2-0/+5
* gdb.base/dump.exp: Add missing copyright line.
2003-02-06typeoJason Molenda1-1/+1
2003-02-062003-02-05 Jason Molenda (jason-cl@molenda.com)Jason Molenda2-2/+8
* gdb.mi/mi-syn-frames.c (subroutine): Add an extra statement at the beginning so the breakpoint doesn't get set on the loop.
2003-02-06Add missing files from last commit :-(Andrew Cagney6-1/+1141
2003-02-062003-02-05 Michael Chastain <mec@shout.net>Michael Chastain1-0/+5
* gdb.c++/local.exp: Relax the test for PR gdb/825 to accept output for configurations with gcc 2.95.3.
2003-02-062003-02-05 Michael Chastain <mec@shout.net>Michael Chastain1-1/+1
* gdb.c++/local.exp: Relax the test for PR gdb/825 to accept output for configurations with gcc 2.95.3.
2003-02-062003-02-05 Keith Seitz <keiths@redhat.com>Andrew Cagney2-0/+213
Andrew Cagney <ac131313@redhat.com> * gdb.mi/mi-cli.exp: New file.
2003-02-062003-02-05 Jim Ingham <jingham@apple.com>Andrew Cagney15-196/+248
Keith Seitz <keiths@redhat.com> Elena Zannoni <ezannoni@redhat.com> Andrew Cagney <ac131313@redhat.com> * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o". (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c". (SUBDIR_MI_OBS): Add "mi-interp.o". (SUBDIR_MI_SRCS): Add "mi/mi-interp.c". (SFILES): Add "interps.c". (COMMON_OBS): Add "interps.o". (interps_h, mi_main_h): Define. (interps.o, cli-interp.o, mi-interp.o): Add dependencies. (mi-main.o, main.o, event-top.o): Update dependencies. * cli/cli-interp.c: New file. * interps.h, interps.c: New files. * top.c: (gdb_init): Don't install the default interpreter, handed by captured_main. * main.c: Include "interps.h". (interpreter_p): Note that it should malloc'ed. (captured_command_loop): Call current_interp_command_loop. (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use xfree and xstrdup when updating interpreter_p. Install the default interpreter. Add hack to stop mi1's copyright notice being encoded. * event-top.h (gdb_setup_readline): Declare. (gdb_disable_readline): Declare. * event-top.c: Include "interps.h". (display_gdb_prompt): Call current_interp_display_prompt_p. (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr, gdb_stdlog, and gdb_stdtarg. (_initialize_event_loop): Don't call gdb_setup_readline. * cli-out.c (cli_out_set_stream): New function. * cli-out.h (cli_out_set_stream): Declare.
2003-02-06*** empty log message ***gdbadmin1-1/+1