summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove changelog entries from wrong branch.gdb-csl-sourcerygxx-3_4_4-25gdb-csl-gxxpro-6_3-branchcvs/gdb-csl-gxxpro-6_3-branchDaniel Jacobowitz2006-03-311-104/+0
|
* Merge ten gdb and gdbserver patches for MIPS/MIPS64 support.Daniel Jacobowitz2006-03-151-0/+104
|
* Backport:Mark Mitchell2006-02-026-7/+74
| | | | | | | | | | | | | | 2006-02-01 Mark Mitchell <mark@codesourcery.com> * sim/ppc/emul_netbsd.c (emul_netbsd_create): Quote file-name property. * sim/ppc/emul_unix.c (emul_unix_create): Likewise. * sim/ppc/tree.c (libiberty.h): Include it. (tree_quote_property): New function. * sim/ppc/tree.h (tree_quote_property): Declare. Backport: 2006-01-23 Mark Mitchell <mark@codesourcery.com> * sim/ppc/words.h (signed32): Define as "int". (unsigned32): Define as "unsigned int".
* Backport:Daniel Jacobowitz2006-01-2610-71/+63
| | | | | | | | | | | | | | 2006-01-24 Daniel Jacobowitz <dan@codesourcery.com> PR gdb/1914 * fork-child.c (fork_inferior): Don't call solib_create_inferior_hook. * infcmd.c (post_create_inferior): Call solib_add, solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs. (attach_command): Don't call solib_add or re_enable_breakpoints_in_shlibs. Call post_create_inferior instead. ...
* Backport:Daniel Jacobowitz2006-01-2624-56/+67
| | | | | | | | | | | 2006-01-24 Daniel Jacobowitz <dan@codesourcery.com> * infcmd.c: Include "observer.h". (post_create_inferior): New function. (run_command_1): Call it. Also call proceed. * inferior.h (post_create_inferior): New prototype. * Makefile.in (infcmd.o): Update. ...
* * words.h (signed32): Define as "int".Mark Mitchell2006-01-242-2/+7
| | | | (unsigned32): Define as "unsigned int".
* Backport:Mark Mitchell2006-01-142-12/+32
| | | | | | 2006-01-13 Mark Mitchell <mark@codesourcery.com> * event-loop.c (gdb_select): Detect file descriptors that have been closed.
* * sim-signal.c (sim_signal_to_target): Fix typos.Nathan Sidwell2005-12-132-2/+6
|
* * gdb/remote-sim.c (gdbsim_wait): Don't use target_signal_to_hostMark Mitchell2005-11-17504-79689/+262
| | | | | | | | | | | | | | | | | | | or target_signal_from_host. * sim/arm/wrapper.c (gdb/signals.h): Include it. (SIGTRAP): Don't define it. (SIGBUS): Likewise. (sim_stop_reason): Use TARGET_SIGNAL_*. * sim/common/sim-reason.c (sim_stop_reason): Use sim_signal_to_target, not sim_signal_to_host. * sim/common/sim-signal.c (sim_signal_to_host): Fix typo. (sim_signal_to_target): New function. * sim/common/sim-signal.h: Declare it. * sim/d10v/interp.c (gdb/signals.h): Include it. (sim_stop_reason): Use TARGET_SIGNAL_*. * sim/erc32/interf.c: (gdb/signals.h): Include it. (sim_stop_reason): Use TARGET_SIGNAL_*. * sim/ppc/sim_calls.c (gdb/signals.h): Include it. (sim_stop_reason): Use TARGET_SIGNAL_*.
* *** empty log message ***gdb-csl-gxxpro-6_3-branchpointgdbadmin2005-11-171-1/+1
|
* daily updateAlan Modra2005-11-161-1/+1
|
* 2005-11-16 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2005-11-162-0/+10
| | | | * NEWS (6.4): Mention $argc.
* gdb/doc/ChangeLog:Jim Blandy2005-11-162-351/+379
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-16 Jim Blandy <jimb@redhat.com> * gdb.texinfo (Packets, Stop Reply Packets) (General Query Packets): Various formatting cleanups. - Use @samp for packet contents. - Drop summaries from packet @item lines; the same information appears immediately below in the description. - Delete paragraph breaks after packet @item commands, so that the description appears directly to the right of the packet prototype in the printed manual, if it fits. - Place spaces in packet prototypes between @vars and non-@var letters, and explain that they're just for formatting. - Use @dots{} instead of '...'. - Fix uses of @code where @var was needed. - Replace "deprecated" markers with English text spelling out the packet's status and the preferred alternatives. - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear what this ever meant. - Remove "(draft)" markers on 'i' packets; nobody has commented on this for a long time. - Remove "(draft)" markers on 'z' and 'Z' packets; these have been implemented several times, and have been in use for years.
* 2005-11-15 Jim Blandy <jimb@redhat.com>Jim Blandy2005-11-162-0/+6
| | | | | * gdb.texinfo (Packets): Add index entries for 'm' packet disclaimers.
* * cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only theHans-Peter Nilsson2005-11-162-7/+15
| | | | low 32 bits are used after an unsigned long cast.
* *** empty log message ***gdbadmin2005-11-161-1/+1
|
* daily updateAlan Modra2005-11-151-1/+1
|
* * ppc-opc.c (powerpc_opcodes): Add frin,friz,frip,frim. CorrectAlan Modra2005-11-152-2/+16
| | | | frsqrtes.
* * gdb.texinfo (Packets): Clarify lack of restrictions on behaviorJim Blandy2005-11-152-7/+11
| | | | of stub when processing an 'm' packet.
* * gdb.texinfo (Packets): Mention that packets beginning withJim Blandy2005-11-152-86/+9
| | | | | letters are reserved once, at the top, instead of actually listing them all and saying "reserved".
* 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2005-11-152-0/+15
| | | | | * NEWS: Add --batch-silent, --return-child-result, and --eval-command options to the 6.4 section.
* 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2005-11-155-10/+61
| | | | | | | | | | | * cli/cli-script.c: Include gdb_assert.h. (locate_arg): Detect $argc. (insert_args): Substitute $argc. * Makefile.in (cli-script.o): Add dependency on gdb_assert.h. doc/ * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'. Change @var{$arg0 to @code{$arg0.
* *** empty log message ***gdbadmin2005-11-151-1/+1
|
* daily updateAlan Modra2005-11-141-1/+1
|
* Fix gcc bug 24490, location list query failed due to out-of-range address.Jim Wilson2005-11-142-2/+12
| | | | | | | PR 2024 * dwarf2loc.c (dwarf_expr_frame_base): Use get_frame_address_in_block instead of get_frame_pc. (loclist_read_variable): Likewise.
* 2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2005-11-142-0/+5
| | | | * MAINTAINERS (Write After Approval): Add myself to the list.
* 2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2005-11-142-1/+6
| | | | | * thread.c (_initialize_thread): Correct the 'thread apply' help message.
* * gdb.texinfo: Correct a merge error introduced by -r 1.286.Wu Zhou2005-11-141-113/+113
|
* * gdb.texinfo (Fortran): Add some words about Fortran debugging.Wu Zhou2005-11-142-117/+169
|
* * mips.h: Assign 'm'/'M' codes to MIPS16e save/restoreThiemo Seufer2005-11-145-1/+108
| | | | | | | | | | | | | | | | | instructions. Define MIPS16_ALL_ARGS and MIPS16_ALL_STATICS for save/restore encoding of the args field. * mips16-opc.c: Add MIPS16e save/restore opcodes. * mips-dis.c (print_mips16_insn_arg): Handle printing of 'm'/'M' codes for save/restore. * config/tc-mips.c (mips16_ip): Add handling of 'm' and 'M' codes for the MIPS16e save/restore instructions. * gas/mips/mips.exp: Run new save/restore tests. * gas/testsuite/gas/mips/mips16e-save.s: New test for generating different styles of save/restore instructions. * gas/testsuite/gas/mips/mips16e-save.d: New.
* *** empty log message ***gdbadmin2005-11-141-1/+1
|
* daily updateAlan Modra2005-11-131-1/+1
|
* * elfread.c (elf_symtab_read): Remove if (1) and reindent.Daniel Jacobowitz2005-11-132-219/+220
|
* * arm-linux-tdep.c (eabi_linux_arm_le_breakpoint)Daniel Jacobowitz2005-11-132-2/+27
| | | | | (eabi_linux_arm_be_breakpoint): New variables. (arm_linux_init_abi): Use them.
* * linux-arm-low.c (arm_eabi_breakpoint): New variable.Daniel Jacobowitz2005-11-132-1/+21
| | | | | (arm_breakpoint_at): Recognize both breakpoints. (the_low_target): Use the correct breakpoint instruction.
* *** empty log message ***gdbadmin2005-11-131-1/+1
|
* 2005-11-12 Jim Blandy <jimb@redhat.com>Jim Blandy2005-11-122-112/+117
| | | | | * gdb.texinfo (General Query Packets): Put packets in alphabetical order. Remove extraneous 'z'.
* daily updateAlan Modra2005-11-121-1/+1
|
* *** empty log message ***gdbadmin2005-11-121-1/+1
|
* daily updateAlan Modra2005-11-111-1/+1
|
* 2005-11-11 Michael Snyder <msnyder@redhat.com>Michael Snyder2005-11-112-1/+10
| | | | * inftarg.c (child_wait): Delete unused local variable.
* * Makefile.def: Remove gdb dependencies for gdbtk.Daniel Jacobowitz2005-11-116-64/+76
| | | | | | | * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables. (configure-gdb, install-gdb): New rules. * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK. * Makefile.in, configure: Regenerated.
* PR tui/1995Stephane Carrez2005-11-112-9/+16
| | | | | * tui/tui-command.c (tui_dispatch_ctrl_char): Handle CTRL-L even if the focus is on the command window.
* * tui/tui-win.c (tui_update_gdb_sizes): Use tui_term_width() andStephane Carrez2005-11-112-4/+8
| | | | | tui_term_height() to restore the terminal size when leaving the TUI mode.
* From Spencer Oliver <spencer.oliver@anglia.com>:Keith Seitz2005-11-112-1/+9
| | | | | * library/targetselection.itb (build_win): Only pack the xterm checkbutton on unix platforms.
* * gdb.asm/m68hc11.inc: Setup the data section.Stephane Carrez2005-11-113-3/+45
| | | | | | * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker script for this test. (m6812-*-*): Likewise.
* PR 1150Nick Clifton2005-11-115-2/+51
| | | | | | | | | | | | | | | * readelf.c (get_mips_symbol_other): New function. (get_symbol_other): New function. (process_symbol_table): Call get_symbol_other() to get a description of the st_other field if it contains more information than just the visibility. * elfxx-mips.c (mips_elf_calculate_relocation): Ignore an undefined symbol if it is optional. (_bfd_mips_elf_merge_symbol_attribute): Make sure that the optional flag is merged as well as the visibility. * elfxx-mips.h (_bfd_mips_elf_merge_symbol_attribute): Prototype. (elf_backend_merge_symbol_attribute): Define. * mips.h (STO_OPTIONAL): Define. (ELF_MIPS_IS_OPTIONAL): Define.
* * m68hc11-tdep.c (m68hc11_pseudo_register_write): Use gdb_byteStephane Carrez2005-11-112-18/+20
| | | | | | | | | | | for buffers. (m68hc11_pseudo_register_read): Likewise. (m68hc11_return_value): Likewise. (m68hc11_frame_prev_register): Likewise. (m68hc11_frame_align): Remove as its seems no longer necessary. (m68hc11_gdbarch_init): Don't install frame_align handler. (m68hc11_scan_prologue): Fix crash that occurred when called from m68hc11_skip_prologue
* *** empty log message ***gdbadmin2005-11-111-1/+1
|
* daily updateAlan Modra2005-11-101-1/+1
|