summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* * gdb.base/maint.exp: Treat $EXEEXT as optional in output.Corinna Vinschen2001-10-132-2/+6
|
* Fix capitalization.Christopher Faylor2001-10-131-1/+1
|
* * win32-nat.c (safe_symbol_file_add_stub): Properly initialize linked listChristopher Faylor2001-10-133-2/+7
| | | | pointer to beginning rather than one beyond beginning.
* 2001-10-12 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2001-10-1213-68/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * symtab.h (struct block): (ALL_BLOCK_SYMBOLS): New macro. * symtab.c (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS. (make_symbol_completion_list): Likewise. (make_symbol_overload_list): Likewise. * buildsym.c (finish_block): Likewise. * breakpoint.c (get_catch_sals): Likewise. * mdebugread.c (mylookup_symbol): Likewise. * objfiles.c (objfile_relocate): Likewise. * printcmd.c (print_frame_args): Likewise. * stack.c (print_block_frame_locals): Likewise. (print_block_frame_labels): Likewise. (print_frame_arg_vars): Likewise. * symmisc.c (dump_symtab): Likewise. * tracepoint.c (add_local_symbols): Likewise. (scope_info): Likewise. 2001-10-12 Daniel Jacobowitz <drow@mvista.com> * mi-cmd-stack.c (list_args_or_locals): Use ALL_BLOCK_SYMBOLS. 2001-10-12 Daniel Jacobowitz <drow@mvista.com> * generic/gdbtk-cmds.c (gdb_listfuncs): Use ALL_BLOCK_SYMBOLS. * generic/gdbtk-stack.c (gdb_block_vars): Likewise. (gdb_get_blocks): Likewise. (gdb_get_vars_command): Likewise. 5~
* * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recentJim Blandy2001-10-122-1/+6
| | | | version of texi2html (1.64) doesn't support this flag any more.
* * minsyms.c (msymbol_hash): Use better hash function.Daniel Jacobowitz2001-10-123-4/+14
| | | | | | | (msymbol_hash_iw): Likewise. Terminate loop at '(' properly. * objfiles.h: Increase MINIMAL_SYMBOL_HASH_SIZE to match modern binaries.
* * printcmd.c (print_frame_args): Move symbol iteration explicitlyDaniel Jacobowitz2001-10-122-138/+143
| | | | inside the func != NULL block.
* 2001-10-12 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2001-10-122-1/+6
| | | | | * MAINTAINERS (Misc): Add Ian Roxborough as tcl/, tk/ and itcl/ maintainer.
* * config/i386/tm-cygwin.h: include tm-i386.h instead of tm-i386v.h. This fixesChristopher Faylor2001-10-124-41/+77
| | | | | | | | | | | | | | | errors in "long long" handling for 'finish' and 'return' commands. * win32-nat.c (safe_symbol_file_add_stub): Avoid adding a shared library if it has already been loaded. (safe_symbol_file_add_cleanup): Don't mess with stderr or we won't see any error messages. (safe_symbol_file_add): Ditto. (solib_symbols_add): Make static. Accept 'from_tty' parameter. Pass it to safe_symbol_file_add. (core_dll_symbols_add): Accomodate extra solib_symbols_add parameter. (child_solib_add): Ditto. * win32-nat.c (handle_exception): Don't print "first chance" exceptions. (get_child_debug_event): Continue from exceptions if !handle_exception.
* * symtab.c (lookup_symtab): Removed.Tom Tromey2001-10-122-40/+7
| | | | (lookup_symtab_1): Renamed to lookup_symtab.
* *** empty log message ***gdbadmin2001-10-121-1/+1
|
* * win32-nat.c (get_child_debug_event): Close file handles created after processChristopher Faylor2001-10-113-0/+15
| | | | | | creation and DLL load. (child_create_inferior): Close unneeded process/thread handle after thread creation.
* *** empty log message ***gdbadmin2001-10-111-1/+1
|
* * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.Jim Blandy2001-10-102-11/+59
|
* * varobj.c (cplus_value_of_child): Deal with a failureKeith Seitz2001-10-102-1/+9
| | | | to dereference a pointer object.
* *** empty log message ***gdbadmin2001-10-101-1/+1
|
* *** empty log message ***gdbadmin2001-10-091-1/+1
|
* Document changes to hpux-thread.c.Joel Brobecker2001-10-081-0/+7
|
* Rewrite find_active_thread() and find_tcb() to use ptid_t, instead ofJoel Brobecker2001-10-081-16/+12
| | | | | | overloading the thread and the pid into the same 32-bit value. Make associated necessary adaptations. Also remove unused variable cached_active_thread.
* * MAINTAINERS (powerpc, SCO/Unixware, Solaris/x86): Remove myNicholas Duffek2001-10-082-4/+6
| | | | entries.
* *** empty log message ***gdbadmin2001-10-081-1/+1
|
* *** empty log message ***gdbadmin2001-10-071-1/+1
|
* * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Define.Mark Kettenis2001-10-062-0/+11
|
* *** empty log message ***gdbadmin2001-10-061-1/+1
|
* *** empty log message ***gdbadmin2001-10-051-1/+1
|
* 2001-10-04 Frank Ch. Eigler <fche@redhat.com>Frank Ch. Eigler2001-10-042-1/+6
| | | | | * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu if gdb child process crashes, just signal an error.
* * main.c (enable_external_editor): Don't declare.Tom Tromey2001-10-042-16/+7
| | | | (captured_main): Don't set enable_external_editor.
* *** empty log message ***gdbadmin2001-10-041-1/+1
|
* *** empty log message ***gdbadmin2001-10-031-1/+1
|
* Split SVR4/SunOS solib support.Kevin Buettner2001-10-0212-410/+938
|
* * lib/gdb.exp (test_xfail_format): Simplify.Jim Blandy2001-10-022-12/+21
| | | | | * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in front of the variable name `format'. Simplify `if'.
* 2001-10-01 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-10-022-1/+5
| | | | * Makefile.in (mipsread.o): Remove old dependency on partial-stab.h.
* 2001-10-01 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-10-021-1/+1
| | | | | | | | | | | | | * xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN, N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV, CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB, SET_NAMESTRING): Delete definitions. Don't include language.h any more. Don't include partial-stab.h any more. (scan_xcoff_symtab): Don't jump through hoops to reuse code in partial-stab.h, include the code directly, instead. * Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.
* 2001-10-01 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-10-022-60/+329
| | | | | | | | | | | | | * xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN, N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV, CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB, SET_NAMESTRING): Delete definitions. Don't include language.h any more. Don't include partial-stab.h any more. (scan_xcoff_symtab): Don't jump through hoops to reuse code in partial-stab.h, include the code directly, instead. * Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.
* *** empty log message ***gdbadmin2001-10-021-1/+1
|
* * gdb.threads/pthreads.exp: Wait for output and delayDaniel Jacobowitz2001-10-012-0/+14
| | | | before sending ^C.
* * gdb.mi/mi-var-display.exp (continue to incr_a): RecognizeDaniel Jacobowitz2001-10-013-0/+18
| | | | | some incorrect output instead of timing out. * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
* * infcmd.c (do_registers_info): Delete code dumping largeAndrew Cagney2001-10-012-12/+5
| | | | registers. Handled by val_print.
* *** empty log message ***gdbadmin2001-10-011-1/+1
|
* * gdbarch.sh (gdbarch_alloc): Name the new architectureAndrew Cagney2001-09-303-84/+103
| | | | | | ``current_gdbarch'' so that it, and not the identically named global is refered to by macros. * gdbarch.c: Regenerate.
* * cli/cli-decode.c (add_set_boolean_cmd): Define.Andrew Cagney2001-09-305-4/+42
| | | | | | | * cli/cli-decode.h (add_set_boolean_cmd): Declare. * command.h (add_set_boolean_cmd): Ditto. * remote.c (_initialize_remote): Use add_set_boolean_cmd for "set remotebreak"
* *** empty log message ***gdbadmin2001-09-301-1/+1
|
* * gdbarch.sh (gdbarch_dump): Sort output.Andrew Cagney2001-09-293-1046/+860
| | | | * gdbarch.c: Regenerate.
* * rs6000-tdep.c (rs6000_gdbarch_init): Don't use the previousAndrew Cagney2001-09-292-7/+9
| | | | | architecture to infer the wordsize. Previous architecture may not be a PowerPC.
* *** empty log message ***gdbadmin2001-09-291-1/+1
|
* * tuiLayout.h (tui_set_layout): Don't declare.Tom Tromey2001-09-283-3/+8
| | | | | | * tui.h (tui_vAddWinToLayout): Don't declare. (tui_vSetLayoutTo): Likewise. (tui_set_layout): Declare.
* * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2Corinna Vinschen2001-09-282-1/+6
| | | | check to allow additional `int'.
* *** empty log message ***gdbadmin2001-09-281-1/+1
|
* 2001-09-20 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-09-272-1/+37
| | | | | | | | | | | | Changes by Daniel Berlin <dan@cgsoftware.com>, to support better parsing of const and volatile type expressions. * c-exp.y (const_and_volatile, const_or_volatile_noopt, const_or_volatile): New non-terminals. (ptype): Use new rule for const_or_volatile. (typebase): Use new rule for const_or_volatile_noopt. * parser-defs.h (enum type_pieces): New values tp_const, tp_volatile. * parse.c (follow_types): Handle tp_const and tp_volatile on the type stack: call make_cv_type to create new const/volatile type.
* * gdb.base/completion.exp: Remove incorrect 'p "a' test.Daniel Jacobowitz2001-09-272-9/+57
| | | | Add tests for 'p "break' (pass) and 'p "break.' (xfail).