]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
15 years ago * inferior.h (context_switch_to): Delete.
Pedro Alves [Mon, 8 Sep 2008 22:10:20 +0000 (22:10 +0000)] 
* inferior.h (context_switch_to): Delete.
* infrun.c (context_switch): Don't save and load infrun state.
(context_switch_to): Delete.

* infcmd.c (proceed_thread_callback): Replace context_switch_to
calls by switch_to_thread calls.

* gdbthread.h (save_infrun_state, load_infrun_state): Delete.
* thread.c (main_thread_state, main_thread_executing): Delete.
(inferior_thread): Delete references to them.
(add_thread_silent): Fix case where we're adding a thread with the
same ptid as an exited thread.  Remove references to
context-switching.
(load_infrun_state, save_infrun_state): Delete.
(thread_alive, is_thread_state, any_running, is_executing)
(set_executing): Remove the special handling for targets that
don't register any thread.
(restore_current_thread, thread_apply_all_command)
(do_captured_thread_select): Unconditionally call
switch_to_thread.

* mi/mi-main.c (mi_cmd_execute): Check for exited threads.
Call switch_to_thread instead of context_switch_to.

15 years ago * infrun.c (context_switch): Don't context-switch the continuations.
Pedro Alves [Mon, 8 Sep 2008 22:04:54 +0000 (22:04 +0000)] 
* infrun.c (context_switch): Don't context-switch the continuations.

15 years ago PR ld/3191
Daniel Jacobowitz [Mon, 8 Sep 2008 21:58:29 +0000 (21:58 +0000)] 
PR ld/3191
* dwarf2.c (struct adjusted_section): Renamed from struct
loadable_section.
(struct dwarf2_debug): Adjust for renaming.  Add version field.
(read_attribute_value): Correctly handle DW_FORM_ref_addr for
DWARF3.
(find_abstract_instance_name): Pass a pointer to
attribute instead of offset.  For DW_FORM_ref_addr, get the
entry at the offset from the .debug_info section.
(scan_unit_for_symbols): Update.
(parse_comp_unit): Allow DWARF3.  Save the version.
(unset_sections): Update for renaming.
(place_sections): Likewise.  Set new VMAs for DWARF sections
also.

15 years ago Remove global continuations in favour of a per-thread
Pedro Alves [Mon, 8 Sep 2008 21:57:42 +0000 (21:57 +0000)] 
Remove global continuations in favour of a per-thread
continuations.

* gdbthread.h (struct thread_info): Add comments around
continuations and intermediate_continuations.
(save_infrun_state, load_infrun_state): Delete continuations and
intermediate_continuations arguments.
* infrun.c (fetch_inferior_event): Only call normal_stop if
stop_soon is NO_STOP_QUIETLY.
(context_switch): Don't context-switch the continuations.
* thread.c (clear_thread_inferior_resources): Discard all
continuations of the thread we're clearing.
(save_infrun_state, load_infrun_state): Delete continuations and
intermediate_continuations arguments, and the code referencing
them.
* utils.c: Include "gdbthread.h".
(cmd_continuation, intermediate_continuation): Delete.
(add_continuation): Add thread_info* argument.  Install the
continuation on it.
(restore_thread_cleanup): New.
(do_all_continuations_ptid, do_all_continuations_thread_callback):
New.
(do_all_continuations): Reimplement.
(discard_all_continuations_thread_callback,
discard_all_continuations_thread): New.
(discard_all_continuations): Reimplement.
(add_intermediate_continuation): Add thread_info* argument.
Install the continuation on it.
(do_all_intermediate_continuations_thread_callback)
(do_all_intermediate_continuations_thread): New.
(do_all_intermediate_continuations): Reimplement.
(discard_all_intermediate_continuations_thread_callback): New.
(discard_all_intermediate_continuations_thread): New.
(discard_all_intermediate_continuations): Reimplement.

* breakpoint.c (until_break_command): Install the continuation on
the current thread.

* defs.h (cmd_continuation, intermediate_continuation): Delete.
(struct thread_info): Forward declare.
(add_continuation, add_intermediate_continuation): Add
thread_info* argument.
(do_all_continuations_thread, discard_all_continuations_thread)
(do_all_intermediate_continuations_thread)
(discard_all_intermediate_continuations_thread): Declare.
* inf-loop.c (inferior_event_handler): In non-stop only run
continuations on the thread that stopped.  In all-stop, run
continuations on all threads.
* infcmd.c (step_once, finish_command): Adjust.

15 years ago Remove the global stop_step in favour of a per-thread
Pedro Alves [Mon, 8 Sep 2008 21:55:16 +0000 (21:55 +0000)] 
Remove the global stop_step in favour of a per-thread
stop_step.

* inferior.h (stop_step): Delete.

* gdbthread.h (struct thread_info): Add comments to stop_step.
(save_infrun_state, load_infrun_state): Remove stop_step argument.
* thread.c (load_infrun_state, save_infrun_state): Remove
stop_step argument, and references to it.

* infrun.c (clear_proceed_status): Clear stop_step.
(fetch_inferior_event): Adjust.
(context_switch): Don't context-switch stop_step.
(handle_inferior_event): Adjust.
(normal_stop): Adjust.
(save_inferior_status, restore_inferior_status): Adjust.

* infcmd.c (stop_step): Delete.
(step_1, step_1_continuation, step_once, until_next_command):
Adjust.

15 years ago Remove the global step_multi in favour of a per-thread
Pedro Alves [Mon, 8 Sep 2008 21:52:25 +0000 (21:52 +0000)] 
Remove the global step_multi in favour of a per-thread
step_multi.

* inferior.h (step_multi): Delete.
* gdbthread.h (struct thread_info): Add comments around
step_multi.
(save_infrun_state, load_infrun_state): Remove step_multi
parameter.
* thread.c (load_infrun_state, save_infrun_state): Remove
step_multi argument, and references to it.
* infcmd.c (step_multi): Delete.
(step_1): Adjust.
(step_1_continuation, until_next_command): Adjust.
* infrun.c (fetch_inferior_event): Adjust.
(context_switch): Don't context-switch step_multi.
(print_stop_reason, normal_stop): Adjust.

15 years ago Remove the global stop_signal in favour of a per-thread
Pedro Alves [Mon, 8 Sep 2008 21:51:18 +0000 (21:51 +0000)] 
Remove the global stop_signal in favour of a per-thread
stop_signal.

* inferior.h (stop_signal): Delete.
* gdbthread.h (save_infrun_state, load_infrun_state): Remove
stop_signal argument.
* thread.c (load_infrun_state, save_infrun_state): Remove
stop_signal argument.  Don't reference it.

* infcmd.c (stop_signal): Delete.
(program_info): Adjust.
* infrun.c (resume): Clear stop_signal.
(proceed): Adjust.  Pass the last stop_signal to the thread we're
resuming.
(context_switch): Don't context-switch stop_signal.
(handle_inferior_event, keep_going): Adjust.
(save_inferior_status, restore_inferior_status): Adjust.

* fbsd-nat.c: Include "gdbthread.h".
(find_signalled_thread, find_stop_signal): New.
(fbsd_make_corefile_notes): Use it.
* fork-child.c (startup_inferior): Adjust.

* linux-nat.c (get_pending_status): Adjust.
(linux_nat_do_thread_registers): Adjust.
(find_signalled_thread, find_stop_signal): New.
(linux_nat_do_thread_registers): Add stop_signal parameter.
(struct linux_nat_corefile_thread_data): Add stop_signal member.
(linux_nat_corefile_thread_callback): Pass stop_signal.
(linux_nat_do_registers): Delete.
(linux_nat_make_corefile_notes): Use find_stop_signal.  Assume
there's always a thread.

* procfs.c (find_signalled_thread, find_stop_signal): New.
(find_stop_signal): New.
(procfs_do_thread_registers): Add stop_signal parameter.
(struct procfs_corefile_thread_data): Add stop_signal member.
(procfs_corefile_thread_callback): Pass args->stop_signal.
(procfs_make_note_section): Find the last stop_signal.

* solib-irix.c: Include gdbthread.h.
(irix_solib_create_inferior_hook): Adjust.
* solib-osf.c: Include gdbthread.h.
(osf_solib_create_inferior_hook): Adjust.
* solib-sunos.c: Include gdbthread.h.
(sunos_solib_create_inferior_hook): Adjust.
* solib-svr4.c: Include gdbthread.h.
(svr4_solib_create_inferior_hook): Adjust.

* win32-nat.c (do_initial_win32_stuff): Adjust.

15 years ago * gdbthread.h (struct thread_info): Add comments around
Pedro Alves [Mon, 8 Sep 2008 21:48:52 +0000 (21:48 +0000)] 
* gdbthread.h (struct thread_info): Add comments around
proceed_to_finish.
(save_infrun_state, load_infrun_state): Remove proceed_to_finish
argument.
* thread.c (load_infrun_state, save_infrun_state): Delete
proceed_to_finish argument and references to it.

* infcall.c (call_function_by_hand): Adjust.
* infcmd.c (finish_command): Adjust.
* infrun.c (proceed_to_finish): Delete.
(clear_proceed_status): Adjust.
(context_switch): Don't context-switch proceed_to_finish.
(normal_stop, save_inferior_status, restore_inferior_status):
Adjust.

15 years ago * inferior.h (stop_bpstat): Delete.
Pedro Alves [Mon, 8 Sep 2008 21:46:21 +0000 (21:46 +0000)] 
* inferior.h (stop_bpstat): Delete.

* breakpoint.h (bpstat_do_actions): Remove bpstat* argument.

* breakpoint.c (bpstat_do_actions): Rename to ...
(bpstat_do_actions_1): ... this.  Make static.  Change return type
to int.  Return true if a breakpoint proceeded.
(bpstat_do_actions): New, as wrapper around bpstat_do_actions_1.
(delete_breakpoint): Don't reference the global stop_bpstat; it's
gone.

* gdbthread.h (struct thread_info): Add stop_bpstat.
(save_infrun_state, load_infrun_state): Remove stop_bpstat
argument.
* thread.c (load_infrun_state, save_infrun_state): Remove
stop_bpstat argument, and the code referencing it.

* infcall.c: Include "gdbthread.h".
(call_function_by_hand): Adjust.
* exceptions.c: Include "gdbthread.h".
(throw_exception): Adjust.
* infcmd.c (stop_bpstat): Delete.
(continue_command): In all-stop, set the ignore count on the
thread that reported the stop.  In non-stop, set it on the current
thread.
(finish_command_continuation): Adjust.
(program_info): Adjust.
* infrun.c (clear_proceed_status): Adjust.
(context_switch): Don't context-switch stop_bpstat.
(handle_inferior_event): Adjust.
(normal_stop): Adjust.
(save_inferior_status, restore_inferior_status): Adjust.

* inf-loop.c (inferior_event_handler): Remove parameter to
bpstat_do_actions call.
* top.c (command_loop): Remove parameter to bpstat_do_actions
call.  Call it unconditionally.
* event-top.c (command_handler): Ditto.
* python/python.c (execute_gdb_command): Ditto.

15 years ago * inferior.h (step_over_calls): Delete.
Pedro Alves [Mon, 8 Sep 2008 21:43:00 +0000 (21:43 +0000)] 
* inferior.h (step_over_calls): Delete.

* gdbthread.h (save_infrun_state, load_infrun_state): Remove
step_over_calls argument.
* thread.c (save_infrun_state, load_infrun_state): Remove
step_over_calls argument.  Adjust.

* infcmd.c (step_over_calls): Delete.
(step_1): Adjust.
* infrun.c (clear_proceed_status): Adjust.
(context_switch): Don't context-switch step_over_calls.
(handle_inferior_event, save_inferior_status)
(restore_inferior_status): Adjust.

15 years ago Remove context switching in favour of accessing thread_info fields
Pedro Alves [Mon, 8 Sep 2008 21:40:39 +0000 (21:40 +0000)] 
Remove context switching in favour of accessing thread_info fields
directly.

* infrun.c (stepping_over_breakpoint, step_resume_breakpoint):
Delete.
(struct thread_stepping_state): Delete.
(gtss, tss): Delete.
(follow_inferior_reset_breakpoints, follow_exec)
(resume, clear_proceed_status): Adjust.
(prev_pc): Delete.
(proceed, start_remote, init_wait_for_inferior): Adjust.
(struct execution_control_state): Add event_thread member.
(delete_step_resume_breakpoint_callback)
(delete_step_thread_step_resume_breakpoint)
(delete_step_thread_step_resume_breakpoint_cleanup)
(delete_step_thread_step_resume_breakpoint): New.
(wait_for_inferior, init_execution_control_state): Use
delete_step_thread_step_resume_breakpoint_cleanup.
(wait_for_inferior): Set the event_thread.
(fetch_inferior_event): Ditto.  Delete the step-resume breakpoint
with delete_step_thread_step_resume_breakpoint.
(init_thread_stepping_state): Change parameter type to
thread_info.  Adjust.
(context_switch): Don't context switch prev_pc,
stepping_over_breakpoint, step_resume_breakpoint,
step_range_start, step_range_end, step_frame_id,
tss->stepping_over_breakpoint,
tss->stepping_through_solib_after_catch,
tss->stepping_through_solib_catchpoints, tss->current_line, or
tss->current_symtab.
(adjust_pc_after_break, handle_inferior_event)
(currently_stepping, step_into_function)
(insert_step_resume_breakpoint_at_sal)
(insert_longjmp_resume_breakpoint, keep_going): Adjust.
(clear_stepping_state): New.
(normal_stop): Adjust.
(save_inferior_status, restore_inferior_status): Adjust.

* gdbthread.h (struct thread_info): Comments describing the
members moved here.  Add step_after_step_resume_breakpoint.
(delete_step_resume_breakpoint): Add thread_info argument.
(save_infrun_state, load_infrun_state): Remove prev_pc,
trap_expected, step_resume_breakpoint, step_range_start,
step_range_end, step_frame_id, another_trap,
stepping_through_solib_after_catch,
stepping_through_solib_catchpoints, current_line and
current_symtab function arguments.
(inferior_thread): Declare.

* thread.c (inferior_thread): New.
(delete_step_resume_breakpoint): Add a thread_info parameter and
rewrite.
(load_infrun_state, save_infrun_state): Remove prev_pc,
trap_expected, step_resume_breakpoint, step_range_start,
step_range_end, step_frame_id, stepping_over_breakpoint,
stepping_through_solib_after_catch,
stepping_through_solib_catchpoints, current_line and
current_symtab args.  Remove code referencing them.

* infcmd.c (step_range_start, step_range_end, step_frame_id):
Delete.
(step_1, step_once, until_next_command): Adjust.

* inferior.h (step_range_start, step_range_end, step_frame_id):
Delete.

* linux-nat.c (linux_child_follow_fork): If following the child,
move the step state to it.  Adjust.
* inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
* inf-ttrace.c (inf_ttrace_follow_fork): Ditto.

15 years ago * bsd-uthread.c (bsd_uthread_find_new_threads): Claim the main
Pedro Alves [Mon, 8 Sep 2008 21:37:01 +0000 (21:37 +0000)] 
* bsd-uthread.c (bsd_uthread_find_new_threads): Claim the main
thread.

15 years ago * corelow.c (add_to_thread_list): If this is the first time we
Pedro Alves [Mon, 8 Sep 2008 21:36:01 +0000 (21:36 +0000)] 
* corelow.c (add_to_thread_list): If this is the first time we
hear about thread info, update inferior_ptid.
(core_open): Clear the thread list and set inferior_ptid before
acknowledging a new inferior.  Find threads before fetching
register info.  Give an upper target layer a chance to find and
claim new threads.  Print core generation and stop signal info
after finding new threads.
(get_core_register_section): Look at the lwp member of
inferior_ptid for detecting if we have threads info, instead of
the pid member.
(core_pid_to_str): New.
(init_core_ops): Register core_pid_to_str.

15 years ago * spu-linux-nat.c (spu_child_post_startup_inferior)
Pedro Alves [Mon, 8 Sep 2008 21:34:35 +0000 (21:34 +0000)] 
* spu-linux-nat.c (spu_child_post_startup_inferior)
(spu_child_post_attach): Don't add the main thread here.

15 years ago Use ptid_t.tid to store thread ids instead of ptid_t.pid.
Pedro Alves [Mon, 8 Sep 2008 21:33:25 +0000 (21:33 +0000)] 
Use ptid_t.tid to store thread ids instead of ptid_t.pid.

* gnu-nat.c (inf_validate_procs): If this is the first time we're
seeing a thread id, extend the main thread's ptid.  If we still
have pending execs, don't be verbose about new threads.
(gnu_wait, gnu_resume, gnu_attach, gnu_thread_alive)
(gnu_pid_to_str, cur_thread, sig_thread_cmd): Adjust.
* i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers):
Adjust.

15 years ago * procfs.c (to_attach): Create a procinfo for the current lwp.
Pedro Alves [Mon, 8 Sep 2008 21:31:54 +0000 (21:31 +0000)] 
* procfs.c (to_attach): Create a procinfo for the current lwp.
Add it to gdb's thread list.
(procfs_fetch_registers, procfs_store_registers): Assume there's
always an lwp.
(procfs_wait): Don't add the main thread here.
(procfs_init_inferior): Create a procinfo for the main lwp here.
Change main thread's ptid with thread_change_ptid.
(procfs_notice_thread): Check for exited threads.
(procfs_corefile_thread_callback): Remove check for the main
process.
(procfs_make_note_section): Assume there is always a thread.

* sol-thread.c (sol_thread_attach): Clear sol_thread_active before
attaching.  Change the main thread ptid with thread_change_ptid.
(sol_thread_detach): Clear sol_thread_active.
(sol_thread_wait): Check for exited threads.
(sol_thread_create_inferior): Clear sol_thread_active before
creating a new inferior.  Change the main thread ptid with
thread_change_ptid.
(sol_thread_mourn_inferior): Clear sol_thread_active.
(sol_find_new_threads_callback): Check for exited threads.

15 years ago * inf-ttrace.c (inf_ttrace_wait): On TTEVT_LWP_CREATE and
Pedro Alves [Mon, 8 Sep 2008 21:30:23 +0000 (21:30 +0000)] 
* inf-ttrace.c (inf_ttrace_wait): On TTEVT_LWP_CREATE and
LWP_TERMINATE, resume the caller thread.  On TTEVT_LWP_CREATE,
TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE, don't stop the whole
process, and return TARGET_WAITKIND_IGNORE.

15 years ago * inf-ttrace.c: Include <signal.h>
Pedro Alves [Mon, 8 Sep 2008 21:28:53 +0000 (21:28 +0000)] 
* inf-ttrace.c: Include <signal.h>
(inf_ttrace_delete_dead_threads_callback): New.
(inf_ttrace_resume_lwp): New.
(inf_ttrace_resume_callback, inf_ttrace_resume): Rewrite.  Don't
delete dying threads until they are really dead.
(inf_ttrace_wait): After stopping the whole process, delete any
dying thread that is really dead by now.
(inf_ttrace_thread_alive): Return 1.
(inf_ttrace_extra_thread_info): New.
(inf_ttrace_target): Register inf_ttrace_extra_thread_info.

15 years ago * inf-ttrace.c (inf_ttrace_follow_fork): Register the main thread
Pedro Alves [Mon, 8 Sep 2008 21:27:45 +0000 (21:27 +0000)] 
* inf-ttrace.c (inf_ttrace_follow_fork): Register the main thread
of the child fork.
(inf_ttrace_attach): Add the main thread.
(inf_ttrace_resume_callback): Check for exited threads.  Adjust
for always a thread.
(inf_ttrace_wait): Decorate the main thread's ptid with lwp info
using thread_change_ptid, and set its private data.  Don't add the
main thread here.
(inf_ttrace_pid_to_str): Adjust.

15 years ago * bsd-uthread.c (bsd_uthread_wait): Decorate the main thread with
Pedro Alves [Mon, 8 Sep 2008 21:26:36 +0000 (21:26 +0000)] 
* bsd-uthread.c (bsd_uthread_wait): Decorate the main thread with
thread_change_ptid.  Check for exited threads.
(bsd_uthread_find_new_threads): Check for exited threads.

15 years ago * inf-ptrace.c: Include "gdbthread.h".
Pedro Alves [Mon, 8 Sep 2008 21:25:05 +0000 (21:25 +0000)] 
* inf-ptrace.c: Include "gdbthread.h".
(inf_ptrace_attach): Add the main thread here.
* linux-nat.c (linux_nat_attach): Don't add the main thread here.
Decorate the main thread id with the lwp id.

15 years ago * linux-nat.c (linux_nat_wait): Update inferior_ptid's ptid with
Pedro Alves [Mon, 8 Sep 2008 21:22:49 +0000 (21:22 +0000)] 
* linux-nat.c (linux_nat_wait): Update inferior_ptid's ptid with
thread_change_ptid.  Don't add or mark the main thread as running
and executing here.
* fork-child.c (fork_inferior): Add the main thread here.

15 years ago * regcache.c (new_register_cache): Return NULL if the register
Pedro Alves [Mon, 8 Sep 2008 21:16:18 +0000 (21:16 +0000)] 
* regcache.c (new_register_cache): Return NULL if the register
cache size isn't known yet.
(free_register_cache): Avoid dereferencing a NULL regcache.

15 years ago * rs6000-tdep.c (rs6000_fetch_instruction)
Jerome Guitton [Mon, 8 Sep 2008 16:18:24 +0000 (16:18 +0000)] 
* rs6000-tdep.c (rs6000_fetch_instruction)
(rs6000_skip_stack_check): New functions.
(skip_prologue): Skip stack check sequence.

15 years ago2008-09-08 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Mon, 8 Sep 2008 16:07:46 +0000 (16:07 +0000)] 
2008-09-08  H.J. Lu  <hongjiu.lu@intel.com>

2008-09-07  Alan Modra  <amodra@bigpond.net.au>

* emultempl/beos.em (gld${EMULATION_NAME}_place_orphan): Updated.
* emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Likewise.

15 years ago * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
Jerome Guitton [Mon, 8 Sep 2008 16:03:14 +0000 (16:03 +0000)] 
* gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
(stack_check_probe_2, stack_check_probe_loop_1)
(stack_check_probe_loop_2): New functions.
(main): Add call to these new functions.
* gdb.arch/powerpc-aix-prologue.exp: When breaking on these
functions, check that the breakpoint is inserted at the appropriate
location.
(insert_breakpoint): Slightly refine this procedure so that it can
be called several times in the test.

15 years ago * gdb.base/stack-checking.c: New file.
Jerome Guitton [Mon, 8 Sep 2008 15:54:29 +0000 (15:54 +0000)] 
* gdb.base/stack-checking.c: New file.
* gdb.base/stack-checking.exp: New file.

15 years ago * dummy-frame.h (frame.h): Include it.
David Daney [Mon, 8 Sep 2008 15:23:12 +0000 (15:23 +0000)] 
* dummy-frame.h (frame.h): Include it.
(struct frame_id): Remove declaration.

15 years ago2008-09-08 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 8 Sep 2008 12:55:19 +0000 (12:55 +0000)] 
2008-09-08  Tristan Gingold  <gingold@adacore.com>

        * configure.in: Update version to 2.19.50
        * configure: Regenerated.

15 years ago2008-09-08 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 8 Sep 2008 12:44:32 +0000 (12:44 +0000)] 
2008-09-08  Tristan Gingold  <gingold@adacore.com>

        * BRANCHES: Add 2.18 and 2.19 release branches.

15 years agold/
Tristan Gingold [Mon, 8 Sep 2008 08:56:57 +0000 (08:56 +0000)] 
ld/
2008-09-08  Tristan Gingold  <gingold@adacore.com>

* NEWS: Add a marker for the 2.19 features.
gas/
2008-09-08  Tristan Gingold  <gingold@adacore.com>

* NEWS: Add a marker for the 2.19 features.

binutils/
2008-09-08  Tristan Gingold  <gingold@adacore.com>

* NEWS: Add a marker for the 2.19 features.

15 years ago * config/tc-hppa.h (DIFF_EXPR_OK): Define for SOM target. Revise
Dave Anglin [Mon, 8 Sep 2008 00:54:26 +0000 (00:54 +0000)] 
* config/tc-hppa.h (DIFF_EXPR_OK): Define for SOM target.  Revise
comment regarding use of difference expressions.
(TC_FORCE_RELOCATION_SUB_LOCAL): Define to 1.

15 years agodaily update
Alan Modra [Mon, 8 Sep 2008 00:00:06 +0000 (00:00 +0000)] 
daily update

15 years ago*** empty log message ***
gdbadmin [Mon, 8 Sep 2008 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago * dw2gencfi.c (CFI_DIFF_EXPR_OK): Define if not defined.
Dave Anglin [Sun, 7 Sep 2008 22:54:54 +0000 (22:54 +0000)] 
* dw2gencfi.c (CFI_DIFF_EXPR_OK): Define if not defined.
(dot_cfi_personality): Use CFI_DIFF_EXPR_OK instead of DIFF_EXPR_OK.
(dot_cfi_lsda, output_cie, output_fde): Likewise.
* config/tc-hppa.h (CFI_DIFF_EXPR_OK): Define.

15 years ago * ldlang.h (lang_output_section_find): Define.
Alan Modra [Sun, 7 Sep 2008 04:02:31 +0000 (04:02 +0000)] 
* ldlang.h (lang_output_section_find): Define.
(lang_output_section_statement_lookup): Update prototype.
* ldlang.c (lang_output_section_find,
lang_output_section_statement_lookup_1): Merge into..
(lang_output_section_statement_lookup): ..here.  Update all callers.
(process_insert_statements): Set constraint negative
for output section statements we might be inserting.  Make error
fatal on not finding insertion section.
(lang_output_section_find): Rather than comparing
output_section_statement.constraint against -1, test whether
it is postive.
(lang_output_section_statement_lookup_1): Likewise.
(output_prev_sec_find, strip_excluded_output_sections): Likewise.
(lang_record_phdrs): Likewise.
* emultempl/elf32.em (output_rel_find): Likewise.
* NEWS: Mention INSERT.

15 years ago*** empty log message ***
gdbadmin [Sun, 7 Sep 2008 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years agodaily update
Alan Modra [Sun, 7 Sep 2008 00:00:05 +0000 (00:00 +0000)] 
daily update

15 years agogas/
Richard Sandiford [Sat, 6 Sep 2008 08:47:00 +0000 (08:47 +0000)] 
gas/
* config/tc-mips.h (DWARF2_FDE_RELOC_SIZE): Define.

gas/testsuite/
* gas/mips/cfi-n64-1.s, gas/mips/cfi-n64-1.d: New test.
* gas/mips/mips.exp: Run it.

15 years ago2008-09-05 Cary Coutant <ccoutant@google.com>
Cary Coutant [Sat, 6 Sep 2008 01:13:00 +0000 (01:13 +0000)] 
2008-09-05  Cary Coutant  <ccoutant@google.com>

* symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
explicit instantiations.

15 years agodaily update
Alan Modra [Sat, 6 Sep 2008 00:00:05 +0000 (00:00 +0000)] 
daily update

15 years ago*** empty log message ***
gdbadmin [Sat, 6 Sep 2008 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago * gdb.arch/altivec-abi.exp: Remove extra verbose call.
Thiago Jung Bauermann [Fri, 5 Sep 2008 19:12:11 +0000 (19:12 +0000)] 
* gdb.arch/altivec-abi.exp: Remove extra verbose call.
* gdb.arch/altivec-regs.exp: Likewise.
* gdb.arch/vsx-regs.exp: Likewise.

15 years ago * gdb.arch/ppc-fp.exp: New file.
Thiago Jung Bauermann [Fri, 5 Sep 2008 19:00:41 +0000 (19:00 +0000)] 
* gdb.arch/ppc-fp.exp: New file.
* gdb.arch/ppc-fp.c: New file.

15 years agoFix last commit.
Daniel Jacobowitz [Fri, 5 Sep 2008 17:55:07 +0000 (17:55 +0000)] 
Fix last commit.

15 years ago * dwarf2.c: Change leading whitespace to tabs.
Daniel Jacobowitz [Fri, 5 Sep 2008 17:48:08 +0000 (17:48 +0000)] 
* dwarf2.c: Change leading whitespace to tabs.

15 years agocompile with gcc -fno-inline, lest gcc-4.3.1 optimizes the whole thing away.
Paul Pluzhnikov [Fri, 5 Sep 2008 17:39:00 +0000 (17:39 +0000)] 
compile with gcc -fno-inline, lest gcc-4.3.1 optimizes the whole thing away.

15 years ago * spu-tdep.c (spu_push_dummy_code): New function.
Ulrich Weigand [Fri, 5 Sep 2008 15:19:59 +0000 (15:19 +0000)] 
* spu-tdep.c (spu_push_dummy_code): New function.
(spu_gdbarch_init): Install it.

15 years ago * readelf.c (load_specific_debug_section): New function, from
Daniel Jacobowitz [Fri, 5 Sep 2008 14:49:05 +0000 (14:49 +0000)] 
* readelf.c (load_specific_debug_section): New function, from
load_debug_section.
(load_debug_section): Use load_specific_debug_section.
(display_debug_section): Use load_specific_debug_section.  Check for
multiple sections with the same name.

15 years ago * gdbarch.sh (gdbarch_dump): Use core_addr_to_string_nz
Ulrich Weigand [Fri, 5 Sep 2008 12:57:16 +0000 (12:57 +0000)] 
* gdbarch.sh (gdbarch_dump): Use core_addr_to_string_nz
instead of paddr_nz.
* gdbarch.c: Regenerate.

* target.c (target_xfer_partial, debug_print_register): Use
core_addr_to_string_nz instead of paddr_nz.

15 years ago * rs6000-tdep.c (rs6000_gdbarch_init): Setup displaced stepping
Ulrich Weigand [Fri, 5 Sep 2008 11:58:30 +0000 (11:58 +0000)] 
* rs6000-tdep.c (rs6000_gdbarch_init): Setup displaced stepping
*before* calling gdbarch_init_osabi.
(rs6000_aix_init_osabi): Disable displaced stepping.

15 years ago * target.c (update_current_target): Do not inherit to_open
Ulrich Weigand [Fri, 5 Sep 2008 11:50:57 +0000 (11:50 +0000)] 
* target.c (update_current_target): Do not inherit to_open
or to_close.
(pop_target): Call target_close on target_stack instead
of current_target.
(pop_all_targets_above): Likewise.

15 years ago * gnu-v3-abi.c (gnuv3_decode_method_ptr): New function.
Ulrich Weigand [Fri, 5 Sep 2008 11:49:59 +0000 (11:49 +0000)] 
* gnu-v3-abi.c (gnuv3_decode_method_ptr): New function.
(gnuv3_print_method_ptr): Use it.
(gnuv3_method_ptr_to_value): Likewise.

15 years ago * nto-tdep.h (struct nto_target_ops): Add gdbarch parameter to
Ulrich Weigand [Fri, 5 Sep 2008 11:46:46 +0000 (11:46 +0000)] 
* nto-tdep.h (struct nto_target_ops): Add gdbarch parameter to
register_area callback function.
* i386-nto-tdep.c (i386nto_register_area): Add gdbarch parameter.
Use it instead of current_gdbarch.
* nto-procfs.c (procfs_store_registers): Update call.

15 years ago * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Use
Ulrich Weigand [Fri, 5 Sep 2008 11:46:12 +0000 (11:46 +0000)] 
* mips-tdep.c (deprecated_mips_set_processor_regs_hack): Use
regcache architecture instead of current_gdbarch.

15 years ago * mep-tdep.c (struct mep_prologue): Add gdbarch member.
Ulrich Weigand [Fri, 5 Sep 2008 11:45:37 +0000 (11:45 +0000)] 
* mep-tdep.c (struct mep_prologue): Add gdbarch member.
(check_for_saved): Use it instead of current_gdbarch.
(is_arg_spill): Add gdbarch paramter.  Use it instead
of current_gdbarch.
(mep_analyze_prologue): Add gdbarch parameter.  Pass it
to is_arg_spill and check_for_saved.
(mep_skip_prologue, mep_analyze_frame_prologue): Update calls.

15 years ago * hppa-tdep.c (internalize_unwinds): Use objfile architecture
Ulrich Weigand [Fri, 5 Sep 2008 11:45:01 +0000 (11:45 +0000)] 
* hppa-tdep.c (internalize_unwinds): Use objfile architecture
instead of current_gdbarch.

15 years ago * m68k-tdep.h (m68kbsd_fpreg_offset): Add gdbarch parameter.
Ulrich Weigand [Fri, 5 Sep 2008 11:44:24 +0000 (11:44 +0000)] 
* m68k-tdep.h (m68kbsd_fpreg_offset): Add gdbarch parameter.
* m68kbsd-tdep.c (m68kbsd_fpreg_offset): Add gdbarch paramter.
Use it instead of current_gdbarch.
(m68kbsd_supply_fpregset): Update call.
* m68kbsd-nat.c (m68kbsd_supply_fpregset): Likewise.
(m68kbsd_collect_fpregset): Likewise.

15 years ago * cris-tdep.c (cris_version, cris_mode): Remove.
Ulrich Weigand [Fri, 5 Sep 2008 11:43:49 +0000 (11:43 +0000)] 
* cris-tdep.c (cris_version, cris_mode): Remove.
(crisv32_single_step_through_delay): Use tdep->cris_mode.
(cris_breakpoint_from_pc): Likewise.
(cris_frame_unwind_cache): Use tdep->cris_version.
(crisv32_scan_prologue): Likewise.
(cris_spec_reg_applicable): Add gdbarch argument.
Use tdep->cris_version.
(cris_register_size, cris_special_register_name): Update calls.
(cris_special_register_name): Add gdbarch argument.
(cris_register_name, crisv32_register_name): Update calls.

15 years ago * m68hc11-tdep.c (gdb_print_insn_m68hc11): Use info->arch
Ulrich Weigand [Fri, 5 Sep 2008 11:43:10 +0000 (11:43 +0000)] 
* m68hc11-tdep.c (gdb_print_insn_m68hc11): Use info->arch
instead of current_gdbarch.

* sh64-tdep.c (gdb_print_insn_sh64): Remove.
(sh64_gdbarch_init): Install print_insn_sh64 directly.
* sh-tdep.c (gdb_print_insn_sh): Remove.
(sh_gdbarch_init): Install print_insn_sh directly.

* mips-tdep.c (gdb_print_insn_mips): Do not check mips_abi
from current_gdbarch.
(gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): New functions.
(mips_gdbarch_init): Install them instead of gdb_print_insn_mips
depending on mips_abi.

15 years ago * gdbarch.sh (addr_bits_remove): Change type to 'm'.
Ulrich Weigand [Fri, 5 Sep 2008 11:42:32 +0000 (11:42 +0000)] 
* gdbarch.sh (addr_bits_remove): Change type to 'm'.
(smash_text_address): Likewise.
* gdbarch.c, gdbarch.h: Regenerate.

* arch-utils.c (core_addr_identity): Add gdbarch parameter.
* arch-utils.h (core_addr_identity): Likewise.
* arm-tdep.c (arm_addr_bits_remove): Likewise.
(arm_smash_text_address): Likewise.
* hppa-tdep.c (hppa_smash_text_address): Likewise.
* m88k-tdep.c (m88k_addr_bits_remove): Likewise.
* s390-tdep.c (s390_addr_bits_remove): Likewise.

* mips-tdep.c (mips_addr_bits_remove): Add gdbarch parameter.
Use it instead of current_gdbarch.

* arm-tdep.c (arm_prologue_prev_register, arm_unwind_pc,
arm_dwarf2_prev_register): Update calls.
* m88k-tdep.c (m88k_unwind_pc): Update call.

15 years ago * dwarf2expr.h (dwarf2_read_address): Add gdbarch argument.
Ulrich Weigand [Fri, 5 Sep 2008 11:40:53 +0000 (11:40 +0000)] 
* dwarf2expr.h (dwarf2_read_address): Add gdbarch argument.
* dwarf2expr.c (dwarf2_read_address): Add gdbarch argument.
Call gdbarch_integer_to_address directly instead of converting
to value and back.  Update comment.
(execute_stack_op): Update call site.
* dwarf2loc.c (find_location_expression): Likewise.
(locexpr_describe_location): Update

* dwarf2expr.h (struct dwarf_expr_context): Add gdbarch member.
* dwarf2-frame.c (execute_stack_op): Initialize ctx->gdbarch.
* dwarf2loc. (dwarf2_evaluate_loc_desc): Likewise.
(dwarf2_loc_desc_needs_frame): Likewise.

15 years ago * breakpoint.h (struct bp_location): Change type of section
Ulrich Weigand [Fri, 5 Sep 2008 11:37:18 +0000 (11:37 +0000)] 
* breakpoint.h (struct bp_location): Change type of section
member to "struct obj_section *".
* tracepoint.h (struct tracepoint): Likewise.
* symtab.h (struct general_symbol_info): Replace bfd_section
member with obj_section.
(struct symtab_and_line): Change type of section member to
"struct obj_section *".
(SYMBOL_BFD_SECTION): Remove macro, replace by ...
(SYMBOL_OBJ_SECTION): ... this.

* minsym.c (prim_record_minimal_symbol_and_info): Record symbol
section as obj_section instead of bfd_section.

* ada-lang.c (ada_decode_symbol): Use gsymbol->obj_section
directly instead of looking of obj_section from bfd_section.

* objfiles.h (find_pc_sect_section): Remove.
* objfiles.c (find_pc_sect_section): Remove.
(find_pc_section): Inline find_pc_sect_section code.

* symfile.h (find_pc_overlay): Return struct obj_section *.
(find_pc_mapped_section): Likewise.
(section_is_overlay, section_is_mapped): Change type of section
argument to struct obj_section *.
(pc_in_mapped_range, pc_in_unmapped_range): Likewise.
(overlay_mapped_address, overlay_unmapped_address): Likewise.
(symbol_overlayed_address): Likewise.
* symtab.h (symbol_overlayed_address): Likewise.
* symfile.c (overlay_is_mapped): Remove.
(section_is_mapped): Inline overlay_is_mapped code.  Update.
(overlay_invalidate_all): Update.
(section_is_overlay): Change section argument to type
"struct obj_section *".  Use bfd_ methods.
(pc_in_unmapped_range): Likewise.  Handle relocated sections.
(pc_in_mapped_range): Likewise.  Handle relocated sections.
(sections_overlap): Likewise.
(overlay_unmapped_address): Likewise.
(overlay_mapped_address): Likewise.
(symbol_overlayed_address): Likewise.
(find_pc_overlay): Return struct obj_section *.
(find_pc_mapped_section): Likewise.
(list_overlays_command): Update.
(map_overlay_command, unmap_overlay_command): Update.
(simple_overlay_update): Update.

* block.h (blockvector_for_pc_sect): Change section argument
to type "struct obj_section *".
(block_for_pc_sect): Likewise.
* block.c (blockvector_for_pc_sect): Change section argument
to type "struct obj_section *".
(block_for_pc_sect): Likewise.
* symtab.h (find_pc_sect_function, find_pc_sect_psymtab,
find_pc_sect_symtab, find_pc_sect_psymbol, find_pc_sect_line,
lookup_minimal_symbol_by_pc_section, find_function_start_pc): Likewise.
(matching_bfd_sections): Rename to ...
(matching_obj_sections): ... this.  Update argument types.
* blockframe.c (find_pc_sect_function): Likewise.
* breakpoint.c (describe_other_breakpoints): Likewise.
(breakpoint_has_pc, check_duplicates_for): Likewise.
* minsyms.c (lookup_minimal_symbol_by_pc_section_1): Likewise.
(lookup_minimal_symbol_by_pc_section): Likewise.
* symtab.c (find_pc_sect_psymtab_closer): Likewise.
(find_pc_sect_psymtab, find_pc_sect_psymbol, find_pc_sect_symtab,
find_pc_sect_line, find_function_start_pc): Likewise.
(matching_bfd_sections): Rename to ...
(matching_obj_sections): ... this.  Update argument types.

* blockframe.c (find_pc_partial_function): Update to section
type changes.  No longer call find_pc_sect_section.
(cache_pc_function_section): Change to type "struct obj_section *".
* breakpoint.c (resolve_sal_pc): Update to section type changes.
* exec.c (xfer_memory): Likewise.
* findvar.c (read_var_value): Likewise.
* infcmd.c (jump_command): Likewise.
* linespec.c (minsym_found): Likewise.
* maint.c (maintenance_translate_address): Likewise.
* minsyms.c (lookup_minimal_symbol_by_pc_section_1): Likewise.
(lookup_solib_trampoline_symbol_by_pc): Likewise.
* parse.c (write_exp_msymbol): Likewise.
* printcmd.c (build_address_symbolic): Likewise.
(address_info, sym_info): Likewise.
* symmisc.c (dump_msymbols, print_symbol): Likewise.
* symtab.c (fixup_section): Likewise.
(fixup_symbol_section, fixup_psymbol_section): Likewise.
(find_pc_line, find_function_start_sal): Likewise.
* target.c (memory_xfer_partial): Likewise.
* hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline): Likewise.
* spu-tdep.c (spu_overlay_update): Likewise.

15 years ago * gas/arm/abs12.d: Update expected disassembly.
Nick Clifton [Fri, 5 Sep 2008 11:24:30 +0000 (11:24 +0000)] 
    * gas/arm/abs12.d: Update expected disassembly.
        * gas/arm/tls_vxworks.d: Likewise.
        * gas/arm/unwind_vxworks.d: Likewise.
        * gas/arm/group-reloc-alu-encoding-bad.d: Skip for vxworks
        targets.
        * gas/arm/group-reloc-alu.d: Likewise.
        * gas/arm/group-reloc-ldc-encoding-bad.d: Likewise.
        * gas/arm/group-reloc-ldc.d: Likewise.
        * gas/arm/group-reloc-ldr-encoding-bad.d: Likewise.
        * gas/arm/group-reloc-ldr.d: Likewise.
        * gas/arm/group-reloc-ldrs-encoding-bad.d: Likewise.
        * gas/arm/group-reloc-ldrs.d: Likewise.
        * gas/arm/local_function.d: Likewise.
        * gas/arm/mapshort-elf.d: Likewise.
        * gas/arm/undefined.d: Likewise.

15 years ago * lib/gas-defs.exp (run_dump_test): If the test expects an error,
Nick Clifton [Fri, 5 Sep 2008 11:19:13 +0000 (11:19 +0000)] 
    * lib/gas-defs.exp (run_dump_test): If the test expects an error,
        fail the test if gas doesn't report an error.

15 years ago2008-09-05 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 5 Sep 2008 08:07:54 +0000 (08:07 +0000)] 
2008-09-05  Tristan Gingold  <gingold@adacore.com>

Add MacOSX 64 bits support.
* mach-o.h (bfd_mach_o_ppc_thread_flavour): Add
BFD_MACH_O_PPC_THREAD_STATE_64.
(bfd_mach_o_i386_thread_flavour): Add BFD_MACH_O_x86_THREAD_STATE64,
BFD_MACH_O_x86_FLOAT_STATE64, BFD_MACH_O_x86_EXCEPTION_STATE64,
BFD_MACH_O_x86_THREAD_STATE, BFD_MACH_O_x86_FLOAT_STATE,
BFD_MACH_O_x86_EXCEPTION_STATE.
(bfd_mach_o_load_command_type): Add
BFD_MACH_O_LC_SEGMENT_64, BFD_MACH_O_LC_ROUTINES_64,
BFD_MACH_O_LC_UUID.
(BFD_MACH_O_CPU_IS64BIT): Added.
(bfd_mach_o_cpu_type): Add BFD_MACH_O_CPU_TYPE_POWERPC_64,
BFD_MACH_O_CPU_TYPE_X86_64.
(bfd_mach_o_header): Add version field.
(bfd_mach_o_section) Add reserved3 field.
(bfd_mach_o_segment_command): Add initprot and maxprot fields.

* mach-o.c (N_TEXT, N_DATA, N_BSS): Added.
(bfd_mach_o_version): New function.
(bfd_mach_o_valid): Handle 64bits cpus.
(bfd_mach_o_write_header): handler 64bits headers.
(bfd_mach_o_scan_write_section_32, bfd_mach_o_scan_write_section_64):
New functions (from bfd_mach_o_scan_write_section) to handle both
flavors.
(bfd_mach_o_scan_write_segment): Parameter wide added to support
both flavors.
(bfd_mach_o_write_contents): Support both flavors.
(bfd_mach_o_read_header): Ditto.
(bfd_mach_o_scan_read_section_32, bfd_mach_o_scan_read_section_64):
New functions (from bfd_mach_o_scan_read_section) to support both
flavors.
(bfd_mach_o_scan_read_symtab_symbol): Support both flavors.
(bfd_mach_o_scan_read_symtab): Ditto.
(bfd_mach_o_scan_read_segment): Parameter wide added to support
both flavors.
(bfd_mach_o_scan_read_segment_32, bfd_mach_o_scan_read_segment_64):
New functions to call bfd_mach_o_scan_read_segment.
(bfd_mach_o_flatten_sections): Support both flavors.
(bfd_mach_o_scan_start_address): Ditto.
(bfd_mach_o_scan): Ditto.
(bfd_mach_o_lookup_section): Ditto.

15 years agodaily update
Alan Modra [Fri, 5 Sep 2008 00:00:06 +0000 (00:00 +0000)] 
daily update

15 years ago*** empty log message ***
gdbadmin [Fri, 5 Sep 2008 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d.
Doug Evans [Thu, 4 Sep 2008 22:49:30 +0000 (22:49 +0000)] 
* defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d.
Change argument of pulongest from CORE_ADDR to ULONGEST.
All callers updated.
* utils.c (plongest): Renamed from paddr_d.
(pulongest): Renamed from paddr_u, change arg type to ULONGEST.
* remote-mips.c (send_srec): Use paddr_nz instead of paddr_u in
`CORE_ADDR addr' arg of error message.

15 years ago2008-09-04 Michael Snyder <msnyder@vmware.com>
Michael Snyder [Thu, 4 Sep 2008 22:00:25 +0000 (22:00 +0000)] 
2008-09-04  Michael Snyder  <msnyder@vmware.com>

* lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
as "at" (for non-debug functions such as _start).

15 years ago * configure.srv: Merge MIPS and MIPS64.
Daniel Jacobowitz [Thu, 4 Sep 2008 17:05:24 +0000 (17:05 +0000)] 
* configure.srv: Merge MIPS and MIPS64.

15 years ago2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
Aaron W. LaFramboise [Thu, 4 Sep 2008 02:18:16 +0000 (02:18 +0000)] 
2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>

* configure.ac (RPATH_ENVVAR): Use PATH on Windows.
(GCC_SHLIB_SUBDIR): New.
* Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
* configure: Regenerate.
* Makefile.in: Regenerate.

15 years ago * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
Ulrich Weigand [Thu, 4 Sep 2008 00:51:04 +0000 (00:51 +0000)] 
* gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
* gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
software watchpoints.
* gdb.base/watch_thread_num.exp: Likewise.

15 years ago*** empty log message ***
gdbadmin [Thu, 4 Sep 2008 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years agodaily update
Alan Modra [Thu, 4 Sep 2008 00:00:06 +0000 (00:00 +0000)] 
daily update

15 years ago2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
Michael Snyder [Wed, 3 Sep 2008 23:54:19 +0000 (23:54 +0000)] 
2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>

* ser-tcp.c (ser_tcp_send_break): New function.
(_initialize_ser_tcp): Use ser_tcp_send_break.
* ser-tcp.h (ser_tcp_send_break): New prototype.

2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>

* gdb.texinfo (Interrupts): Mention TCP interface for
sending BREAK.

15 years ago * spu-tdep.c (spu_push_dummy_call): Update all stack pointer slots
Ulrich Weigand [Wed, 3 Sep 2008 21:27:05 +0000 (21:27 +0000)] 
* spu-tdep.c (spu_push_dummy_call): Update all stack pointer slots
when allocating stack frame for inferior call.

15 years ago * spu-tdep.c (spu_frame_unwind_cache): Do not attempt to unwind
Ulrich Weigand [Wed, 3 Sep 2008 19:19:42 +0000 (19:19 +0000)] 
* spu-tdep.c (spu_frame_unwind_cache): Do not attempt to unwind
SP or return address if we failed to find a valid frame.

15 years agoMake new functions static.
Nick Clifton [Wed, 3 Sep 2008 15:44:33 +0000 (15:44 +0000)] 
Make new functions static.
Rearrange wording of documentation.

15 years ago* config/tc-i386.c (pe_lcomm_internal): New function. Allows the
Nick Clifton [Wed, 3 Sep 2008 14:02:30 +0000 (14:02 +0000)] 
* config/tc-i386.c (pe_lcomm_internal): New function.  Allows the
  alignment field of the .lcomm directive to be optional.
  (pe_lcomm): New function.  Pass pe_lcomm_internal to
  s_comm_internal.
  (md_pseudo_table): Implement .lcomm directive for COFF based
  targets.
  * doc/c-i386.texi (i386-Directives): New node.  Used to document
  the .lcomm directive.

15 years ago * breakpoint.c (breakpoint_init_inferior): Mark as not inserted only
Aleksandar Ristovski [Wed, 3 Sep 2008 13:39:56 +0000 (13:39 +0000)] 
* breakpoint.c (breakpoint_init_inferior): Mark as not inserted only
non-permanent breakpoints.
(bpstat_stop_status): Change enable_state to bp_disabled only for
non-permanent breakpoints.
(bp_loc_is_permanent): New function.
(create_breakpoint): Check if the location points to a permanent
breakpoint and if it does, make breakpoint permanent.
(update_breakpoint_locations): Make sure new locations of permanent
breakpoints are properly initialized.
* i386-tdep.c (i386_skip_permanent_breakpoint): New function.
(i386_gdbarch_init): Set gdbarch_skip_permanent_breakpoint.

* gdb.arch/i386-bp_permanent.exp: New test.

15 years ago*** empty log message ***
gdbadmin [Wed, 3 Sep 2008 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years agodaily update
Alan Modra [Wed, 3 Sep 2008 00:00:05 +0000 (00:00 +0000)] 
daily update

15 years ago * breakpoint.c (insert_breakpoints, update_global_location_list):
Pedro Alves [Tue, 2 Sep 2008 15:14:52 +0000 (15:14 +0000)] 
* breakpoint.c (insert_breakpoints, update_global_location_list):
Check breakpoints_always_inserted_mode instead of
always_inserted_mode directly.

15 years ago(ia64_get_dyn_info_list): Use obj_section_addr.
Andreas Schwab [Tue, 2 Sep 2008 09:32:56 +0000 (09:32 +0000)] 
(ia64_get_dyn_info_list): Use obj_section_addr.

15 years ago*** empty log message ***
gdbadmin [Tue, 2 Sep 2008 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years agodaily update
Alan Modra [Tue, 2 Sep 2008 00:00:06 +0000 (00:00 +0000)] 
daily update

15 years ago Stay compatible after the GCC PR fortran/29635 fix.
Jan Kratochvil [Mon, 1 Sep 2008 22:24:05 +0000 (22:24 +0000)] 
Stay compatible after the GCC PR fortran/29635 fix.
* dwarf2read.c (process_die <DW_TAG_imported_module>)
(process_die <DW_TAG_imported_module>): Do not assert anything about
these unsupported tags.

15 years agodaily update
Alan Modra [Mon, 1 Sep 2008 00:00:06 +0000 (00:00 +0000)] 
daily update

15 years ago*** empty log message ***
gdbadmin [Mon, 1 Sep 2008 00:00:03 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago*** empty log message ***
gdbadmin [Sun, 31 Aug 2008 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years agodaily update
Alan Modra [Sun, 31 Aug 2008 00:00:06 +0000 (00:00 +0000)] 
daily update

15 years ago * config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux
Dave Anglin [Sat, 30 Aug 2008 15:52:22 +0000 (15:52 +0000)] 
* config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux
and NetBSD.

15 years agorevert previous change, like interpreting English is obvious ...
Doug Evans [Sat, 30 Aug 2008 01:54:11 +0000 (01:54 +0000)] 
revert previous change, like interpreting English is obvious ...

15 years agodaily update
Alan Modra [Sat, 30 Aug 2008 00:05:55 +0000 (00:05 +0000)] 
daily update

15 years ago*** empty log message ***
gdbadmin [Sat, 30 Aug 2008 00:00:33 +0000 (00:00 +0000)] 
*** empty log message ***

15 years ago * cli/cli-decode.c (help_cmd): Fix thinko in pre/post hook help output.
Doug Evans [Fri, 29 Aug 2008 23:52:34 +0000 (23:52 +0000)] 
* cli/cli-decode.c (help_cmd): Fix thinko in pre/post hook help output.

15 years ago * maint.c (_initialize_maint_cmds): Fix typo.
Tom Tromey [Fri, 29 Aug 2008 18:31:34 +0000 (18:31 +0000)] 
* maint.c (_initialize_maint_cmds): Fix typo.

15 years ago * dwarf2read.c (dwarf2_build_psymtabs_hard): Copy dirname on
Tom Tromey [Fri, 29 Aug 2008 17:06:05 +0000 (17:06 +0000)] 
* dwarf2read.c (dwarf2_build_psymtabs_hard): Copy dirname on
obstack.

15 years ago * config/tc-avr.c (mcu_types): Add atmega16u4.
Nick Clifton [Fri, 29 Aug 2008 16:58:02 +0000 (16:58 +0000)] 
    * config/tc-avr.c (mcu_types): Add atmega16u4.
        * doc/c-avr.texi: Likewise.