Age | Commit message (Expand) | Author | Files | Lines |
2008-08-19 | Make sure target supports non-stop. | Vladimir Prus | 1 | -0/+6 |
2008-08-14 | * infcmd.c (continue_1): Add an ERROR_NO_INFERIOR call. | Pedro Alves | 1 | -0/+2 |
2008-08-09 | * target.c: Include "solib.h". | Ulrich Weigand | 1 | -23/+0 |
2008-07-26 | Kill cmd_async_ok. | Vladimir Prus | 1 | -2/+0 |
2008-07-12 | 2008-07-12 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -30/+45 |
2008-07-12 | Replace struct continuation_args by void* and per command structs. | Pedro Alves | 1 | -84/+59 |
2008-07-12 | Implement -exec-continue/-exec-interrupt --all. | Vladimir Prus | 1 | -27/+38 |
2008-07-11 | Exited threads. | Pedro Alves | 1 | -9/+3 |
2008-07-11 | Add "continue -a" and "interrupt -a" options for non-stop mode. | Pedro Alves | 1 | -15/+97 |
2008-07-09 | Non-stop inferior control. | Pedro Alves | 1 | -1/+6 |
2008-07-03 | * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete. | Pedro Alves | 1 | -29/+31 |
2008-06-13 | Don't suppress *running when doing finish. | Vladimir Prus | 1 | -6/+7 |
2008-06-10 | Implement *running. | Vladimir Prus | 1 | -5/+6 |
2008-06-10 | Use observers to report stop events in MI. | Vladimir Prus | 1 | -4/+1 |
2008-06-10 | Suppress normal stop observer when it's problematic. | Vladimir Prus | 1 | -0/+10 |
2008-06-10 | Remove stale code. | Vladimir Prus | 1 | -6/+1 |
2008-05-21 | * infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish". | Joel Brobecker | 1 | -0/+1 |
2008-05-06 | * valprint.c (val_print): Add new language parameter and use it | Joel Brobecker | 1 | -3/+3 |
2008-05-05 | * infcmd.c (step_1): Put thread id on the stack to avoid possible | Pedro Alves | 1 | -10/+4 |
2008-05-04 | gdb/ | Pedro Alves | 1 | -11/+30 |
2008-05-01 | 2008-05-01 Daniel Jacobowitz <dan@codesourcery.com> | Daniel Jacobowitz | 1 | -0/+3 |
2008-04-24 | * infcmd.c (step_1_continuation): Always disable longjmp | Vladimir Prus | 1 | -16/+17 |
2008-04-24 | exec_cleanup murder. | Vladimir Prus | 1 | -83/+62 |
2008-04-22 | doc/ChangeLog: | Corinna Vinschen | 1 | -6/+8 |
2008-04-17 | * cli/cli-decode.h (CMD_ASYNC_OK): New define. | Tom Tromey | 1 | -2/+4 |
2008-03-17 | * infcmd.c (attach_command_post_wait) | Pedro Alves | 1 | -42/+110 |
2008-03-14 | * infcmd.c (jump_command): Postpone disabling stdin until after | Pedro Alves | 1 | -8/+8 |
2008-03-14 | Async mode fixes. | Vladimir Prus | 1 | -4/+25 |
2008-02-28 | * infcmd.c (notice_args_read): Print result of get_inferior_args. | Tom Tromey | 1 | -3/+3 |
2008-02-28 | * infcmd.c (kill_if_already_running): Make static. Use | Daniel Jacobowitz | 1 | -1/+5 |
2008-01-31 | 2008-01-30 Luis Machado <luisgpm@br.ibm.com> | Thiago Jung Bauermann | 1 | -1/+2 |
2008-01-29 | * Makefile.in (symfile.o): Update. | Daniel Jacobowitz | 1 | -9/+3 |
2008-01-29 | * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter | Joel Brobecker | 1 | -1/+1 |
2008-01-11 | * exec.c: #include "arch-utils.h" | Markus Deuling | 1 | -1/+1 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -2/+2 |
2007-11-15 | Remove 'run_cleanup'. | Vladimir Prus | 1 | -1/+1 |
2007-11-15 | Remove CLEAR_SOLIB use. | Vladimir Prus | 1 | -5/+1 |
2007-10-25 | PR exp/1926 | Maciej W. Rozycki | 1 | -6/+21 |
2007-10-22 | 2007-10-22 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -31/+32 |
2007-10-12 | * infcmd.c (print_return_value): Remove STRUCT_RETURN argument. | Ulrich Weigand | 1 | -26/+6 |
2007-09-22 | * breakpoint.c (do_restore_lang_radix_cleanup): Remove. | Vladimir Prus | 1 | -4/+0 |
2007-09-04 | Revert accidentally committed hunk... Sorry. | Pedro Alves | 1 | -7/+6 |
2007-09-04 | * infcmd.c (post_create_inferior): Update comment. | Pedro Alves | 1 | -8/+13 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-06-09 | 2007-06-09 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -3/+5 |
2007-05-31 | 2007-05-31 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -5/+16 |
2007-05-31 | 2007-05-31 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -1/+1 |
2007-04-18 | 2007-04-18 Denis Pilat <denis.pilat@st.com> | Denis Pilat | 1 | -0/+3 |
2007-03-27 | * breakpoint.c (bpstat_num): Add int *num parameter. | Pedro Alves | 1 | -18/+23 |
2007-02-27 | * frame.c (deprecated_selected_frame): Rename to... | Daniel Jacobowitz | 1 | -23/+18 |