aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2002-01-202002-01-20 Jiri Smid <smid@suse.cz>Andreas Jaeger4-13/+37
* config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed. * x86-64-linux-nat.c (x86_64_register_u_addr): New function. * config/i386/nm-x86-64.h (ATTACH_LWP): Removed. * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o, x86-64-linux-nat.o): Fix dependencies.
2002-01-202002-01-20 Jiri Smid <smid@suse.cz>Andreas Jaeger4-23/+38
* configure.host, configure.tgt: Support x86-64. * NEWS: Note new target x86-64.
2002-01-20Eliminate MALLOC_INCOMPATIBLE.Andrew Cagney7-40/+17
2002-01-20Zap empty host lynx header files.Andrew Cagney11-122/+13
2002-01-20* alpha-tdep.c (alpha_register_byte): New function.Jason Thorpe3-15/+64
(alpha_register_raw_size): Ditto. (alpha_register_virtual_size): Ditto. (alpha_skip_prologue_internal): Renamed from alpha_skip_prologue. (alpha_skip_prologue): New version that calls alpha_skip_prologue_internal. (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal. * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove second argument from alpha_skip_prologue. (REGISTER_BYTE): Use alpha_register_byte. (REGISTER_RAW_SIZE): Use alpha_register_raw_size. (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size. (FRAMELESS_FUNCTION_INVOCATION): Use generic_frameless_function_invocation_not. (FRAME_NUM_ARGS): Use frame_num_args_unknown. (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
2002-01-20Zap empty or unused xm-*.h files.Andrew Cagney15-53/+21
2002-01-20Use MAXPATHLEN when no PATH_MAX.Andrew Cagney2-0/+13
2002-01-20* alpha-tdep.c (alpha_call_dummy_words): New.Jason Thorpe3-2/+20
* config/alpha/tm-alpha.h (CALL_DUMMY): Remove. (CALL_DUMMY_P): Define. (CALL_DUMMY_WORDS): Define. (SIZEOF_CALL_DUMMY_WORDS): Define.
2002-01-20 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_namePer Bothner2-1/+7
isn't NULL, which can happen with some gcj-3.x-produced code.
2002-01-20*** empty log message ***gdbadmin1-1/+1
2002-01-19* alpha-tdep.c (alpha_register_virtual_type): New function.Jason Thorpe3-17/+71
(alpha_init_frame_pc_first): Ditto. (alpha_fix_call_dummy): Ditto. (alpha_store_struct_return): Ditto. (alpha_extract_struct_value_address): Ditto. * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use alpha_register_virtual_type. (STORE_STRUCT_RETURN): Use alpha_store_struct_return. (EXTRACT_STRUCT_VALUE_ADDRESS): Use alpha_extract_struct_value_address. (FIX_CALL_DUMMY): Use alpha_fix_call_dummy. (INIT_FRAME_PC): Use init_frame_pc_noop. (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
2002-01-19* i386gnu-nat.c: Include "i386-tdep.h".Mark Kettenis2-3/+9
(fetch_fpregs): Simplify code dealing with uninitialized floating point states such that it doesn't require FP7_REGNUM.
2002-01-19* alpha-tdep.c (frame_extra_info): New.Jason Thorpe3-37/+97
(alpha_find_saved_regs): Make static. Use frame->extra_info. (alpha_frame_init_saved_regs): New function. (alpha_frame_saved_pc): Use frame->extra_info. (temp_saved_regs): Don't declare as struct frame_saved_regs. (heuristic_proc_desc): Adjust for temp_saved_regs changes. (init_extra_frame_info): Rename to... (alpha_init_extra_frame_info): ...this. Use frame->extra_info. (alpha_print_extra_frame_info): New function. (alpha_frame_locals_address): Ditto. (alpha_frame_args_address): Ditto. (alpha_pop_frame): Use frame->extra_info. * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use alpha_frame_args_address. (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address. (alpha_find_saved_regs): Remove prototype. (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs. (EXTRA_FRAME_INFO): Remove. (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info. (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
2002-01-19* alpha-tdep.c (alpha_osf_in_sigtramp): New function.Jason Thorpe3-8/+61
(alpha_cannot_fetch_register): Ditto. (alpha_cannot_store_register): Ditto. (alpha_register_convertible): Ditto. (alpha_use_struct_convention): Ditto. * config/alpha/tm-alpha.h: Update copyright years. (IN_SIGTRAMP): Use alpha_osf_in_sigtramp. (INNER_THAN): Use core_addr_lessthan. (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register. (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register. (REGISTER_CONVERTIBLE): Use alpha_register_convertible. (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention. (FRAME_CHAIN): Remove unnecessary cast.
2002-01-19Mark testsuite/gdb.hp/gdb.threads-hp/ as obsolete.Andrew Cagney9-636/+651
2002-01-19Remove ATTRIBUTE_UNUSED. Update (C).Andrew Cagney20-105/+128
2002-01-19* alpha-tdep.c (alpha_register_name): New function.Jason Thorpe3-14/+36
* config/alpha/tm-alpha.h (REGISTER_NAMES): Remove. (REGISTER_NAME): Define.
2002-01-19*** empty log message ***gdbadmin1-1/+1
2002-01-18* config/nm-nbsd.h (KERNEL_U_ADDR): Remove.Jason Thorpe2-7/+4
2002-01-18* alpha-tdep.c: Update copyright years.Jason Thorpe3-1/+121
(alpha_next_pc): New function. (alpha_software_single_step): Ditto. * config/alpha/tm-alpha.h: Add prototype for alpha_software_single_step.
2002-01-18* alphabsd-nat.c: Update copyright years.Jason Thorpe2-22/+52
(fill_gregset): Use regcache_collect. (fill_fpregset): Likewise. (fetch_inferior_registers): Only fetch integer registers if requested to do so. (store_inferior_registers): Only store integer registers if requested to do so.
2002-01-18Remove XDEPFILES from GDB.Andrew Cagney89-100/+110
2002-01-18* gdb.asm/asm-source.exp (info symbol): Take another shot atJim Blandy2-7/+17
anchoring the pattern matching the entry point symbol's name.
2002-01-18*** empty log message ***gdbadmin1-1/+1
2002-01-17Change behavour of internal-error to quit and dump core by default.Andrew Cagney4-17/+28
2002-01-17Add an appendix for maintenance commands.Andrew Cagney2-42/+58
2002-01-17Remove links from @nodeAndrew Cagney2-1/+5
2002-01-17Remove else clause to #if UI_OUT.Andrew Cagney25-798/+81
2002-01-172002-01-17 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz9-16/+23
* gdbserver/low-hppabsd.c, gdbserver/low-lynx.c, gdbserver/low-nbsd.c, gdbserver/low-sim.c, gdbserver/low-sparc.c, gdbserver/low-sun3.c, gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
2002-01-172002-01-17 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz9-9/+140
* low-hppabsd.c (myattach): New function, returning -1. * low-lynx.c (myattach): Likewise. * low-nbsd.c (myattach): Likewise. * low-sim.c (myattach): Likewise. * low-sparc.c (myattach): Likewise. * low-sun3.c (myattach): Likewise. * low-linux.c (myattach): New function. * server.c (attach_inferior): New function. (main): Handle "--attach".
2002-01-17 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes andEli Zaretskii4-20/+411
for monstrous @multitable (from Brian Youmans). * fdl.texi: New file. * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
2002-01-17Daniel J as C++ maintainer.Andrew Cagney2-0/+6
2002-01-17*** empty log message ***gdbadmin1-1/+1
2002-01-16 * c-typeprint.c (is_type_conversion_operator): Add additionalDaniel Jacobowitz2-1/+12
check for non-conversion operators.
2002-01-16*** empty log message ***gdbadmin1-1/+1
2002-01-15Fix oops with previous checkin.Michael Snyder1-3/+1
2002-01-152002-01-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2-38/+334
* linux-proc.c: Add "info proc" command, a la procfs.c. (read_mapping): New function, abstract and re-use code. (linux_find_memory_regions): Use new func read_mapping. (linux_info_proc_cmd): New function, implement "info proc". (_initialize_linux_proc): Add new command "info proc".
2002-01-152002-01-15 Michael Snyder <msnyder@redhat.com>Michael Snyder2-122/+152
* symfile.c (generic_load): Use bfd_map_over_sections method instead of manipulating bfd structure members directly. (add_section_size_callback): New function, bfd sections callback used by generic_load. (load_sections_callback): New function, bfd sections callback used by generic_load.
2002-01-152002-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-1/+82
[Based on work by Jim Blandy] * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export. (builtin_type_vec128): Export. * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD types. (builtin_type_vec128): New builtin type for 128 bit vector registers. (build_gdbtypes): Initialize builtin_type_v16qi and builtin_type_v8hi. Create the vec128 register builtin type structure. (build_builtin_type_vec128): New function. (_initialize_gdbtypes): Register builtin_type_v16qi and builtin_type_v8hi with gdbarch. Same for builtin_type_vec128. * rs6000-tdep.c (rs6000_register_virtual_type): Change type of AltiVec register to new builtin type.
2002-01-15Doh. s/kdb/kbd/Andrew Cagney1-1/+1
2002-01-15* gdbint.texinfo (Releasing GDB): New chapter.Andrew Cagney2-0/+189
2002-01-152001-01-15 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-2/+9
* stabsread.c (read_type): Pass dbx_lookup_type (typenums) to make_cv_type.
2002-01-15* config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): RenameAndrew Cagney3-3/+9
CLEAN_UP_REGISTER_VALUE. * regcache.c (supply_register): Update only call.
2002-01-15Mark all 29k targets as obsolete (second attempt to commit this).Andrew Cagney2-7/+14
2002-01-15* gdb.texinfo (Embedded Processors, Calling program functions):Andrew Cagney2-250/+256
Obsolete references to a29k.
2002-01-15Review cleanups() section. Add examples.Andrew Cagney2-23/+74
2002-01-15*** empty log message ***gdbadmin1-1/+1
2002-01-142002-01-14 Michael Snyder <msnyder@redhat.com>Michael Snyder4-25/+8
* linux-proc.c (linux_do_thread_registers): Ignore fpxregs until we can resolve portability issues. * gregset.h: Remove references to fpxregs. * gcore.c (gcore_command): Initialize note_sec to NULL.
2002-01-14*** empty log message ***gdbadmin1-1/+1
2002-01-132002-01-13 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+23
* gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result for slightly dubious v2 mangled string.