summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import readline 5.1 on the branch.readline_5_1-import-branchcvs/readline_5_1-import-branchDaniel Jacobowitz2006-04-24841-152990/+8826
|
* touched all sources to ease import of readline-5.1readline_5_1-import-branchpointreadline-pre-51-importElena Zannoni2006-04-203-2/+15
|
* import of readlilne 5.1Elena Zannoni2006-04-200-0/+0
|
* Initial revisionElena Zannoni2006-04-2028-0/+15554
|
* * m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):Daniel Jacobowitz2006-04-202-1/+7
| | | | | Correct type of VALUEP. Reported by Jean-Rene Peulve <jr.peulve@wanadoo.fr>.
* daily updateAlan Modra2006-04-201-1/+1
|
* *** empty log message ***gdbadmin2006-04-201-1/+1
|
* * Makefile.am: Run "make dep-am".Alan Modra2006-04-196-56/+72
| | | | * Makefile.in: Regenerate.
* 2006-04-19 Masaki Muranaka <monaka@monami-software.com>Kazuhiro Inaoka2006-04-193-0/+23
| | | | | | | | * m32r-rom.c: On MinGW, include winsock.h instead of sys/types.h, netdb.h, netinet/in.h. (m32r_upload_command); Add calls WSAStartup(). * remote-m32r-sdi.c: On MinGW, include winsock.h instead of netinet/in.h.
* * avr-dis.c (avr_operand): Warning fix.Alan Modra2006-04-192-1/+3
|
* bfd/Alan Modra2006-04-195-8/+17
| | | | | | | | | | | | | | | | * warning.m4 (--enable-werror, -build-warnings): Format help messages. * configure: Regenerate. binutils/ * configure: Regenerate. gas/ * configure.in (--enable-targets): Indent help message. * configure: Regenerate. gprof/ * configure: Regenerate. ld/ * configure: Regenerate. opcodes/ * configure: Regenerate.
* * configure.in (m32c): Build libstdc++-v3. Pass flags toDJ Delorie2006-04-193-138/+167
| | | | | | reference libgloss so that libssp can be built in a combined tree. * configure: Regenerate.
* *** empty log message ***gdbadmin2006-04-191-1/+1
|
* daily updateAlan Modra2006-04-191-1/+1
|
* gdb/Daniel Jacobowitz2006-04-1842-411/+620
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * breakpoint.c (deprecated_read_memory_nobpt): Update to use shadow_len. (insert_bp_location, reattach_breakpoints, remove_breakpoint) (delete_breakpoint): Update calls to changed methods. (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint) (single_step_breakpoints, insert_single_step_breakpoint) (remove_single_step_breakpoints): New. * breakpoint.h (struct bp_target_info): New. (struct bp_location): Replace shadow_contents with target_info and overlay_target_info. (deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint) (insert_single_step_breakpoint, remove_single_step_breakpoints): New prototypes. * gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h. (memory_insert_breakpoint, memory_remove_breakpoint): Update second argument. * mem-break.c (default_memory_insert_breakpoint): Update. Set placed_address, placed_size, and shadow_len. (default_memory_remove_breakpoint): Update. Don't use BREAKPOINT_FROM_PC. (memory_insert_breakpoint, memory_remove_breakpoint): Update. * target.c (update_current_target): Update prototypes for changed functions. (debug_to_insert_breakpoint, debug_to_remove_breakpoint) (debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint): Update. * target.h: Forward declare struct bp_target_info. (struct target_ops): Use a bp_target_info argument for to_insert_breakpoint, to_remove_breakpoint, to_insert_hw_breakpoint, and to_remove_hw_breakpoint. (target_insert_breakpoint, target_remove_breakpoint) (target_insert_hw_breakpoint, target_remove_hw_breakpoint) (memory_insert_breakpoint, memory_remove_breakpoint) (default_memory_insert_breakpoint, default_memory_remove_breakpoint): Update. * config/i386/nm-i386.h: Forward declare struct bp_target_info. (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update. (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise. * gdbarch.c, gdbarch.h: Regenerated. * alpha-tdep.c (alpha_software_single_step): Use insert_single_step_breakpoint and remove_single_step_breakpoints. Remove unused statics. * arm-tdep.c (arm_software_single_step): Likewise. Add a note. * cris-tdep.c (cris_software_single_step): Likewise. * mips-tdep.c (mips_software_single_step): Likewise. * rs6000-tdep.c (rs6000_software_single_step): Likewise. * sparc-tdep.c (sparc_software_single_step): Likewise. * wince.c (struct thread_info_struct): Remove step_prev. (undoSStep): Use remove_single_step_breakpoints. (wince_software_single_step): Use insert_single_step_breakpoint. * corelow.c (ignore): Remove unneeded prototype. Update arguments. * exec.c (ignore): Likewise. * sol-thread.c (ignore): Likewise. * procfs.c (dbx_link_shadow_contents): Delete. (dbx_link_bpt): New. (procfs_mourn_inferior): Remove it if necessary. (remove_dbx_link_breakpoint): Use it. (insert_dbx_link_bpt_in_file): Set it. (procfs_init_inferior): Don't update dbx_link_bpt_addr. * rs6000-nat.c (exec_one_dummy_insn): Use deprecated_insert_raw_breakpoint and deprecated_remove_raw_breakpoint. * solib-irix.c (shadow_contents, breakpoint_addr): Delete. (base_breakpoint): New. (disable_break): Use it. (enable_break): Set it. * i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update. * ia64-tdep.c (ia64_memory_insert_breakpoint) (ia64_memory_remove_breakpoint): Likewise. * m32r-tdep.c (m32r_memory_insert_breakpoint) (m32r_memory_remove_breakpoint): Likewise. * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint): Likewise. Remove unnecessary prototypes. Use placed_address and placed_size. Removed useless read from memory. * nto-procfs.c (procfs_insert_breakpoint) (procfs_remove_breakpoint, procfs_insert_hw_breakpoint) (procfs_remove_hw_breakpoint): Update. * ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise. * ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise. * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise. * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise. * remote-e7000.c (e7000_insert_breakpoint) (e7000_remove_breakpoint): Likewise. * remote-m32r-sdi.c (m32r_insert_breakpoint) (m32r_remove_breakpoint): Likewise. * remote-mips.c (mips_insert_breakpoint) (mips_remove_breakpoint): Likewise. * remote-rdp.c (remote_rdp_insert_breakpoint) (remote_rdp_remove_breakpoint): Likewise. (rdp_step): Use deprecated_insert_raw_breakpoint and deprecated_remove_raw_breakpoint. * remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint): Update. * remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint): Delete. (init_gdbsim_ops): Use memory_insert_breakpoint and memory_remove_breakpoint. * remote-st.c (st2000_insert_breakpoint) (st2000_remove_breakpoint): Update. Remove unused BREAKPOINT_FROM_PC. * remote.c (remote_insert_breakpoint, remote_remove_breakpoint): Update. Use placed_address and placed_size. (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise. gdb/doc/ * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert and remove breakpoint prototypes. (Watchpoints): Move description of target_insert_hw_breakpoint and target_remove_hw_breakpoint ... (Breakpoints): ... to here. Document target_insert_breakpoint and target_remove_breakpoint.
* PR 2257Nick Clifton2006-04-182-2/+17
| | | | | | | | * elfcode.h (elf_object_p): Allow files with corrupt e_shstrndx fields to still be handled as ELF files. * readelf.c (SECTION_NAME): Cope with a missing string table. (process_file_header): Cope with a corrupt e_shstrndx field. (process_section_headers): Correctly handle an e_shstrndx value of SHF_UNDEF.
* * dv-tx3904tmr.c (deliver_tx3904tmr_tick): Add missing break statement.Nick Clifton2006-04-182-0/+6
|
* ooops - omitted from previous deltaNick Clifton2006-04-181-0/+4
|
* * interp.c (sim_stop_reason): Fix typo.Nick Clifton2006-04-181-1/+1
|
* gdb/doc/ChangeLog:Jim Blandy2006-04-182-4/+9
| | | | | | | 2006-04-17 Jim Blandy <jimb@codesourcery.com> * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c, and C packets are optional.
* daily updateAlan Modra2006-04-181-1/+1
|
* *** empty log message ***gdbadmin2006-04-181-1/+1
|
* daily updateAlan Modra2006-04-171-1/+1
|
* *** empty log message ***gdbadmin2006-04-171-1/+1
|
* file fi.gmo was initially added on branch binutils-2_17-branch.Daniel Jacobowitz2006-04-160-0/+0
|
* file vi.gmo was initially added on branch binutils-2_17-branch.Daniel Jacobowitz2006-04-160-0/+0
|
* file zh_CN.gmo was initially added on branch binutils-2_17-branch.Daniel Jacobowitz2006-04-160-0/+0
|
* file ga.gmo was initially added on branch binutils-2_17-branch.Daniel Jacobowitz2006-04-160-0/+0
|
* file rw.gmo was initially added on branch binutils-2_17-branch.Daniel Jacobowitz2006-04-160-0/+0
|
* Update POTFILES.in.Daniel Jacobowitz2006-04-164-0/+17
|
* * configure.in: Update version to 2.17.50.Daniel Jacobowitz2006-04-163-2/+7
| | | | * configure: Regenerated.
* daily updatebinutils-2_17-branchpointAlan Modra2006-04-161-1/+1
|
* *** empty log message ***gdbadmin2006-04-161-1/+1
|
* daily updateAlan Modra2006-04-151-1/+1
|
* *** empty log message ***gdbadmin2006-04-151-1/+1
|
* * elf32-xtensa.c (build_reloc_opcodes): New.Bob Wilson2006-04-142-5/+45
| | | | | | | (compute_text_actions): Use it to decode opcodes outside inner loop. (check_section_ebb_pcrels_fit): Add "reloc_opcodes" argument, and if it is set, use it to get the opcodes for relocations. (move_shared_literal): Adjust call to check_section_ebb_pcrels_fit.
* 2006-04-14 Frederic Riss <frederic.riss@st.com>Frederic Riss2006-04-142-4/+9
| | | | | | * gdb.texinfo (Specifying source directories): Update the description of the source file search to reflect the fact that the source path always contains at least $cdir and $cwd.
* *** empty log message ***gdbadmin2006-04-141-1/+1
|
* daily updateAlan Modra2006-04-141-1/+1
|
* daily updateAlan Modra2006-04-131-1/+1
|
* *** empty log message ***gdbadmin2006-04-131-1/+1
|
* merge from gccDJ Delorie2006-04-1211-52/+388
|
* file symbian.mt was initially added on branch gdb-csl-symbian-20060226-branch.Daniel Jacobowitz2006-04-120-0/+0
|
* file symbian-tdep.c was initially added on branch ↵Daniel Jacobowitz2006-04-120-0/+0
| | | | gdb-csl-symbian-20060226-branch.
* * remote.c (extended_remote_restart): Pass the correct lengthDaniel Jacobowitz2006-04-122-1/+6
| | | | to getpkt.
* PR binutils/2454Nick Clifton2006-04-122-1/+13
| | | | | * avr-dis.c (avr_operand): Arrange for a comment to appear before the symolic form of an address, so that the output of objdump -d can be reassembled.
* daily updateAlan Modra2006-04-121-1/+1
|
* *** empty log message ***gdbadmin2006-04-121-1/+1
|
* src/gdb/ChangeLog:Jim Blandy2006-04-112-2/+11
| | | | | | | | 2006-04-11 Jim Blandy <jimb@codesourcery.com> * serial.c (serial_open): Check for special cases at the front of the "device" name before scanning for the ':' that would indicate an IP-based connection.
* daily updateAlan Modra2006-04-111-1/+1
|