Age | Commit message (Expand) | Author | Files | Lines |
2009-03-12 | Include token in ^running notification for CLI commands. | Vladimir Prus | 1 | -3/+8 |
2009-03-12 | Fix MI timings. | Vladimir Prus | 3 | -13/+17 |
2009-03-10 | * disasm.c (gdb_disassembly): Remove unused argument | Hui Zhu | 1 | -1/+0 |
2009-02-21 | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 1 | -0/+3 |
2009-02-18 | * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New. | Vladimir Prus | 1 | -0/+30 |
2009-02-14 | Include frame information for *stopped due to CLI commands. | Vladimir Prus | 1 | -5/+34 |
2009-01-30 | * breakpoint.c (create_breakpoint, create_breakpoints) | Vladimir Prus | 1 | -3/+8 |
2009-01-14 | * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from | Pedro Alves | 1 | -3/+3 |
2009-01-14 | * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups | Pedro Alves | 1 | -1/+2 |
2009-01-06 | Check return values of functions declared with warn_unused_result | Jim Blandy | 1 | -1/+4 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 24 | -24/+32 |
2008-12-02 | * target.h (target_get_osdata): Describe. | Pedro Alves | 1 | -8/+11 |
2008-12-02 | Implement -list-thread-groups --available | Vladimir Prus | 1 | -1/+36 |
2008-11-17 | Implement =thread-selected notification. | Vladimir Prus | 3 | -15/+53 |
2008-11-17 | Implement continue/interrupt of thread groups. | Vladimir Prus | 1 | -3/+63 |
2008-11-17 | Implement '-target-detach pid'. | Vladimir Prus | 3 | -1/+38 |
2008-11-17 | Include group-id in thread-created notification. | Vladimir Prus | 1 | -2/+6 |
2008-11-17 | Notification for attach/detach. | Vladimir Prus | 1 | -0/+24 |
2008-11-17 | Implement -list-thread-groups. | Vladimir Prus | 3 | -1/+52 |
2008-11-14 | gdb | Tom Tromey | 1 | -1/+1 |
2008-10-28 | gdb | Tom Tromey | 2 | -11/+29 |
2008-10-04 | * mi/mi-interp.c (mi_on_resume): Flush raw_stdout. | Vladimir Prus | 1 | -0/+1 |
2008-09-08 | * inferior.h (context_switch_to): Delete. | Pedro Alves | 1 | -8/+8 |
2008-08-19 | * target.c (target_async_permitted, target_async_permitted_1) | Vladimir Prus | 3 | -1/+21 |
2008-08-16 | * mi/mi-main.c (mi_cmd_exec_next, mi_cmd_exec_next_instruction) | Pedro Alves | 1 | -5/+5 |
2008-07-25 | gdb: | Tom Tromey | 1 | -14/+22 |
2008-07-13 | Skip varobj in running threads. | Vladimir Prus | 1 | -2/+16 |
2008-07-13 | Enable all MI commands while inferiour is running | Vladimir Prus | 1 | -17/+0 |
2008-07-13 | * mi/mi-main.c (mi_cmd_execute): Remove unused variable. | Vladimir Prus | 1 | -4/+1 |
2008-07-12 | Implement -exec-continue/-exec-interrupt --all. | Vladimir Prus | 1 | -5/+21 |
2008-07-12 | Implement --thread and --frame. | Vladimir Prus | 3 | -0/+70 |
2008-07-11 | Exited threads. | Pedro Alves | 1 | -0/+18 |
2008-07-09 | Per-thread commands. | Pedro Alves | 1 | -1/+2 |
2008-07-09 | Add "executing" property to threads. | Pedro Alves | 1 | -4/+4 |
2008-07-05 | * mi/mi-interp.c (mi_on_resume): Don't try to report | Vladimir Prus | 1 | -0/+6 |
2008-07-04 | Implement -target-attach. | Vladimir Prus | 1 | -1/+1 |
2008-06-29 | * mi/mi-cmds.c (mi_cmds): Route -exec-run, -exec-until, | Vladimir Prus | 3 | -75/+8 |
2008-06-28 | * mi/mi-main.c (enum captured_mi_execute_command_actions) | Vladimir Prus | 1 | -37/+2 |
2008-06-26 | * target.c (target_read_until_error): New. | Vladimir Prus | 1 | -2/+2 |
2008-06-25 | Kill the return value for all MI command functions. | Vladimir Prus | 11 | -201/+84 |
2008-06-25 | Emit ^running via observer. | Vladimir Prus | 3 | -58/+55 |
2008-06-10 | Implement *running. | Vladimir Prus | 1 | -0/+15 |
2008-06-10 | Use observers to report stop events in MI. | Vladimir Prus | 2 | -56/+21 |
2008-05-28 | Refactor varobj_update interface. | Vladimir Prus | 1 | -44/+34 |
2008-05-27 | * symtab.h (enum address_class): Remove LOC_REGPARM and | Andreas Schwab | 1 | -8/+2 |
2008-05-22 | * symtab.h (enum address_class): Remove LOC_BASEREG and | Ulrich Weigand | 1 | -2/+0 |
2008-05-22 | * symtab.h (enum address_class): Remove LOC_LOCAL_ARG. | Ulrich Weigand | 1 | -1/+0 |
2008-05-19 | * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter. | Ulrich Weigand | 1 | -2/+1 |
2008-05-06 | * valprint.c (val_print): Add new language parameter and use it | Joel Brobecker | 2 | -4/+9 |
2008-05-03 | 2008-05-03 Pedro Alves <pedro@codesourcery.com> | Vladimir Prus | 1 | -1/+15 |