GNU Binutils with patches for OS216
Revisión | 97b48edc57f5307cc701f46d45e4ef5e3f6cc83e (tree) |
---|---|
Tiempo | 2006-09-26 11:33:56 |
Autor | Nick Roberts <nickrob@snap...> |
Commiter | Nick Roberts |
*** empty log message ***
@@ -314,7 +314,7 @@ | ||
314 | 314 | (cli_interpreter_resume, cli_interpreter_exec): |
315 | 315 | Make asynchronous. |
316 | 316 | (cli_quoted_interpreter_resume): New function. |
317 | - (_initialize_cli_interp): Add li_command_loop to procs. | |
317 | + (_initialize_cli_interp): Add cli_command_loop to procs. | |
318 | 318 | Initialize the console-quoted interpreter. |
319 | 319 | |
320 | 320 | * tui/tui-hooks.c (tui_target_wait_hook): Add extra argument. |
@@ -323,20 +323,20 @@ | ||
323 | 323 | (current_command_token, mi_interp, mi_interpreter_exec_continuation) |
324 | 324 | (mi_continuation_arg): New externs. |
325 | 325 | (mi_setup_continuation_arg): Declare. |
326 | - | |
327 | - * mi/mi-main.c: Include wrapper.h. | |
328 | - (struct mi_continuation_arg): New structure. | |
329 | - (mi_interpreter_exec_continuation): Move to mi-interp.c. | |
330 | - (mi_execute_async_cli_command) | |
331 | - (mi_exec_async_cli_cmd_continuation): Make asynchronous. | |
332 | - (mi_setup_continuation_arg): New function. | |
333 | 326 | |
334 | 327 | * mi/mi-interp.c (mi_interpreter_exec_continuation): |
335 | - Move from mi-main.c | |
328 | + Move to mi-main.c | |
336 | 329 | (mi_cmd_interpreter_exec): Switch interpreters. Make |
337 | 330 | asynchronous. |
338 | 331 | (mi1_command_loop, mi2_command_loop, mi3_command_loop): |
339 | 332 | Make argument void*. |
333 | + | |
334 | + * mi/mi-main.c: Include wrapper.h. | |
335 | + (struct mi_continuation_arg): New structure. | |
336 | + (mi_interpreter_exec_continuation): Move from mi-interp.c. | |
337 | + (mi_execute_async_cli_command) | |
338 | + (mi_exec_async_cli_cmd_continuation): Make asynchronous. | |
339 | + (mi_setup_continuation_arg): New function. | |
340 | 340 | |
341 | 341 | * Makefile.in (async_nat_inferior_h, async_nat_sigthread_h): |
342 | 342 | New variables. |