Nick Roberts
bcf6fc3ae4
*** empty log message ***
2008-06-06 00:41:22 +00:00
Nick Roberts
47741aa56c
(thread_switch): Test for thread-changed annotation.
2008-06-06 00:40:21 +00:00
Nick Roberts
aeac218185
(Multi-threaded Apps): Add entry for thread-changed annotation.
2008-06-06 00:35:16 +00:00
Nick Roberts
b8fa951a9b
* annotate.c (annotate_thread_changed): New function.
...
* thread.c (thread_command) : Use it.
* infrun.c (normal_stop): Use it.
2008-06-06 00:33:52 +00:00
Nick Roberts
3d6d0b9dd5
*** empty log message ***
2008-06-06 00:30:27 +00:00
Alan Modra
4636d79789
daily update
2008-06-06 00:00:04 +00:00
gdbadmin
e85e8e7c6f
*** empty log message ***
2008-06-06 00:00:03 +00:00
Joseph Myers
c16158bc9c
2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
...
Nathan Sidwell <nathan@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* acinclude.m4: Include ../config/acx.m4.
* configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
* configure, config.in: Regenerate.
* main.c (print_gdb_help): Use REPORT_BUGS_TO for bug-reporting
address.
* top.c (print_gdb_version): Use PKGVERSION and REPORT_BUGS_TO.
doc:
2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
and ACX_BUGURL.
* configure: Regenerate.
* Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
(GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
* gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
mailing-list-specific text about bug reporting unless
BUGURL_DEFAULT.
gdbserver:
2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* acinclude.m4: Include ../../config/acx.m4.
* configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
* configure, config.in: Regenerate.
* Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
* server.c (gdbserver_version): Print PKGVERSION.
(gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
(main): Adjust gdbserver_usage calls.
* gdbreplay.c (version, host_name): Add declarations.
(gdbreplay_version, gdbreplay_usage): New.
(main): Accept --version and --help options.
2008-06-05 22:36:57 +00:00
Pedro Alves
75c9938534
Replace 'target async' by 'maintenance set remote-async' and
...
'target remote' combination.
* remote.c (remote_async_wait): Merge into remote_wait, and
remove.
(remote_async_permitted, remote_async_permitted_set): New
variables.
(set_maintenance_remote_async_permitted)
(show_maintenance_remote_async_permitted): New functions.
(remote_async_ops, extended_async_remote_ops): Delete.
(remote_async_open, extended_remote_async_open): Delete.
(remote_open_1): Drop async_p parameter. Update callers. Replace
async_p with remote_async_permitted checks.
(extended_async_remote_attach): Delete.
(remote_resume, remote_async_resume): Merge and leave remote_resume.
(remote_async_terminal_inferior): Rename to...
(remote_terminal_inferior): ... this, and add
remote_async_termitted check.
(remote_async_terminal_ours): Rename to...
(remote_terminal_ours): ... this, and add remote_async_termitted
check.
(remote_wait, remote_async_wait): Merge and leave remote_wait
only.
(remote_kill, remote_async_kill): Merge and leave remote_kill
only.
(remote_async_mourn, extended_async_remote_mourn): Delete.
(extended_remote_create_inferior_1): Drop async_p parameter.
Update callers. Always use extended_remote_ops.
(extended_remote_async_create_inferior): Delete.
(remote_return_zero): Delete.
(init_remote_ops): Register remote_can_async_p, remote_async,
remote_async_mask, remote_terminal_inferior and
remote_terminal_ours.
(remote_can_async_p, remote_is_async_p): Check for
remote_async_permitted.
(init_remote_async_ops, init_extended_async_remote_ops): Remove.
(set_remote_cmd): Don't add async and extended-async targets.
(_initialize_remote): Add set/show remote-async maintenance
commands.
gdb/doc/
* gdb.texinfo (-target-select): Remove reference to target async.
(Maintenance Commands): Document "maint set/show remote-async".
2008-06-05 21:35:00 +00:00
Pedro Alves
cf30943b93
* remote.c (kill_kludge): Delete.
...
(remote_wait, remote_async_wait): Don't set it.
(remote_kill, remote_async_kill): Don't do anything with it.
2008-06-05 21:13:58 +00:00
Pedro Alves
49fd4a422b
gdb/
...
* linux-thread-db.c (thread_db_wait): Don't trim event ptid.
testsuite/
* gdb.threads/execl.c, gdb.threads/execl1.c,
gdb.threads/execl.exp: New tests.
2008-06-05 21:03:59 +00:00
Aleksandar Ristovski
2e618c13af
* bcache.c (bcache_data): Call deprecated_bcache_added function.
...
(deprecated_bcache_added): New function name. Body of function
bcache_data is used here with the addition of 'added' argument.
* bcache.h (deprecated_bcache_added): New function.
* symfile.c (add_psymbol_to_bcache): New helper function, takes part of
work from add_psymbol_to_list - initialises partial symbol and stashes
it in objfile's cache.
(append_psymbol_to_list): New helper function, takes other part of
work from add_psymbol_to_list - adds partial symbol to the given list.
(add_psymbol_to_list): Call helper functions instead of doing work
here. If adding to global list, do not duplicate partial symbols in the
partial symtab.
2008-06-05 19:21:55 +00:00
Aleksandar Ristovski
8a34ac3f58
* gdb.cp/exception.exp: Activate test, make it work with pending
...
catchpoints.
2008-06-05 18:45:37 +00:00
Jan Kratochvil
86ae69ef81
* dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
2008-06-05 18:37:17 +00:00
Aleksandar Ristovski
c0b37c48d0
* breakpoint.c (print_exception_catchpoint): Put 'exception' back to
...
'exception caught|thrown' message.
2008-06-05 18:31:53 +00:00
Jan Kratochvil
1e3a102aba
* Makefile.in: Update dependencies.
...
* dwarf2expr.c: New include "gdb_assert.h".
(new_dwarf_expr_context): Initialize MAX_RECURSION_DEPTH.
(dwarf_expr_eval): Sanity check the RECURSION_DEPTH count.
(execute_stack_op): Error out on too large RECURSION_DEPTH.
Increase/decrease RECURSION_DEPTH around the function.
2008-06-05 18:25:30 +00:00
Ian Lance Taylor
f0b886e312
PR 6584
...
* binary.cc (Binary_to_elf::sized_convert): Fix .data
alignment.
2008-06-05 17:29:44 +00:00
Daniel Jacobowitz
8d38543126
* remote.c (get_offsets): Handle a single segment.
...
* symfile.c (symfile_map_offsets_to_segments): Allow more bases
than segments.
2008-06-05 16:17:54 +00:00
Alan Modra
7cfbafbcb4
PR ld/6590
...
* elf64-ppc.c (ppc_build_one_stub): Correct reloc offsets.
2008-06-05 00:30:09 +00:00
gdbadmin
b32ba39038
*** empty log message ***
2008-06-05 00:00:32 +00:00
Alan Modra
0111ea7065
daily update
2008-06-05 00:00:06 +00:00
Marc Khouzam
1763a38854
2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
...
* gdb.texinfo (GDB/MI File Transfer Commands): Typo
in -target-file-get section.
2008-06-04 23:24:19 +00:00
Daniel Jacobowitz
aeb75bf598
* linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
...
(arm_breakpoint_at): Handle Thumb.
(the_low_target): Add comment.
2008-06-04 19:51:51 +00:00
Nick Clifton
83bd74026c
* app.c (do_scrub_chars): Do not UNGET an EOF value.
2008-06-04 16:10:21 +00:00
Alan Modra
0f0a5e5880
* elf.c (ignore_section_sym): Don't test section sym value here.
...
(elf_map_symbols): Instead check zero value here as was done prior
to 2006-05-26 change.
2008-06-04 14:24:05 +00:00
Nick Clifton
789169e571
* po/nl.po: New file: Dutch translation
...
* configure.in (ALL_LINGUAS): Add nl.
* configure: Regenerate.
2008-06-04 10:28:35 +00:00
Nick Clifton
a61ca861bc
* ld.texinfo (Orphan Sections): Fix texi typo.
2008-06-04 10:07:22 +00:00
Nick Clifton
696b7ad299
PR ld/6019
...
* elf32-avr.c (elf32_avr_relax_section): Handle the case where
there are no local symbols.
2008-06-04 09:59:08 +00:00
Nick Clifton
0fe58ccd2b
* lexsup.c (option_values): Add OPTION_NO_WARN_FATAL.
...
(ld_options): Add entry for --no-fatal-warnings.
(parse_args): Handle OPTION_NO_WARN_FATAL.
* ld.texinfo (Options): Document new command line switch.
2008-06-04 09:45:05 +00:00
Alan Modra
d77ec87195
* emultempl/spuelf.em (spu_elf_relink): Correct --no-auto-overlay arg.
2008-06-04 07:08:01 +00:00
Alan Modra
1f27ab8de1
* elf32-spu.c (get_sym_h): Don't attempt to read global syms.
...
(process_stubs): Likewise.
(discover_functions): Don't used cached symbols.
(maybe_insert_function): Correct condition under which function
array is realloc'd.
(mark_functions_via_relocs): Delete unused variable.
2008-06-04 07:07:19 +00:00
gdbadmin
73e752baef
*** empty log message ***
2008-06-04 00:00:35 +00:00
Alan Modra
81c41e7378
daily update
2008-06-04 00:00:05 +00:00
H.J. Lu
cb19c0328d
gas/
...
2008-06-03 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (set_sse_check): New.
(md_pseudo_table): Add "sse_check".
gas/testsuite/
2008-06-03 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/i386.exp: Run sse-check-none and
x86-64-sse-check-none.
* gas/i386/sse-check-none.d: New.
* gas/i386/sse-check-none.s: Likewise.
* gas/i386/x86-64-sse-check-none.d: Likewise.
2008-06-03 17:31:52 +00:00
Paul Brook
4ecab7d4c2
2008-06-03 Paul Brook <paul@codesourcery.com>
...
gas/
* config/tc-arm.c (do_t_rbit): Populate both rm fields.
gas/testsuite/
* gas/arm/thumb32.d: Update expected output.
2008-06-03 14:29:07 +00:00
Daniel Jacobowitz
93a57060b7
* solib-svr4.c (struct lm_info): Add lm_addr.
...
(main_lm_addr): New.
(svr4_default_sos): Set lm_addr.
(svr4_current_sos): Set lm_addr and main_lm_addr.
(svr4_fetch_objfile_link_map): Rewrite.
(svr4_clear_solib): Clear main_lm_addr.
2008-06-03 12:59:37 +00:00
Joseph Myers
609ba7801a
2008-06-03 Michael Snyder <msnyder@redhat.com>
...
Joseph Myers <joseph@codesourcery.com>
* mips-tdep.c (mips_eabi_return_value): Replace stub that always
returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
2008-06-03 10:53:34 +00:00
gdbadmin
7317d33400
*** empty log message ***
2008-06-03 00:00:33 +00:00
Alan Modra
bdac03e477
daily update
2008-06-03 00:00:05 +00:00
Joel Brobecker
c95f502610
* m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Fix incorrect test.
2008-06-02 16:06:52 +00:00
Joel Brobecker
e4d8bc0898
* m68k-tdep.c (m68k_analyze_prologue): Fix length of lea insn.
2008-06-02 16:05:57 +00:00
Nick Clifton
476d8a222c
* ldlang.c (closest_target_match): Skip generic big and little
...
endian ELF targets.
(The patch itself was actually checked in by mistake with a previous delta)
2008-06-02 06:49:58 +00:00
Joel Brobecker
40adab5634
* rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Do not
...
treat pointers in data space as function descriptors if the
target address is also in the data space.
2008-06-02 03:12:33 +00:00
gdbadmin
4e53207b52
*** empty log message ***
2008-06-02 00:00:06 +00:00
Alan Modra
29d070cc57
daily update
2008-06-02 00:00:05 +00:00
Alan Modra
0def9f42e1
daily update
2008-06-01 00:00:05 +00:00
gdbadmin
e932e889d7
*** empty log message ***
2008-06-01 00:00:03 +00:00
Nick Clifton
de7dd2bdee
PR ld/6430
...
* testsuite/ld-elfcomm/elfcomm.exp (test_sort_common): Test the
ascending/descending argument to the --sort-common command line
option.
* testsuite/ld-elfcomm/sort-common.s: New file.
* ld.h (enum sort_order): New.
* ldlang.c (lang_check: Fix comment.
(lang_common): Sort commons in ascending or descending order.
(lang_one_common): Likewise.
* lexsup.c (ld_options): Have --sort-common take an option
argument.
(parse_args): Handle argument to --sort-common.
* ld.texinfo (--sort-common): Document new optional argument.
* NEWS: Mention new feature.
2008-05-31 16:35:56 +00:00
Nick Clifton
c7eb6be45e
Ooops, omitted from previous delta
2008-05-31 16:04:57 +00:00
gdbadmin
7895b093f6
*** empty log message ***
2008-05-31 00:00:32 +00:00