summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gdb/Pedro Alves2009-10-143-2/+8
| | | | | * configure.ac (build_warnings): Add -Wunused-value. * configure: Regenerate.
* 2009-10-14 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-10-142-5/+10
| | | | | * solib-darwin.c: Remove trailing whitespaces. (darwin_dyld_version_ok): Fix typo.
* PR 969Alan Modra2009-10-142-2/+7
| | | | * m68k-opc.c (m68k_opcodes): Correct mask for macl and msacl.
* 2009-10-14 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs2009-10-142-1/+16
| | | | | | | | | * sh-tdep.c (sh_gdbarch_init): Add show_regs settings for bfd_mach_sh3_nommu, bfd_mach_sh2a_nofpu_or_sh3_nommu, bfd_mach_sh2a_or_sh3e, bfd_mach_sh2a_or_sh4, bfd_mach_sh4_nommu_nofpu, and bfd_mach_sh2a_nofpu_or_sh4_nommu_nofpu. Move bfd_mach_sh2a_or_sh4 to use the same configuration as bfd_mach_sh4.
* include/Alan Modra2009-10-144-4/+14
| | | | | | | | | | * bfdlink.h (enum bfd_link_common_skip_ar_symbols): Rename from bfd_link_common_skip_ar_aymbols. (struct bfd_link_info): Here too. bfd/ * aoutx.h (aout_link_check_ar_symbols): Typo fix. ld/ * emultempl/netbsd.em (gldnetbsd_before_parse): Typo fix.
* *** empty log message ***gdbadmin2009-10-141-1/+1
|
* * MAINTAINERS (common): Move myself to "past maintainers" section.Ben Elliston2009-10-132-1/+5
|
* daily updateAlan Modra2009-10-131-1/+1
|
* * arm-tdep.c (arm_push_dummy_call): Set the low bit of LR forDaniel Jacobowitz2009-10-132-8/+211
| | | | | | a Thumb entry point. (thumb_get_next_pc): Handle Thumb-2 and ARM v6 instructions. Refuse to single step into IT blocks.
* 2009-10-13 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-10-132-5/+11
| | | | | * i386-dis.c (print_insn): Always clear need_vex, need_vex_reg and vex_w_done.
* 2009-10-13 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-10-132-1/+9
| | | | | | PR binutils/10763 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Declare plt earlier.
* 2009-10-13 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-134-2/+10
| | | | | | | | | | gdb/ * infcall.c (call_function_by_hand): Formatting. 2009-10-13 Pedro Alves <pedro@codesourcery.com> gdb/gdbserver/ * proc-service.c (ps_lgetregs): Formatting.
* 2009-10-13 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-10-132-5/+35
| | | | | | | | | | | * solib-darwin.c: Add an empty line after comment for functions. (struct gdb_dyld_all_image_infos): Improve comment. (DYLD_VERSION): Removed and replaced by ... (DYLD_VERSION_MAX, DYLD_VERSION_MIN): ... New macros. (darwin_dyld_version_ok): New function. (darwin_load_image_infos): Call darwin_dyld_version_ok. (darwin_current_sos): Ditto. (darwin_solib_create_inferior_hook): Ditto.
* 2009-10-13 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-10-132-107/+162
| | | | | | | | * machoread.c: Add an empty line after comment for functions. (oso_el_compare_name): New function. (macho_add_oso_symfile): New function. (macho_oso_symfile): Use macho_add_oso_symfile. Sort the oso and optimize accesses to libraries.
* 2009-10-12 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-10-132-0/+7
| | | | * gdb.base/sepdebug.exp: Check debug info are found.
* 2009-10-12 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-10-134-4/+36
| | | | | | | | * objfiles.c (objfile_has_symbols): New function. * objfiles.h (objfile_has_symbols): Add prototype. * symfile.c (symbol_file_add_with_addrs_or_offsets): Call objfile_has_symbols. (reread_symbols): Ditto.
* * elflink.c (_bfd_elf_merge_symbol): Revert previous patch.Alan Modra2009-10-132-4/+8
|
* Fix toplevel 'config.status --recheck' for --enable-lto.Ralf Wildenhues2009-10-133-2/+14
| | | | | | | /: * configure.ac: Add 'lto' to enable_languages, not new_enable_languages, and only if not already present. * configure: Regenerate.
* Fix %s that should be %B in several message formats.Roland McGrath2009-10-132-7/+12
|
* *** empty log message ***gdbadmin2009-10-131-1/+1
|
* daily updateAlan Modra2009-10-121-1/+1
|
* doc/Paul Pluzhnikov2009-10-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com> * gdb.texinfo (Server): Document libthread-db-search-path. gdbserver/ 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com> * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove. * configure.ac: Adjust. * linux-low.h (struct process_info_private): Move members to struct thread_db. (thread_db_free, thread_db_handle_monitor_command): New prototype. * linux-low.c (linux_remove_process): Adjust. (linux_wait_for_event_1, linux_look_up_symbols): Likewise. * server.c (handle_query): Move code ... (handle_monitor_command): ... here. New function. * target.h (struct target_ops): New member. * thread-db.c (struct thread_db): New. (libthread_db_search_path): New variable. (thread_db_create_event, thread_db_enable_reporting) (find_one_thread, maybe_attach_thread, find_new_threads_callback) (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust. (try_thread_db_load_1, dladdr_to_soname): New functions. (try_thread_db_load, thread_db_load_search): New functions. (thread_db_init): Search for libthread_db. (thread_db_free): New function. (thread_db_handle_monitor_command): Likewise. * config.in: Regenerate. * configure: Regenerate.
* 2009-10-12 Jiang Jilin <freephp@gmail.com>Michael Snyder2009-10-122-0/+18
| | | | | * i386-tdep.c (i386_process_record): Add xgetbv/xsetbv instructions support.
* 2009-10-11 Michael Snyder <msnyder@vmware.com>Michael Snyder2009-10-122-2/+7
| | | | | * gdb.texinfo (ReverseStep): Show default as "unsupported". (ReverseContinue): Ditto.
* *** empty log message ***gdbadmin2009-10-121-1/+1
|
* daily updateAlan Modra2009-10-111-1/+1
|
* * procfs.c (procfs_make_note_section): Go back to only outputingPedro Alves2009-10-112-1/+6
| | | | an NT_PSTATUS note when UNIXWARE is defined.
* * features/xinclude.dtd: Correct EMPTY typo.Daniel Jacobowitz2009-10-112-1/+5
|
* 2009-10-09 Michael Snyder <msnyder@vmware.com>Michael Snyder2009-10-111-0/+4
| | | | * i386-tdep.c (i386_process_record): Or-equals, not not-equals.
* *** empty log message ***Michael Snyder2009-10-111-1/+1
|
* *** empty log message ***gdbadmin2009-10-111-1/+1
|
* daily updateAlan Modra2009-10-101-1/+1
|
* * mi/mi-cmd-stack.c (list_args_or_locals): Use internal_error.Pedro Alves2009-10-102-4/+13
| | | | Put "break" statements on their own line.
* * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols forAlan Modra2009-10-102-3/+10
| | | | excluded output sections.
* *** empty log message ***gdbadmin2009-10-101-1/+1
|
* daily updateAlan Modra2009-10-091-1/+1
|
* merge from gccDJ Delorie2009-10-092-1/+6
|
* bfd/Tristan Gingold2009-10-092-0/+7
| | | | | | | 2009-10-09 Tristan Gingold <gingold@adacore.com> * mach-o.c (bfd_mach_o_read_command): Handle BFD_MACH_O_LC_RPATH. (bfd_mach_o_bfd_print_private_bfd_data): Ditto.
* 2009-10-09 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-10-093-90/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mach-o.c (bfd_mach_o_scan_read_symtab_symbols): Rename to bfd_mach_o_read_symtab_symbols. (bfd_mach_o_scan_write_thread): Rename to bfd_mach_o_write_thread. (bfd_mach_o_scan_write_relocs): Rename to bfd_mach_o_write_relocs. (bfd_mach_o_scan_write_section_32): Rename to bfd_mach_o_write_section_32. (bfd_mach_o_scan_write_section_64): Rename to bfd_mach_o_write_section_64. (bfd_mach_o_scan_write_segment_32): Rename to bfd_mach_o_write_segment_32. (bfd_mach_o_scan_write_segment_64): Rename to bfd_mach_o_write_segment_64. (bfd_mach_o_scan_write_symtab): Rename to bfd_mach_o_write_symtab. (bfd_mach_o_scan_read_section_32): Rename to bfd_mach_o_read_section_32. (bfd_mach_o_scan_read_section_64): Rename to bfd_mach_o_read_section_64. (bfd_mach_o_scan_read_section): Rename to bfd_mach_o_read_section. (bfd_mach_o_scan_read_symtab_strtab): Rename to bfd_mach_o_read_symtab_strtab. (bfd_mach_o_scan_read_symtab_symbol): Rename to bfd_mach_o_read_symtab_symbol. (bfd_mach_o_scan_read_dysymtab_symbol): Rename to bfd_mach_o_read_dysymtab_symbol. (bfd_mach_o_scan_read_dylinker): Rename to bfd_mach_o_read_dylinker. (bfd_mach_o_scan_read_dylib): Rename to bfd_mach_o_read_dylib. (bfd_mach_o_scan_read_prebound_dylib): Rename to bfd_mach_o_read_prebound_dylib. (bfd_mach_o_scan_read_thread): Rename to bfd_mach_o_read_thread. (bfd_mach_o_scan_read_dysymtab): Rename to bfd_mach_o_read_dysymtab. (bfd_mach_o_scan_read_symtab): Rename to bfd_mach_o_read_symtab. (bfd_mach_o_scan_read_uuid): Rename to bfd_mach_o_read_uuid. (bfd_mach_o_scan_read_linkedit): Rename to bfd_mach_o_read_linkedit. (bfd_mach_o_scan_read_str): Rename to bfd_mach_o_read_str. (bfd_mach_o_scan_read_dyld_info): Rename to bfd_mach_o_read_dyld_info. (bfd_mach_o_scan_read_segment): Rename to bfd_mach_o_read_segment. (bfd_mach_o_scan_read_segment_32): Rename to bfd_mach_o_read_segment_32. (bfd_mach_o_scan_read_segment_64): Rename to bfd_mach_o_read_segment_64. (bfd_mach_o_scan_read_command): Rename to bfd_mach_o_read_command. * mach-o.h (bfd_mach_o_scan_read_dysymtab_symbol): Rename to bfd_mach_o_read_dysymtab_symbol.
* 2009-10-09 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-10-094-38/+149
| | | | | | | | | | * mach-o.c (bfd_mach_o_section_get_entry_size): Moved. (bfd_mach_o_section_get_nbr_indirect): Ditto. (bfd_mach_o_get_synthetic_symtab): New function. (bfd_mach_o_print_private_header): Print the number of commands in decimal. * mach-o.h (bfd_mach_o_get_synthetic_symtab): Add prototype. * mach-o-target.c: Do not defined bfd_mach_o_get_synthetic_symtab.
* merge from gccDJ Delorie2009-10-093-12/+80
|
* * linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG andPedro Alves2009-10-093-33/+49
| | | | | | we found no event while waiting for a specific LWP. * infrun.c (handle_inferior_event): Handle TARGET_WAITKIND_IGNORE before anything else.
* * procfs.c (procfs_make_note_section): Always output a NT_PSTATUSPedro Alves2009-10-092-2/+10
| | | | note when NEW_PROC_API is defined.
* * corelow.c (add_to_thread_list): Fix typo.Pedro Alves2009-10-092-1/+3
|
* * corelow.c (core_has_fake_pid): New.Pedro Alves2009-10-092-24/+67
| | | | | | | | | | (core_close): Clear it. (add_to_thread_list): Fake a pid if one is not found on a Solaris core. Add the inferior here. Always add the thread, don't use thread_change_ptid. (core_open): Don't add the main thread or the inferior here unless we find that the core had no .reg/NN sections. (get_core_register_section): Handle Solaris cores with fake pids.
* doc/Paul Pluzhnikov2009-10-0911-342/+431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com> * gdb.texinfo (Server): Document libthread-db-search-path. gdbserver/ 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com> * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove. * configure.ac: Adjust. * linux-low.h (struct process_info_private): Move members to struct thread_db. (thread_db_free, thread_db_handle_monitor_command): New prototype. * linux-low.c (linux_remove_process): Adjust. (linux_wait_for_event_1, linux_look_up_symbols): Likewise. * server.c (handle_query): Move code ... (handle_monitor_command): ... here. New function. * target.h (struct target_ops): New member. * thread-db.c (struct thread_db): New. (libthread_db_search_path): New variable. (thread_db_create_event, thread_db_enable_reporting) (find_one_thread, maybe_attach_thread, find_new_threads_callback) (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust. (try_thread_db_load_1, dladdr_to_soname): New functions. (try_thread_db_load, thread_db_load_search): New functions. (thread_db_init): Search for libthread_db. (thread_db_free): New function. (thread_db_handle_monitor_command): Likewise. * config.in: Regenerate. * configure: Regenerate.
* *** empty log message ***gdbadmin2009-10-091-1/+1
|
* daily updateAlan Modra2009-10-081-1/+1
|
* gdb/testsuite/Pedro Alves2009-10-082-10/+9
| | | | | * lib/gdb.exp (gdb_compile): Remove dead aix and irix related bits.
* 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2009-10-082-1/+7
| | | | | PR gdb/10457 * elfread.c (elf_symtab_read): Don't use alloca in a loop.