summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.Michal Ludvig2002-04-103-165/+16
| | | | | | | (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h. (kernel_u_size): Added. * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete. (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
* Delete created files upon successful completeion of the test.Nick Clifton2002-04-102-8/+12
|
* Regernated recently created expected output files using MSVC.Nick Clifton2002-04-1011-10/+25
| | | | Set MEMFLAG_PURE by default - bug exposed by regenerated files.
* 2002-04-09 Michael Chastain <mec@shout.net>Michael Chastain2002-04-102-7/+5
| | | | | * gdbint.texinfo (Obsolete Conditionals): Remove references to PYRAMID_* macros.
* 2002-04-09 Michael Chastain <mec@shout.net>Michael Chastain2002-04-103-56/+104
| | | | | | | | * gdb.c++/local.cc (main): Move call to marker1() inside nested scope so that the nested scope tests will make sense. * gdb.c++/local.exp: Write patterns that actually work with gcc (the HP patterns "were never known to work with gcc"). Keep the old aCC patterns too.
* * configure.in: Add *-*-freebsd* configurations.DJ Delorie2002-04-102-0/+13
|
* * hashtab.c (higher_prime_number): Use 7 as minimum.Richard Henderson2002-04-102-32/+52
| | | | | (find_empty_slot_for_expand): Don't compute hash2 unless needed. (htab_find_slot_with_hash): Likewise.
* 2002-04-04 Jim Ingham <jingham@apple.com>Jim Ingham2002-04-102-6/+52
| | | | | | | * valarith.c (find_size_for_pointer_math): New function, either returns the size for a pointer's target, returns 1 for void *, or errors for incomplete types. (value_add, value_sub): use find_size_for_pointer_math.
* daily updateAlan Modra2002-04-101-1/+1
|
* *** empty log message ***gdbadmin2002-04-101-1/+1
|
* 2002-04-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-096-7/+85
| | | | | | | | | | * linux-low.c (linux_look_up_symbols): New hook. (linux_target_ops): Add linux_look_up_symbols. * remote-utils.c (decode_address): New function. (look_up_one_symbol): New function. * server.c (handle_query): Call target look_up_symbols hook. * server.h (look_up_one_symbol): Add prototype. * target.h (struct target_ops): Add look_up_symbols hook.
* 2002-04-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-092-11/+20
| | | | | * gdbserver/server.h: Include <string.h> if HAVE_STRING_H. * ChangeLog: Correct paths in last ChangeLog entry.
* 2002-04-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-0912-86/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * linux-low.h: Remove obsolete prototypes. (struct linux_target_ops): New. (extern the_low_target): New. * linux-low.c (num_regs, regmap): Remove declarations. (register_addr): Use the_low_target explicitly. (fetch_register): Likewise. (usr_fetch_inferior_registers): Likewise. (usr_store_inferior_registers): Likewise. * linux-arm-low.c (num_regs): Remove. (arm_num_regs): Define. (arm_regmap): Renamed from regmap, made static. (arm_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (arm_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-i386-low.c (num_regs): Remove. (i386_num_regs): Define. (i386_regmap): Renamed from regmap, made static. (i386_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (i386_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-ia64-low.c (num_regs): Remove. (ia64_num_regs): Define. (ia64_regmap): Renamed from regmap, made static. (ia64_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (ia64_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-m68k-low.c (num_regs): Remove. (m68k_num_regs): Define. (m68k_regmap): Renamed from regmap, made static. (m68k_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (m68k_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-mips-low.c (num_regs): Remove. (mips_num_regs): Define. (mips_regmap): Renamed from regmap, made static. (mips_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (mips_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-ppc-low.c (num_regs): Remove. (ppc_num_regs): Define. (ppc_regmap): Renamed from regmap, made static. (ppc_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (ppc_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-s390-low.c (num_regs): Remove. (s390_num_regs): Define. (s390_regmap): Renamed from regmap, made static. (s390_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (s390_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-sh-low.c (num_regs): Remove. (sh_num_regs): Define. (sh_regmap): Renamed from regmap, made static. (sh_cannot_fetch_register): Renamed from cannot_fetch_register, made static. (sh_cannot_store_register): Renamed from cannot_store_register, made static. (the_low_target): New. * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap. (the_low_target): New.
* 2002-04-05 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-04-092-76/+72
| | | | | | * breakpoint.c (clear_command): Rewrite middle section to combine two loops with identical control conditions. Add a cleanup to eliminate a memory leak.
* * frame.c (read_relative_register_raw_bytes_for_frame): Do notAndrew Cagney2002-04-094-101/+29
| | | | | | | | | | override FP_REGNUM with frame->fp. Update copyright. * parse.c (num_std_regs, std_regs): Delete. (target_map_name_to_register): Do not search std_regs. Update function description. * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete declarations. Update copyright. Fix PR gdb/251.
* 2002-04-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-094-2/+18
| | | | | | * gdbserver/Makefile.in: Add stamp-h target. * gdbserver/configure.in: Create stamp-h. * gdbserver/configure: Regenerated.
* 2002-04-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-099-40/+407
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gdbserver/inferiors.c: New file. * gdbserver/target.c: New file. * gdbserver/target.h: New file. * gdbserver/Makefile.in: Add target.o and inferiors.o. Update dependencies. * gdbserver/linux-low.c (inferior_pid): New static variable, moved from server.c. (linux_create_inferior): Renamed from create_inferior. Call add_inferior. Return 0 on success instead of a PID. (linux_attach): Renamed from myattach. (linux_kill): Renamed from kill_inferior. Call clear_inferiors (). (linux_thread_alive): Renamed from mythread_alive. (linux_wait): Renamed from mywait. Call clear_inferiors () if the child dies. (linux_resume): Renamed from myresume. Add missing ``return 0''. (regsets_store_inferior_registers): Correct error message. Add missing ``return 0''. (linux_fetch_registers): Renamed from fetch_inferior_registers. (linux_store_registers): Renamed from store_inferior_registers. (linux_read_memory): Renamed from read_inferior_memory. (linux_write_memory): Renamed from write_inferior_memory. (linux_target_ops): New structure. (initialize_low): Call set_target_ops (). * gdbserver/remote-utils.c (unhexify): New function. (hexify): New function. (input_interrupt): Send signals to ``signal_pid''. * gdbserver/server.c (inferior_pid): Remove. (start_inferior): Update create_inferior call. (attach_inferior): Call add_inferior. (handle_query): New function. (main): Call handle_query for `q' packets. * gdbserver/server.h: Include "target.h". Remove obsolete prototypes. Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
* 2002-04-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-0913-23/+88
| | | | | | | | | | | | | | | | | | | | | | | * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury dependencies. * gdbserver/configure.in: Check for <string.h> * gdbserver/configure: Regenerate. * gdbserver/config.in: Regenerate. * gdbserver/gdbreplay.c: Include needed system headers. (remote_open): Remove strchr prototype. * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS. * gdbserver/regcache.c (supply_register): Change buf argument to const void *. (supply_register_by_name): Likewise. (collect_register): Change buf argument to void *. (collect_register_by_name): Likewise. * gdbserver/regcache.h: Add missing prototypes. * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa. * gdbserver/server.c (handle_query): New function. (attached): New static variable, moved out of main. (main): Quiet longjmp clobber warnings. * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes. * gdbserver/utils.c (error): Remove NORETURN. (fatal): Likewise.
* 2002-04-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-092-2/+11
| | | | | * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer after the last symbol in a block.
* 2002-04-09 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-092-1/+5
| | | | * gdb.base/attach.exp: Correct target board test.
* Add WS_CAPTION dialog style if CAPTION is specified.Nick Clifton2002-04-095-0/+20
| | | | Add testcase.
* Don't print empty dialog caption.Nick Clifton2002-04-095-0/+19
| | | | Add testcase.
* Fix overlooked sublang shift bug.Nick Clifton2002-04-095-7/+27
| | | | Add testcase.
* Set default LANGUAGE to english/us.Nick Clifton2002-04-099-6/+33
|
* * config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting ifJoern Rennecke2002-04-092-2/+10
| | | | symbol_used_in_reloc_p is true.
* Compute checksum for PE images.Nick Clifton2002-04-092-0/+112
|
* Use signature to identify DIALOGEX.Nick Clifton2002-04-094-14/+32
| | | | Add testcase.
* Don't add default dialog style when explicit style specified.Nick Clifton2002-04-095-4/+29
| | | | | Print style even if it is 0. Add testcase.
* "\a" escape (used for right justified key definitions in menus) is encodes asNick Clifton2002-04-095-1/+21
| | | | binary 8.
* Fix parsing hex constants in strings. Add test for the fix.Nick Clifton2002-04-095-6/+24
|
* * config/tc-sh.c (md_apply_fix3): Don't zero relocations on bigJoern Rennecke2002-04-092-1/+6
| | | | endian hosts.
* Fix typo in BEDIT warning.Nick Clifton2002-04-092-4/+5
|
* Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.Nick Clifton2002-04-095-6/+32
|
* Tue Apr 9 15:13:10 2002 J"orn Rennecke <joern.rennecke@superh.com>Joern Rennecke2002-04-092-1/+5
| | | | * MAINTAINERS: Update my email address.
* 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2002-04-092-4/+9
| | | | | * p-exp.y (yylex): Handle also the fact that is_a_field_of_this is non zero as a found symbol.
* * findvar.c: Include "builtin-regs.h".Andrew Cagney2002-04-097-1/+304
| | | | | | | | | | | | | | | (value_of_register): Call value_of_builtin_reg when applicable. * parse.c: Include "builtin-regs.h" and "gdb_assert.h". (target_map_name_to_register): Call builtin_reg_map_name_to_regnum. * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c. (COMMON_OBS): Add builtin-regs.o and std-regs.o. (builtin_regs_h): Define. (builtin-regs.o): New target. (findvar.o): Add $(builtin_regs_h). * builtin-regs.c, builtin-regs.h: New files. * std-regs.c: New file. Partial fix for PR gdb/251.
* * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;Kevin Buettner2002-04-092-7/+14
| | | | it's no longer required.
* * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.Andrew Cagney2002-04-092-1/+6
|
* * rs6000-tdep.c (rs6000_software_single_step): UseKevin Buettner2002-04-092-13/+16
| | | | | | | rs6000_breakpoint_from_pc() to fetch breakpoint instruction and size. Use target_insert_breakpoint() and target_remove_breakpoint() to insert and remove breakpoints instead of explicit memory reads and writes.
* * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.Kevin Buettner2002-04-093-5/+7
| | | | | * rs6000-tdep.c (rs6000_push_arguments): Eliminate ELF_OBJECT_FORMAT ifdef.
* From Jimi X <jimix@watson.ibm.com>:Kevin Buettner2002-04-092-5/+13
| | | | * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
* *** empty log message ***gdbadmin2002-04-091-1/+1
|
* daily updateAlan Modra2002-04-091-1/+1
|
* From Jimi X <jimix@watson.ibm.com>:Kevin Buettner2002-04-082-3/+6
| | | | | * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
* 2002-04-08 Michael Chastain <mec@shout.net>Michael Chastain2002-04-082-3/+29
| | | | | | * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this" in a const method. Add some xfail and fail cases for configurations that do not emit the "const ...".
* * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):Mark Kettenis2002-04-082-3/+9
| | | | | s/asprintf/xasprintf/. (fbsd_make_corefile_notes): s/strdup/xstrdup/.
* * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.Alan Modra2002-04-083-65/+88
| | | | | | (elf32_hppa_final_link): Split out sorting logic to.. * elf-hppa.h (elf_hppa_sort_unwind): ..here. (elf_hppa_final_link): Call elf_hppa_sort_unwind.
* 2002-04-07 Michael Chastain <mec@shout.net>Michael Chastain2002-04-082-127/+45
| | | | | | * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect. Accept "A * const" and "const A * const" as type of "this". Fix spelling of getFunky throughout. Make messages uniform.
* * ldlang.c (lang_size_sections_1): Don't complain aboutAlan Modra2002-04-082-0/+5
| | | | SEC_NEVER_LOAD sections having no memory region specified.
* 2002-04-07 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-04-082-33/+32
| | | | * mi-cmd-disas.c: Run through indent.
OpenPOWER on IntegriCloud