aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2002-07-25 * ada-lang.c: Change k&r style function definitions to prototypedAidan Skinner4-741/+274
form. * ada-typeprint.c: Change k&r style function definitions to prototyped form. * ada-valprint.c: Change k&r style function definitions to prototyped form.
2002-07-25*** empty log message ***gdbadmin1-1/+1
2002-07-24Obsolete m88k.Andrew Cagney28-3380/+3405
2002-07-242002-07-24 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-10/+18
* findvar.c (extract_unsigned_integer): Make `addr' parameter constant. Same for local pointer variables. (extract_signed_integer): Ditto. * defs.h (extract_unsigned_integer): Update. (extract_signed_integer): Update.
2002-07-24 * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.Kevin Buettner4-78/+76
* gdbserver/configure: Regenerate. * gdbserver/config.in: Regenerate.
2002-07-242002-07-24 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-7/+20
* regcache.c (regcache_raw_write): Change buf parameter to a constant void pointer. (regcache_raw_read): Change buf parameter to a void pointer. (legacy_write_register_gen): Change myaddr parameter a constant void pointer. (supply_register): Change val parameter to a const void pointer. * regcache.h (regcache_raw_write): Update declaration. (regcache_raw_read): Update declaration. (supply_register): Update declaration.
2002-07-24 * defs.h (gdb_readline_wrapper): Declare.Tom Tromey5-3/+36
* utils.c (prompt_for_continue): Use gdb_readline_wrapper. * tracepoint.c (read_actions): Use gdb_readline_wrapper. * top.c (gdb_readline_wrapper): New function. (command_line_input): Use it.
2002-07-242002-07-24 Andrew Cagney <cagney@redhat.com>Andrew Cagney7-75/+106
* regcache.h (regcache_raw_read, regcache_raw_write): Replace regcache_read and regcache_write. (regcache_raw_read_as_address): Replace regcache_read_as_address. * regcache.c: Update. * sh-tdep.c (sh64_push_arguments): Update comment. (sh_pseudo_register_read): Update. (sh_pseudo_register_write): Update. (sh4_register_read): Update. (sh4_register_write): Update. (sh64_pseudo_register_read): Update. (sh64_pseudo_register_write): Update. (sh64_register_read): Update. (sh64_register_write): Update. * i386-tdep.c (i386_extract_return_value): Update. (i386_extract_struct_value_address): Update. (i386_extract_return_value): Update. * blockframe.c (generic_read_register_dummy): Update. (generic_call_dummy_register_unwind): Update * infrun.c (write_inferior_status_register): Update.
2002-07-24Remove stray conflict marker.Jim Blandy1-1/+0
2002-07-24* parser-defs.h (expression_context_pc): Make this extern.Jim Blandy2-1/+6
(Thanks to Michael Snyder.)
2002-07-24*** empty log message ***gdbadmin1-1/+1
2002-07-23Mention 5.2.1 on mainline.Andrew Cagney3-45/+74
2002-07-23Fix error check in remote_read_bytesMark Salter2-1/+7
2002-07-23 * aix-thread.c (language.h): Include.Kevin Buettner2-25/+49
(ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs) (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc): Print newlines at end of debug messages. (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data) (pdc_write_data): Use local_hex_string() instead of %llx formats.
2002-07-23Don't rely on FIRST_UISA_SP_REGNUM or LAST_UISA_REGNUM.Kevin Buettner1-63/+93
2002-07-23*** empty log message ***gdbadmin1-1/+1
2002-07-22 * aix-thread.c (ops): Rename to aix_thread_ops.Kevin Buettner2-78/+102
(base_ops): Rename to base_target. (ops_attach): Rename to aix_thread_attach. (ops_detach): Rename to aix_thread_detach. (ops_resume): Rename to aix_thread_detach. (ops_wait): Rename to aix_thread_wait. (ops_kill): Rename to aix_thread_kill. (init_ops): Rename to init_aix_thread_ops. (ops_fetch_register): Rename to aix_thread_fetch_register. (ops_store_register): Rename to aix_thread_store_register. (ops_mourn_inferior): Rename to aix_thread_mourn_inferior. (ops_thread_alive): Rename to aix_thread_thread_alive. (ops_extra_thread_info: Rename to aix_thread_extra_thread_info. (ops_pid_to_str): Rename to aix_thread_pid_to_str. (ops_xfer_memory): Rename to aix_thread_xfer_memory. (fetch_regs_lib): Rename to fetch_regs_user_thread. (fetch_regs_kern): Rename to fetch_regs_kernel_thread. (store_regs_lib): Rename to store_regs_user_thread. (store_regs_kern): Rename to store_regs_kernel_thread.
2002-07-22 * aix-thread.c (ops_prepare_to_store): Eliminate.Kevin Buettner2-53/+77
(init_ops): Don't initialize ops.prepare_to_store. (store_regs_kern): Pre-fetch register buffers from child, because some registers may not be in the cache. Copy regs from register cache only if they are cached. (store_regs_lib): Copy regs from register cache only if they are cached. (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32, fill_gprs64): Ditto.
2002-07-22 * aix-thread.c (gdb_assert.h): Include.Kevin Buettner2-35/+158
(fill_sprs64, fill_sprs32): Add selected asserts to make sure that register sizes (from register cache) match size of buffer holding register data. (fill_sprs32): Change parameter types to match those in the ptrace() buffer. (store_regs_lib): Likewise, but for 32-bit temporary variables. (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''. * aix-thread.c (supply_sprs64): Cosmetic change. (supply_sprs32): Cosmetic change. (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs. (fill_sprs64): Use regcache_collect instead of read_register. (store_regs_lib): Use regcache_collect instead of read_register. Use fill_sprs32 instead of fill_sprs64, if debugging a 32-bit architecture. (store_regs_kern): Use fill_gprs64 etc. to pull the values out of the register cache, instead of passing a pointer into the register cache directly to ptrace. Use regcache_collect insteaad of read_register. (ops_prepare_to_store): Use target_read_registers instead of read_register_bytes.
2002-07-22*** empty log message ***gdbadmin1-1/+1
2002-07-21*** empty log message ***gdbadmin1-1/+1
2002-07-202002-07-20 Aidan Skinner <aidan@velvet.net>Aidan Skinner2-0/+5
* MAINTAINERS: Add self under write after approval.
2002-07-202002-07-20 Aidan Skinner <aidan@velvet.net>Aidan Skinner2-31/+29
* ada-tasks.c: Change k&r style function definitions to prototyped form.
2002-07-20*** empty log message ***gdbadmin1-1/+1
2002-07-192002-07-19 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-19/+39
* config/gdbserver.exp (gdb_load): Don't use TCL varargs. Improve support for reusing an exec file. Copy exec file to target, and run gdbserver on the target instead of on the host.
2002-07-19* Makefile.in (x86-64-tdep.o): Add $(objfiles_h).Andrew Cagney3-3/+12
* x86-64-tdep.c: Include "objfiles.h". (x86_64_gdbarch_init): Set in_solib_call_trampoline to in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2002-07-192002-07-17 Michal Ludvig <michal@suse.cz>Michal Ludvig2-2/+8
* dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value. (update_context): Initialise cfa variable.
2002-07-19* gdb.base/ending-run.exp: Don't expect to see the program end inJim Blandy2-1/+10
some orderly fashion when we're running on a real stand-alone board.
2002-07-19*** empty log message ***gdbadmin1-1/+1
2002-07-18* gdb.base/interrupt.exp: Correct logic for skipping tests onJim Blandy2-5/+8
targets that don't support interrupts.
2002-07-182002-07-17 Michael Snyder <msnyder@redhat.com>Michael Snyder2-214/+267
* aix-thread.c: Shorten some long lines. Bring comments into line with code spec.
2002-07-18 * infrun.c: Re-indent using gdb_indent.sh.Joel Brobecker2-1527/+1513
2002-07-18 * infrun.c (handle_inferior_event): Remove unneeded extra brace.Joel Brobecker2-4/+5
Leave the indentation temporarily untouched, to minimize the diffs.
2002-07-182002-07-18 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-84/+131
* stabsread.c: Make os9k sections of the code obsolete, for real this time. * stabsread.h: Make os9k sections of the code obsolete.
2002-07-182002-07-18 Michal Ludvig <mludvig@suse.cz>Michal Ludvig3-4/+9
* linux-low.c (regsets_store_inferior_registers): Add free() at the end of a loop to prevent memory leak. * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers. (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
2002-07-18* Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.hMichal Ludvig2-1/+2
2002-07-182002-07-18 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2-2/+7
* config/sparc/tm-sp64linux.h: Make the rest of #endif line a comment.
2002-07-18*** empty log message ***gdbadmin1-1/+1
2002-07-17* macrocmd.c (info_macro_command): Remove newline from errorJim Blandy2-1/+6
message.
2002-07-17include/gdb:Joern Rennecke2-0/+48
* sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp, renumbering the sh-dsp registers to use distinct numbers. sim/sh: * Makefile.in (interp.o): Depend on $(srcroot)/include/gdb/sim-sh.h. * interp.c: Include "gdb/sim-sh.h". (sim_store_register, sim_fetch_register): Use constants defined there. gdb: * sh-tdep.c (sh_dsp_register_sim_regno): New function. (sh_gdbarch_init): Use it for sh-dsp.
2002-07-17*** empty log message ***gdbadmin1-1/+1
2002-07-16 * dwarf2read.c (read_initial_length): Handle older, non-standard,Kevin Buettner2-4/+38
64-bit DWARF2 format.
2002-07-16 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid includingJoel Brobecker2-0/+7
<sys/proc.h> when not available.
2002-07-16Obsolete i[3456]86-*-os9k.Andrew Cagney7-2873/+2888
2002-07-16Obsolete fr30.Andrew Cagney7-845/+853
2002-07-162002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2-0/+7
* blockframe.c (get_pc_function_start): return 0 if the minimal symbol found is not inside a section.
2002-07-16 * aix-thread.c (ptrace_check): Use safe_strerror() instead ofKevin Buettner2-2/+8
strerror(). (pdc_realloc): Use xrealloc() instead of realloc().
2002-07-16*** empty log message ***gdbadmin1-1/+1
2002-07-15 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.Kevin Buettner2-25/+36
(ops_resume, ops_wait, fetch_regs_lib, store_regs_lib) (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE macros.
2002-07-15 * aix-thread.c (ptrace_check): Eliminate goto.Kevin Buettner2-32/+50
(sync_threadlists): Eliminate gotos. Also, fix array overrun problem.