aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2005-04-18dos2unixMichael Snyder1-4/+4
2005-04-182005-04-18 Michael Snyder <msnyder@redhat.com>Michael Snyder5-540/+468
* mn10300-tdep.c: Assimilate code from mn10300-prologue.c. * mn10300-prologue.c: Remove. * mn10300-tdep.h: Add enums from mn10300-prologue.c. Remove prototypes. * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
2005-04-182005-04-18 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+2
* config/mn10300/mn10300.mt: Add mn10300-prologue module.
2005-04-182005-04-18 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* ia64-tdep.c (ia64_get_dyn_info_list): Fix indent.
2005-04-18(Backtrace): Describe 'bt full'.Nick Roberts1-0/+4
2005-04-18*** empty log message ***Nick Roberts1-0/+4
2005-04-18*** empty log message ***gdbadmin1-1/+1
2005-04-17* config/nm-bsd.h: Remove file.Mark Kettenis2-23/+2
2005-04-17* hppabsd-nat.c: Update copyright year. Include "target.h" andMark Kettenis4-8/+38
"inf-ptrace.h". (hppabsd_fetch_registers): Renamed from fetch_inferior_registers; made static. (hppabsd_store_registers): Renamed from store_inferior_registers; made static. (_initialize_hppabsd_nat): New function and prototype. * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Remove. * Makefile.in (hppabsd-nat.o): Update dependencies.
2005-04-17* pa64solib.c, pa64solib.h: Remove files.Mark Kettenis4-1405/+6
* Makefile.in (pa64solib_h): Remove variable (pa64solib.o): Remove dependency.
2005-04-17*** empty log message ***gdbadmin1-1/+1
2005-04-16* ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".Mark Kettenis4-8/+27
(ppcobsd_fetch_registers): Renamed from fetch_inferior_registers; made static. (ppcobsd_store_registers): Renamed from store_inferior_registers; made static. (_initialize_ppcobsd_nat): Construct and add target vector. * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Remove. * Makefile.in (ppcobsd-nat.o): Update dependencies.
2005-04-16* ppcobsd-tdep.c: Include "floatformat.h".Mark Kettenis3-4/+13
(ppcobsd_init_abi): Set long_double_bit and long_double_format. * Makefile.in (ppcobsd-tdep.o): Update dependencies.
2005-04-16* ppcobsd-tdep.c: Fix typo in comment.Mark Kettenis2-2/+10
(_initialize_ppcobsd_tdep): Register GDB_OSABI_OPENBSD_ELF for bfd_arch_rs6000 too.
2005-04-16(Mode Options): Fix typo.Nick Roberts1-4/+6
(GDB/MI): Describe how to invoke GDB/MI.
2005-04-16*** empty log message ***Nick Roberts1-0/+5
2005-04-16 (Debugging Output): Document "set/show debugEli Zaretskii2-7/+208
solib-frv". Fix "set/show debugvarobj". (Set Breaks): Add index entry for "hardware breakpoints". (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", and "set/show usehardbreakpoints". (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show monitor-prompt", "set/show monitor-warnings", "pmon". (ARM): Document "rdilogfile", "rdilogenable", "set/show rdiromatzero", "set/show rdiheartbeat". (PowerPC): Document SDS-specific commands "set/show sdstimeout", "sds". (Embedded Processors): Document the "sim" command. (Remote): Document the "remote" command. (DJGPP Native): Document the "info serial" command. (Threads): Document "maint info sol-threads". (Files): Document "nosharedlibrary", "add-symbol-file-from-memory". (Set Breaks): Improve indexing. (Command Syntax): Add a reference to dont-repeat. (Define): Document "dont-repeat". (TUI Commands): Document "tabset". (WinCE): New subsection. Document "set/show remotedirectory", "set/show remoteupload", "set/show remoteaddhost".
2005-04-16 (M32R/D): Document "sdireset", "sdistatus", "debug_chaos",Eli Zaretskii2-1/+126
"use_debug_dma", "use_mon_code", "use_ib_break", "use_dbt_break". (Debugging Output): Improve wording. (Set Breaks): Add index entry for "hardware breakpoints". (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", and "set/show usehardbreakpoints". (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show monitor-prompt", "set/show monitor-warnings", "pmon".
2005-04-16Fix typos.Eli Zaretskii1-2/+2
2005-04-16 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; allEli Zaretskii2-25/+204
references changed. Add descriptgion of "info udot". (Files): Document "set/show stop-on-solib-events". (M32R/D): Document "set/show download-path", "set/show board-address", "set/show server-address", "upload", "tload". (Maintenance Commands): Improve indexing. (Target Commands): Document "set/show hash", "set/show debug monitor". (SVR4 Process Information): Document "info pidlist" and "info meminfo". Document "set/show procfs-tarce" and "set/show procfs-file". Document "proc-trace-*" and "proc-untrace-*". (Symbols, The Print Command with Objective-C): Improve indexing. (Objective-C): Add references to "info classes" and "info selectors". (Debugging Output): Improve wording.
2005-04-16*** empty log message ***gdbadmin1-1/+1
2005-04-15Delete unused variables.Kevin Buettner1-10/+0
2005-04-15 * remote.c (remote_get_thread_local_address): Throw a moreKevin Buettner2-1/+16
meaningful exception when remote target doesn't have support for the qGetTLSAddr packet.
2005-04-15Add remote TLS support.Kevin Buettner2-0/+93
2005-04-15 * remote.c (add_packet_config_cmd): Delete unused variables.Kevin Buettner2-6/+5
2005-04-15Eliminate calls to deprecated_show_value_hack(). This also eliminates theKevin Buettner2-11/+15
printing of redundant information.
2005-04-15 (MIPS): Improve documentation of heuristic-fence-post. DocumentEli Zaretskii2-3/+209
"set/show mips abi", "set/show mips saved-gpreg-size", "set/show mips stack-arg-size", "set/show mips mask-address", "set/show mips remote-mips64-transfers-32bit-regs", "set/show debug mips". (ARM): Document ARM-specific commands. (AVR): New section. Document "info io_registers". (CRIS): New section. Document "set/show cris-version" and "set/show cris-dwarf2-cfi". (HPPA): New section. Document "set/show debug hppa" and "maint print unwind". (Netrino): New subsection. Document "set/show debug nto-debug". (Super-H): New section. Document the "regs" command.
2005-04-15 * gdb.texinfo (ARM): Document ARM-specific commands.Eli Zaretskii2-1/+59
2005-04-15 *gdb.texinfo (Debugging Output): Document "set/show debug lin-lwp".Eli Zaretskii2-1/+16
2005-04-15 * gdb.texinfo (Hurd Native): New subsection, documentsEli Zaretskii2-0/+180
Hurd-specific commands.
2005-04-15 * MAINTAINERS: Change sh64-elf state to non-broken.Corinna Vinschen8-866/+506
* Makefile.in: Fix dependencies for sh64-tdep.o. * configure.tgt: Add sh64-*-elf case. * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case. * sh64-tdep.c: Rework to replace all deprecated mechanisms with modern methods. * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o. * config/sh/sh64.mt: Resurrect.
2005-04-152005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka2-0/+31
* regformats/reg-m32r.dat: New file.
2005-04-152005-04-15 Ke Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka4-1/+115
* Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o. * configure.srv: Add m32r*-*-linux*. * linux-m32r-low.c: New file.
2005-04-15*** empty log message ***gdbadmin1-1/+1
2005-04-14 * lib/gdb.exp (gdb_compile): Handle shlib=.Daniel Jacobowitz2-0/+92
(gdb_compile_shlib): New function.
2005-04-14 * arm-tdep.c (fp_model_strings): Add terminating NULL.Daniel Jacobowitz7-153/+239
(arm_abi_strings, arm_abi_global, arm_abi_string): New variables. (arm_extract_return_value, arm_store_return_value): Don't use arm_get_fp_model. (arm_get_fp_model, arm_set_fp): Delete. (arm_update_current_architecture): New function. (set_fp_model_sfunc): Call arm_update_current_architecture. (show_fp_model): Update output messages. (arm_set_abi, arm_show_abi): New functions. (arm_elf_osabi_sniffer): Only handle ELFOSABI_ARM. (arm_gdbarch_init): Infer the object's ABI separately from its OSABI. Search for a matching architecture. Honor the global ABI and FPU settings. Set floating point format based on the architecture. (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): Delete. (_initialize_arm_tdep): Don't call gdbarch_register_osabi. Create "arm set abi" command. * arm-tdep.h (arm_get_fp_model): Delete prototype. (enum arm_abi_kind): New type. (struct gdbarch_tdep): Add arm_abi field. * arm-linux-tdep.c (arm_linux_init_abi): Only override tdep->fp_model if it is ARM_FLOAT_AUTO. * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Likewise. (arm_netbsd_elf_init_abi): Likewise. * defs.h (enum gdb_osabi): Delete ARM-specific OSABIs. * osabi.c (gdb_osabi_name): Likewise.
2005-04-14*** empty log message ***gdbadmin1-1/+1
2005-04-13*** empty log message ***gdbadmin1-1/+1
2005-04-122005-04-12 Paul Gilliam <pgilliam@us.ibm.com>Paul Gilliam2-1/+5
* lib/gdb.exp (test_compiler_info): Give argument a default value.
2005-04-12*** empty log message ***gdbadmin1-1/+1
2005-04-11gdb/Daniel Jacobowitz9-7/+21
* config/djgpp/fnchange.lst: Remove entries for gdb.gdbserver. gdb/testsuite/ * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with gdb.server. * configure.ac: Likewise. * configure: Regenerated. * gdb.gdbserver/Makefile.in: Moved to... * gdb.server/Makefile.in: ... here. * gdb.gdbserver/server.c: Moved to... * gdb.server/server.c: ... here. * gdb.gdbserver/server-run.exp: Moved to... * gdb.server/server-run.exp: ... here.
2005-04-11*** empty log message ***gdbadmin1-1/+1
2005-04-10Update copyright years.Eli Zaretskii1-2/+3
2005-04-10* rs6000-tdep.c (ppc_supply_fpregset): Increment offset by 8 forMark Kettenis2-3/+9
floating-point registers. (ppc_collect_fpregset): Likewise. Fix collection of registers.
2005-04-10*** empty log message ***gdbadmin1-1/+1
2005-04-09 * gdb.texinfo (Print Settings): Document "set/show printEli Zaretskii2-108/+541
pascal_static-members", "set print repeats", "show print null-stop". Improve indexing. Fix documentation of "set print union". (Pascal): New section. (Supported languages): Rename from "Support"; all references updated. Add a menu item for Pascal. (Numbers): Document "set radix. (Screen Size): Document "set/show pagination". (MIPS Embedded): Remove "set processor" documentation. (Remote configuration): Document "set/show X/P/Z-packet", "set/show read-aux-vector-packet", "set/show remote symbol-lookup-packet", "set/show remote verbose-resume-packet", "set/show remoteaddresssize", "set/show remotebaud", "set/show remotedebug", "set/show remotebreak", "set/show remotedevice", "set/show remotelogfile". (Auxiliary Vector): Add reference to the description of the read-aux-vector-packet setting. (Set Watchpoints): Add a cross-reference to "set remote hardware-breakpoint-limit". (General Query Packets): Add indexing of requests and cross-references to related commands in "Remote configuration". (File-I/O Overview, The system call): Fix wording and typos. (Thread Stops): Add index entries. (Continuing and Stepping): Document "show step-mode". (i386): New node. Document "set/show struct-convention". (Files): Document "show trust-readonly-sections". (Calling): Document "set/show unwindonsignal". (Messages/Warnings): Add index entries. (Maintenance Commands): Document "set/show watchdog". (Annotations Overview): Document "show annotate". (Set Watchpoints): Add index entries. (Symbols): Fix doc of case-sensitive. (ABI): Document "show coerce-float-to-double". (Convenience Vars, Help): Improve indexing. (Machine Code): Document "show disassembly-flavor". (Debugging C plus plus): Document "show overload-resolution". (Value History, Signaling): Add index entries. * gdb.texinfo (Show): Move @kindex entries to their proper places. (Processes): Fix wording. (History, List, Logging output, Define, Symbols, Print Settings): Improve indexing.
2005-04-09* ppcobsd-tdep.c: Update copyright year. Include "trad-frame.h"Mark Kettenis3-4/+71
and "tramp-frame.h". (ppcobsd_sigtramp_cache_init): New function. (ppcobsd_sigtramp): New variable. (ppcobsd_init_abi): Prepend signal trampoline unwinder. * Makefile.in (ppcobsd-tdep.o): Update dependencies.
2005-04-09Dropping mi.Andrew Cagney1-2/+0
2005-04-092005-04-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-3/+5
* MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando Nasser have decided to step back from GDB/MI.
2005-04-09*** empty log message ***gdbadmin1-1/+1