Fix whitespace.
This commit is contained in:
parent
8a4ac37ef4
commit
43aaf8b6d6
@ -327,7 +327,7 @@
|
|||||||
(iterate_over_some_symtabs): Remove variable name_len and its
|
(iterate_over_some_symtabs): Remove variable name_len and its
|
||||||
initialization, remove it from the compare_filenames_for_search calls.
|
initialization, remove it from the compare_filenames_for_search calls.
|
||||||
* symtab.h (compare_filenames_for_search): Remove the search_len
|
* symtab.h (compare_filenames_for_search): Remove the search_len
|
||||||
parameter,
|
parameter.
|
||||||
|
|
||||||
2012-12-16 Joel Brobecker <brobecker@adacore.com>
|
2012-12-16 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
@ -584,27 +584,27 @@
|
|||||||
|
|
||||||
2012-12-14 Tom Tromey <tromey@redhat.com>
|
2012-12-14 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* NEWS: Mention "info proc" and core files.
|
* NEWS: Mention "info proc" and core files.
|
||||||
* corelow.c (core_info_proc): New function.
|
* corelow.c (core_info_proc): New function.
|
||||||
(init_core_ops): Set to_info_proc.
|
(init_core_ops): Set to_info_proc.
|
||||||
* gdbarch.c, gdbarch.h: Rebuild.
|
* gdbarch.c, gdbarch.h: Rebuild.
|
||||||
* gdbarch.sh (core_info_proc): New method.
|
* gdbarch.sh (core_info_proc): New method.
|
||||||
* infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
|
* infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
|
||||||
* linux-tdep.c (linux_core_info_proc_mappings)
|
* linux-tdep.c (linux_core_info_proc_mappings)
|
||||||
(linux_core_info_proc): New functions.
|
(linux_core_info_proc): New functions.
|
||||||
(linux_find_memory_region_ftype): New typedef.
|
(linux_find_memory_region_ftype): New typedef.
|
||||||
(linux_find_memory_regions_full): New function, from
|
(linux_find_memory_regions_full): New function, from
|
||||||
linux_find_memory_regions.
|
linux_find_memory_regions.
|
||||||
(struct linux_find_memory_regions_data): New.
|
(struct linux_find_memory_regions_data): New.
|
||||||
(linux_find_memory_regions_thunk): New function.
|
(linux_find_memory_regions_thunk): New function.
|
||||||
(linux_find_memory_regions): Rewrite.
|
(linux_find_memory_regions): Rewrite.
|
||||||
(struct linux_make_mappings_data): New.
|
(struct linux_make_mappings_data): New.
|
||||||
(linux_make_mappings_callback)
|
(linux_make_mappings_callback)
|
||||||
(linux_make_mappings_corefile_notes): New functions.
|
(linux_make_mappings_corefile_notes): New functions.
|
||||||
(linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
|
(linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
|
||||||
(linux_init_abi): Call set_gdbarch_core_info_proc.
|
(linux_init_abi): Call set_gdbarch_core_info_proc.
|
||||||
* target.c (target_info_proc): Return 'int'.
|
* target.c (target_info_proc): Return 'int'.
|
||||||
* target.h (target_info_proc): Update.
|
* target.h (target_info_proc): Update.
|
||||||
|
|
||||||
2012-12-14 Pierre Muller <muller@sourceware.org>
|
2012-12-14 Pierre Muller <muller@sourceware.org>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
2013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
2013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||||
|
|
||||||
* linux-low.c (handle_extended_wait, linux_create_inferior)
|
* linux-low.c (handle_extended_wait, linux_create_inferior)
|
||||||
(linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
|
(linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
|
||||||
(dequeue_one_deferred_signal, linux_resume_one_thread)
|
(dequeue_one_deferred_signal, linux_resume_one_thread)
|
||||||
(fetch_register, linux_write_memory, linux_enable_event_reporting)
|
(fetch_register, linux_write_memory, linux_enable_event_reporting)
|
||||||
@ -443,7 +443,7 @@
|
|||||||
|
|
||||||
PR gdb/7205
|
PR gdb/7205
|
||||||
|
|
||||||
Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
|
Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
|
||||||
|
|
||||||
2012-05-24 Pedro Alves <palves@redhat.com>
|
2012-05-24 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
@ -515,27 +515,27 @@
|
|||||||
|
|
||||||
2012-04-19 Pedro Alves <palves@redhat.com>
|
2012-04-19 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* Makefile.in (GNULIB_BUILDDIR): New.
|
* Makefile.in (GNULIB_BUILDDIR): New.
|
||||||
(LIBGNU, INCGNU, GNULIB_H): Adjust.
|
(LIBGNU, INCGNU, GNULIB_H): Adjust.
|
||||||
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
|
(SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
|
||||||
(all, install-only, uninstall, clean-info, all-lib, clean): No
|
(all, install-only, uninstall, clean-info, all-lib, clean): No
|
||||||
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
|
longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
|
||||||
(maintainer-clean realclean distclean): Use subdir_do.
|
(maintainer-clean realclean distclean): Use subdir_do.
|
||||||
(subdir_do): New.
|
(subdir_do): New.
|
||||||
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
|
(gnulib/import/Makefile): Adjust. Replace gnulib/import with
|
||||||
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
|
$(GNULIB_BUILDDIR). Don't pass argument to config.status.
|
||||||
* acinclude.m4: Include acx_configure_dir.m4.
|
* acinclude.m4: Include acx_configure_dir.m4.
|
||||||
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
|
* configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
|
||||||
calls. Call AC_PROG_RANLIB. Configure gnulib using
|
calls. Call AC_PROG_RANLIB. Configure gnulib using
|
||||||
ACX_CONFIGURE_DIR.
|
ACX_CONFIGURE_DIR.
|
||||||
(GNULIB): New.
|
(GNULIB): New.
|
||||||
(GNULIB_STDINT_H): Adjust.
|
(GNULIB_STDINT_H): Adjust.
|
||||||
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
|
(AC_OUTPUT): Don't output gnulib/Makefile anymore.
|
||||||
* gdbreplay.c: Include build-gnulib/config.h.
|
* gdbreplay.c: Include build-gnulib/config.h.
|
||||||
* server.h: Likewise.
|
* server.h: Likewise.
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
* config.in: Regenerate.
|
* config.in: Regenerate.
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
||||||
2012-04-19 Pedro Alves <palves@redhat.com>
|
2012-04-19 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
@ -1105,7 +1105,7 @@
|
|||||||
and move to ax.c.
|
and move to ax.c.
|
||||||
(eval_tracepoint_agent_expr): New function.
|
(eval_tracepoint_agent_expr): New function.
|
||||||
(agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
|
(agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
|
||||||
non-static.
|
non-static.
|
||||||
(current_insn_ptr, emit_error, struct bytecode_address): Move to
|
(current_insn_ptr, emit_error, struct bytecode_address): Move to
|
||||||
ax.c.
|
ax.c.
|
||||||
(emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
|
(emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
|
||||||
@ -1700,7 +1700,8 @@
|
|||||||
(linux_read_loadmap): New function.
|
(linux_read_loadmap): New function.
|
||||||
(linux_target_ops): Add linux_read_loadmap.
|
(linux_target_ops): Add linux_read_loadmap.
|
||||||
* server.c (handle_query): Support qXfer:fdpic:read packet.
|
* server.c (handle_query): Support qXfer:fdpic:read packet.
|
||||||
* win32-low.c (win32_target_ops): Initialize field `read_loadmap' to NULL.
|
* win32-low.c (win32_target_ops): Initialize field `read_loadmap'
|
||||||
|
to NULL.
|
||||||
|
|
||||||
2011-08-05 Eli Zaretskii <eliz@gnu.org>
|
2011-08-05 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
@ -1791,16 +1792,16 @@
|
|||||||
|
|
||||||
* server.c (handle_query): Add EnableDisableTracepoints to the list
|
* server.c (handle_query): Add EnableDisableTracepoints to the list
|
||||||
of supported features.
|
of supported features.
|
||||||
* tracepoint.c (clear_installed_tracepoints): Uninstall disabled
|
* tracepoint.c (clear_installed_tracepoints): Uninstall disabled
|
||||||
tracepoints.
|
tracepoints.
|
||||||
(cmd_qtenable_disable): New.
|
(cmd_qtenable_disable): New.
|
||||||
(cmd_qtstart): Install tracepoints even if disabled.
|
(cmd_qtstart): Install tracepoints even if disabled.
|
||||||
(handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
|
(handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
|
||||||
receiving a QTEnable or QTDisable packet.
|
receiving a QTEnable or QTDisable packet.
|
||||||
(gdb_collect): Skip data collection if fast tracepoint is disabled.
|
(gdb_collect): Skip data collection if fast tracepoint is disabled.
|
||||||
(ust_marker_to_static_tracepoint): Do not ignore disabled static
|
(ust_marker_to_static_tracepoint): Do not ignore disabled static
|
||||||
tracepoints.
|
tracepoints.
|
||||||
(gdb_probe): Skip data collection if static tracepoint is disabled.
|
(gdb_probe): Skip data collection if static tracepoint is disabled.
|
||||||
|
|
||||||
2011-05-10 Doug Evans <dje@google.com>
|
2011-05-10 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
@ -1829,8 +1830,8 @@
|
|||||||
|
|
||||||
2011-04-26 Yao Qi <yao@codesourcery.com>
|
2011-04-26 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* linux-low.c: Move common macros to linux-ptrace.h.
|
* linux-low.c: Move common macros to linux-ptrace.h.
|
||||||
Include linux-ptrace.h.
|
Include linux-ptrace.h.
|
||||||
* Makefile.in (linux_ptrace_h): New.
|
* Makefile.in (linux_ptrace_h): New.
|
||||||
(linux-low.o): Depends on linux-ptrace.h.
|
(linux-low.o): Depends on linux-ptrace.h.
|
||||||
|
|
||||||
@ -2783,7 +2784,8 @@
|
|||||||
(struct collect_static_trace_data_action): Delete.
|
(struct collect_static_trace_data_action): Delete.
|
||||||
(enum tracepoint_type): New.
|
(enum tracepoint_type): New.
|
||||||
(struct tracepoint) <type>: New field `type'.
|
(struct tracepoint) <type>: New field `type'.
|
||||||
<actions_str, step_actions, step_actions_str>: Only include in GDBserver.
|
<actions_str, step_actions, step_actions_str>: Only include in
|
||||||
|
GDBserver.
|
||||||
<orig_size, obj_addr_on_target, adjusted_insn_addr>
|
<orig_size, obj_addr_on_target, adjusted_insn_addr>
|
||||||
<adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
|
<adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
|
||||||
(tracepoints): Use IP_AGENT_EXPORT.
|
(tracepoints): Use IP_AGENT_EXPORT.
|
||||||
@ -3863,7 +3865,8 @@
|
|||||||
(linux_fetch_registers, linux_store_registers): Ditto.
|
(linux_fetch_registers, linux_store_registers): Ditto.
|
||||||
* i387-fp.c (i387_cache_to_fsave): Change prototype to take a
|
* i387-fp.c (i387_cache_to_fsave): Change prototype to take a
|
||||||
regcache. Adjust.
|
regcache. Adjust.
|
||||||
(i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
|
(i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
|
||||||
|
Ditto.
|
||||||
* i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
|
* i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
|
||||||
prototype to take a regcache.
|
prototype to take a regcache.
|
||||||
(i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
|
(i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
|
||||||
@ -3906,8 +3909,8 @@
|
|||||||
(mips_collect_register_32bit, mips_supply_register_32bit)
|
(mips_collect_register_32bit, mips_supply_register_32bit)
|
||||||
(mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
|
(mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
|
||||||
(mips_store_fpregset): Ditto.
|
(mips_store_fpregset): Ditto.
|
||||||
* linux-ppc-low.c (ppc_supply_ptrace_register, ppc_supply_ptrace_register):
|
* linux-ppc-low.c (ppc_supply_ptrace_register)
|
||||||
Ditto.
|
(ppc_supply_ptrace_register): Ditto.
|
||||||
(parse_spufs_run): Adjust.
|
(parse_spufs_run): Adjust.
|
||||||
(ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
|
(ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
|
||||||
(ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
|
(ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
|
||||||
@ -5336,8 +5339,8 @@
|
|||||||
|
|
||||||
2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
|
2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
* configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into single
|
* configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
|
||||||
powerpc*-*-linux* case.
|
single powerpc*-*-linux* case.
|
||||||
(s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
|
(s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
|
||||||
|
|
||||||
2008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
|
2008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
@ -202,9 +202,9 @@
|
|||||||
|
|
||||||
2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
|
2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
|
||||||
|
|
||||||
PR gdb/13443
|
PR gdb/13443
|
||||||
* gdb.base/checkpoint.exp: Update test messages to make them
|
* gdb.base/checkpoint.exp: Update test messages to make them
|
||||||
unique.
|
unique.
|
||||||
|
|
||||||
2013-01-18 Yao Qi <yao@codesourcery.com>
|
2013-01-18 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
@ -236,13 +236,13 @@
|
|||||||
Merge dg-extract-results.sh from upstream (svn 195224).
|
Merge dg-extract-results.sh from upstream (svn 195224).
|
||||||
|
|
||||||
2013-01-15 David Blaikie <dblaikie@gmail.com>
|
2013-01-15 David Blaikie <dblaikie@gmail.com>
|
||||||
* dg-extract-results.sh: Fix order of summary counts.
|
* dg-extract-results.sh: Fix order of summary counts.
|
||||||
|
|
||||||
2013-01-15 David Blaikie <dblaikie@gmail.com>
|
2013-01-15 David Blaikie <dblaikie@gmail.com>
|
||||||
* dg-extract-results.sh: Constrain the start-of-log pattern.
|
* dg-extract-results.sh: Constrain the start-of-log pattern.
|
||||||
|
|
||||||
2013-01-15 David Blaikie <dblaikie@gmail.com>
|
2013-01-15 David Blaikie <dblaikie@gmail.com>
|
||||||
* dg-extract-results.sh: Handle KPASSes.
|
* dg-extract-results.sh: Handle KPASSes.
|
||||||
|
|
||||||
2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
* dg-extract-results.sh: Redirect grep output to /dev/null instead
|
* dg-extract-results.sh: Redirect grep output to /dev/null instead
|
||||||
@ -390,7 +390,7 @@
|
|||||||
|
|
||||||
2012-12-14 Tom Tromey <tromey@redhat.com>
|
2012-12-14 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gdb.base/info-proc.exp: Add core file tests.
|
* gdb.base/info-proc.exp: Add core file tests.
|
||||||
|
|
||||||
2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
|
2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user