summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***nickrob-async-20060513-branchcvs/nickrob-async-20060513-branchNick Roberts2006-09-261-9/+9
|
* Add note about entering commands while target isNick Roberts2006-09-251-0/+12
| | | | running.
* *** empty log message ***Nick Roberts2006-09-251-0/+5
|
* Update.Nick Roberts2006-09-172-17/+10
|
* *** empty log message ***Nick Roberts2006-09-171-1/+1
|
* *** empty log message ***Nick Roberts2006-09-171-0/+2
|
* (linux_nat_resume): Call to_resume method later.Nick Roberts2006-09-171-4/+12
|
* Declare async_client_context as static here.Nick Roberts2006-09-171-0/+2
|
* Copy code from Apple more carefully and remove redundant codeNick Roberts2006-09-173-69/+36
|
* *** empty log message ***Nick Roberts2006-09-171-0/+9
|
* *** empty log message ***Nick Roberts2006-09-161-3/+3
|
* (call_function_by_hand): Destroy signal thread whileNick Roberts2006-09-151-7/+16
| | | | synchronous and then recreate.
* (linux_test_for_tracefork): Re-insert call toNick Roberts2006-09-151-5/+6
| | | | | my_waitpid (removed inadvertantly). (linux_nat_detach): Call init_lwp_list for asynchronous case too.
* Add new header dependencies.Nick Roberts2006-09-151-3/+4
|
* (struct gdb_inferior_status): RemoveNick Roberts2006-09-151-3/+0
| | | | unused members.
* * async-nat-inferior.h (struct gdb_inferior_status): RemoveNick Roberts2006-09-151-23/+7
| | | | | | | | | unused members. (inf_ptrace_him): Don't set above deleted members. (inf_ptrace_attach): Don't call gdb_inferior_destroy as it is called by gdb_create_inferior later. Merge async conditionals. (inf_ptrace_detach): Delete signal thread.
* * async-nat-inferior.h (struct gdb_inferior_status): RemoveNick Roberts2006-09-151-17/+0
| | | | | | unused members. * async-nat-inferior.c: Don't set above deleted members.
* *** empty log message ***Nick Roberts2006-09-151-5/+7
|
* *** empty log message ***Nick Roberts2006-09-151-0/+19
|
* * async-nat-sigthread.c (gdb_signal_thread_debug),Nick Roberts2006-09-142-8/+0
| | | | * async-nat-sigthread.h: Remove redundant gdb_signal_thread_debug.
* (i386_linux_resume): Move async stuff forNick Roberts2006-09-141-21/+0
| | | | | i386_linux_resume into linux_nat_resume in linux-nat.c. This file is now the same as for mainline.
* (linux_nat_resume): Move async stuff fromNick Roberts2006-09-141-5/+28
| | | | | i386_linux_resume to here. (linux_nat_attach): Add initial process for sync too.
* (mi_cmd_interpreter_exec): Remove out-of dateNick Roberts2006-09-141-4/+0
| | | | comment.
* (mi_cmd_execute): Check for current_command_token.Nick Roberts2006-09-141-2/+9
| | | | (mi_interpreter_exec_bp_cmd): New function (from Apple).
* Update test to reflect change in cli_interpreter_exec.Nick Roberts2006-09-142-2/+2
|
* (execute_control_command): Import stuff forNick Roberts2006-09-141-1/+29
| | | | breakpoint commands from Apple's code.
* *** empty log message ***Nick Roberts2006-09-141-0/+25
|
* (cli_interpreter_exec): Revert to version inNick Roberts2006-09-121-13/+11
| | | | mainline but return exception_none.
* *** empty log message ***Nick Roberts2006-09-121-0/+5
|
* (gdb_process_pending_event): Include lwp noNick Roberts2006-09-101-1/+1
| | | | in return value.
* *** empty log message ***Nick Roberts2006-09-101-0/+5
|
* *** empty log message ***Nick Roberts2006-09-052-2/+22
|
* Add a new test for restarting inferior.Nick Roberts2006-09-051-2/+23
|
* Replace last_async_command withNick Roberts2006-09-051-34/+30
| | | | | | | current_command_token. Rename previous_async_command to previous_command_token. (captured_mi_execute_command): Reset current_command_token to NULL when executing a CLI command.
* (_initialize_cli_interp): Change interpreterNick Roberts2006-09-051-5/+5
| | | | | names: console -> console-unquoted, console-quoted -> console for backward compatiblity.
* Update.Nick Roberts2006-09-051-11/+14
|
* Remove declarations forNick Roberts2006-09-051-3/+0
| | | | standard_is_async_p standard_can_async_p.
* *** empty log message ***Nick Roberts2006-09-041-1/+13
|
* (inf_ptrace_target): Move async_terminal target methods here fromNick Roberts2006-09-041-0/+44
| | | | | init_exec_ops. Add async methods. (inf_ptrace_async): New function (was old standard_async).
* (standard_async): Make it a no-op.Nick Roberts2006-09-041-28/+0
| | | | | (async_file_handler): Move to to inf-ptrace.c. (init_exec_ops): Move async_terminal target methods to inf_ptrace_target.
* (captured_mi_execute_command): Give current_command_token a value.Nick Roberts2006-09-041-0/+2
|
* (linux_nat_wait): Add inferior to LWP list forNick Roberts2006-09-031-30/+29
| | | | async too and include lwp no in return value.
* *** empty log message ***Nick Roberts2006-09-031-0/+3
|
* *** empty log message ***Nick Roberts2006-09-031-1/+6
|
* Test asynchronous Machine Interface (MI) operations.Nick Roberts2006-09-031-0/+107
|
* (linux_nat_mourn_inferior): Destroy thread.Nick Roberts2006-09-021-0/+5
| | | | Clear any pending events
* (handle_inferior_event): Take terminal.Nick Roberts2006-09-021-0/+7
|
* (inf_ptrace_attach): Destroy any existing thread.Nick Roberts2006-09-021-1/+5
| | | | (inf_ptrace_mourn_inferior): Only wait if synchronous.
* Declare gdb_inferior_destroy andNick Roberts2006-09-021-0/+4
| | | | gdb_clear_pending_events here.
* (gdb_inferior_destroy): Make global.Nick Roberts2006-09-021-5/+1
|