Tristan Gingold
066d7383ac
2009-10-13 Tristan Gingold <gingold@adacore.com>
...
* 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 10:31:40 +00:00
Tristan Gingold
f192ea96fd
2009-10-13 Tristan Gingold <gingold@adacore.com>
...
* 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-13 09:42:57 +00:00
Tristan Gingold
279017b761
2009-10-12 Tristan Gingold <gingold@adacore.com>
...
* gdb.base/sepdebug.exp: Check debug info are found.
2009-10-13 07:57:28 +00:00
Tristan Gingold
e361b228f2
2009-10-12 Tristan Gingold <gingold@adacore.com>
...
* 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.
2009-10-13 07:56:29 +00:00
gdbadmin
01c4733f39
*** empty log message ***
2009-10-13 00:00:04 +00:00
Paul Pluzhnikov
cba4b2d32a
doc/
...
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 20:11:51 +00:00
Michael Snyder
3800e64539
2009-10-12 Jiang Jilin <freephp@gmail.com>
...
* i386-tdep.c (i386_process_record): Add xgetbv/xsetbv
instructions support.
2009-10-12 15:52:28 +00:00
Michael Snyder
2f8132f3e5
2009-10-11 Michael Snyder <msnyder@vmware.com>
...
* gdb.texinfo (ReverseStep): Show default as "unsupported".
(ReverseContinue): Ditto.
2009-10-12 01:59:54 +00:00
gdbadmin
441ef25cee
*** empty log message ***
2009-10-12 00:00:33 +00:00
Pedro Alves
8903eff681
* procfs.c (procfs_make_note_section): Go back to only outputing
...
an NT_PSTATUS note when UNIXWARE is defined.
2009-10-11 22:50:08 +00:00
Daniel Jacobowitz
9108f110ee
* features/xinclude.dtd: Correct EMPTY typo.
2009-10-11 20:24:18 +00:00
Michael Snyder
7afee70046
2009-10-09 Michael Snyder <msnyder@vmware.com>
...
* i386-tdep.c (i386_process_record): Or-equals, not not-equals.
2009-10-11 03:20:44 +00:00
Michael Snyder
86839d384e
*** empty log message ***
2009-10-11 03:20:20 +00:00
gdbadmin
329fb90540
*** empty log message ***
2009-10-11 00:00:32 +00:00
Pedro Alves
d6fd467483
* mi/mi-cmd-stack.c (list_args_or_locals): Use internal_error.
...
Put "break" statements on their own line.
2009-10-10 16:58:13 +00:00
gdbadmin
ce49a3ec06
*** empty log message ***
2009-10-10 00:00:02 +00:00
Pedro Alves
287369626f
* linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
...
we found no event while waiting for a specific LWP.
* infrun.c (handle_inferior_event): Handle TARGET_WAITKIND_IGNORE
before anything else.
2009-10-09 01:57:12 +00:00
Pedro Alves
651c8d2d6c
* procfs.c (procfs_make_note_section): Always output a NT_PSTATUS
...
note when NEW_PROC_API is defined.
2009-10-09 01:28:02 +00:00
Pedro Alves
62f33d08c8
* corelow.c (add_to_thread_list): Fix typo.
2009-10-09 01:01:22 +00:00
Pedro Alves
3cdd9356b1
* corelow.c (core_has_fake_pid): New.
...
(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.
2009-10-09 00:49:06 +00:00
Paul Pluzhnikov
cdbfd4198e
doc/
...
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-09 00:31:01 +00:00
gdbadmin
37e124c9c3
*** empty log message ***
2009-10-09 00:00:03 +00:00
Pedro Alves
0413d7389a
gdb/testsuite/
...
* lib/gdb.exp (gdb_compile): Remove dead aix and irix related
bits.
2009-10-08 22:42:53 +00:00
Paul Pluzhnikov
1800f484a2
2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
...
PR gdb/10457
* elfread.c (elf_symtab_read): Don't use alloca in a loop.
2009-10-08 16:38:42 +00:00
Jan Kratochvil
da082f1797
gdb/doc/
...
* gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2009-10-08 13:08:26 +00:00
gdbadmin
092004b486
*** empty log message ***
2009-10-08 00:00:03 +00:00
Jan Kratochvil
c628eeccab
gdb/testsuite/
...
* gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2009-10-07 19:52:28 +00:00
Jan Kratochvil
fc5abaaec1
gdb/
...
* i386-nat.c (i386_stopped_by_hwbp): Remove.
2009-10-07 19:35:06 +00:00
Joel Brobecker
abc7453d9c
* NEWS: Update following the GDB 7.0 release.
2009-10-07 18:27:22 +00:00
Joel Brobecker
38af1bfe5d
* gdb.base/watchpoints.c: Add copyright header. Reformat one
...
of the comments.
2009-10-07 18:17:32 +00:00
gdbadmin
8e68303598
*** empty log message ***
2009-10-07 00:00:03 +00:00
Pierre Muller
905e0470f4
ARI fix: OP eol rule.
...
* doublest.c (floatformat_from_length): Avoid operator at end of line.
* dwarf2-frame.c (dwarf2_build_frame_info): Idem.
* dwarf2read.c (read_array_order, dwarf_decode_macros): Idem.
* eval.c (evaluate_subexp_standard): Idem.
* event-loop.c (create_timer, handle_timer_event): Idem.
* expprint.c (print_subexp_standard): Idem.
* f-exp.y (variable): Idem.
* f-typeprint.c (f_print_type): Idem.
2009-10-06 23:27:05 +00:00
Pierre Muller
5aafa1cc49
ARI fix: OP eol rule.
...
* blockframe.c (find_pc_partial_function): Avoid operator at end of
line.
* buildsym.c (find_symbol_in_list): Idem.
(start_subfile, patch_subfile_names): Idem.
* c-exp.y (variable, yylex): Idem.
* c-typeprint.c (c_print_type, c_type_print_base): Idem.
* c-valprint.c (c_val_print): Idem.
* coffread.c (patch_opaque_types, process_coff_symbol): Idem.
* corelow.c (core_open): Idem.
* cris-tdep.c (move_reg_to_mem_movem_op): Idem.
* cli/cli-decode.c (help_cmd_list, find_command_name_length): Idem.
2009-10-06 22:47:20 +00:00
Pierre Muller
f8bf576366
ARI fix: OP eol rule.
...
* ada-exp.y (block_lookup): Avoid operator at end of line.
* aix-thread.c (pd_enable): Idem.
* alpha-tdep.c (alpha_next_pc): Idem.
* arm-tdep.c (arm_skip_prologue, arm_scan_prologue): Idem.
(condition_true, coff_sym_is_thumb): Idem.
2009-10-06 21:27:59 +00:00
Michael Eager
08be9d7117
* info (Contributors): Add self for Xilinx MicroBlaze.
...
(Embedded Processors): Add MicroBlaze.
(MicroBlaze): New. Describe Xilinx MicroBlaze
2009-10-06 18:02:36 +00:00
gdbadmin
0969f4e9e5
GDB 7.0 released.
2009-10-06 17:40:34 +00:00
Joel Brobecker
37e5cb2bc7
Minor reformatting of the last entry.
2009-10-06 16:04:05 +00:00
Pierre Muller
67e5d36c36
* ARI fix: "%p" rule.
...
target.c (debug_to_thread_architecture): Replace %p by %s using
host_address_to_string function.
2009-10-06 15:32:18 +00:00
Pierre Muller
2b0adecd0d
* gdb.base/annota1.exp: Remove obsolete match_max increase.
...
* gdb.base/annota3.exp: Idem.
* gdb.base/maint.exp: Idem.
2009-10-06 15:12:06 +00:00
Tristan Gingold
15c19d39c2
2009-10-06 Tristan Gingold <gingold@adacore.com>
...
* darwin-nat.c: Add __TEXT __info_plist content.
(darwin_attach_pid): Update error message.
2009-10-06 07:23:05 +00:00
Joel Brobecker
3e6b03994f
* MAINTAINERS: Add Tristan Gingold as Maintainer of the Darwin port.
2009-10-06 05:14:46 +00:00
Joel Brobecker
606139a190
* MAINTAINERS: Add Jan Kratochvil as Maintainer of the ia64 target.
2009-10-06 02:56:04 +00:00
gdbadmin
852164b6e8
*** empty log message ***
2009-10-06 00:00:34 +00:00
Pedro Alves
5b564bb74d
Revert:
...
2009-10-04 Pedro Alves <pedro@codesourcery.com>
* gdbinit.in: Set data-directory to @srcdir@.
2009-10-05 13:46:52 +00:00
Pierre Muller
8d417781d6
* lib/gdb.exp (default_gdb_init): Set current value of match_max
...
to default.
2009-10-05 06:27:46 +00:00
gdbadmin
b46dc4e34b
*** empty log message ***
2009-10-05 00:00:34 +00:00
Pedro Alves
11ade57aac
* NEWS: Mention non-stop mode.
2009-10-04 17:39:30 +00:00
Pedro Alves
08a0efd07a
* gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2009-10-04 17:37:57 +00:00
Pedro Alves
d166c213e0
* gdbinit.in: Set data-directory to @srcdir@.
2009-10-04 13:50:08 +00:00
gdbadmin
000d2dc969
*** empty log message ***
2009-10-04 00:00:03 +00:00