2010-02-24 |
Pedro Alves | * mi/mi-main.c (mi_cmd_execute): Fix typo. |
tree | commitdiff |
2010-02-24 |
Vladimir Prus | Multiexec MI |
tree | commitdiff |
2010-02-24 |
Vladimir Prus | Make -exec-run a proper MI commands. |
tree | commitdiff |
2010-02-18 |
Pedro Alves | 2010-02-18 Harald Koenig <H.Koenig@science-computing.de> |
tree | commitdiff |
2010-02-12 |
Michael Snyder | 2010-02-12 Tomas Holmberg <th@virtutech.com> |
tree | commitdiff |
2010-02-10 |
Vladimir Prus | * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add... |
tree | commitdiff |
2010-02-04 |
Vladimir Prus | Include MI command in remotelog. |
tree | commitdiff |
2010-01-20 |
Vladimir Prus | Per-inferior args and tty and environment. |
tree | commitdiff |
2010-01-12 |
Doug Evans | * mi/mi-main.c (list_available_thread_groups): Avoid... |
tree | commitdiff |
2010-01-12 |
Vladimir Prus | Implement core awareness. |
tree | commitdiff |
2010-01-01 |
Joel Brobecker | Update copyright year in most headers. |
tree | commitdiff |
2009-12-21 |
Vladimir Prus | * mi/mi-main.c (mi_cmd_gdb_exit): Flush raw_stdout. |
tree | commitdiff |
2009-11-06 |
Vladimir Prus | Prevent program output from mix with "^running". |
tree | commitdiff |
2009-10-30 |
Vladimir Prus | Fix breakpoint commands in MI. |
tree | commitdiff |
2009-10-19 |
Pedro Alves | 2009-10-19 Pedro Alves <pedro@codesourcery.com> |
tree | commitdiff |
2009-10-10 |
Pedro Alves | * mi/mi-cmd-stack.c (list_args_or_locals): Use interna... |
tree | commitdiff |
2009-09-25 |
Nick Roberts | Remove file. |
tree | commitdiff |
2009-09-22 |
Daniel Jacobowitz | * source.c (forget_cached_source_info): Clear last_sou... |
tree | commitdiff |
2009-09-19 |
Vladimir Prus | * mi/mi-cmd-stack.c (list_args_or_locals): Workaround |
tree | commitdiff |
2009-09-19 |
Vladimir Prus | * mi/mi-cmds.h (mi_cmd_stack_list_variables): Declare. |
tree | commitdiff |
2009-09-15 |
Tom Tromey | gdb |
tree | commitdiff |
2009-08-31 |
Doug Evans | Implement TARGET_OBJECT_STACK_MEMORY. |
tree | commitdiff |
2009-08-03 |
Vladimir Prus | Implement -break-commands |
tree | commitdiff |
2009-07-30 |
Jan Kratochvil | gdb/ |
tree | commitdiff |
2009-07-17 |
Ulrich Weigand | * mi/mi-cmd-disas.c (mi_cmd_disassemble): Respect... |
tree | commitdiff |
2009-07-11 |
Hui Zhu | 2009-07-11 Hui Zhu <teawater@gmail.com> |
tree | commitdiff |
2009-07-10 |
Jan Kratochvil | gdb/ |
tree | commitdiff |
2009-07-07 |
Jan Kratochvil | gdb/ |
tree | commitdiff |
2009-07-02 |
Ulrich Weigand | * defs.h (extract_signed_integer, extract_unsigned_int... |
tree | commitdiff |
2009-07-02 |
Ulrich Weigand | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. |
tree | commitdiff |
2009-07-02 |
Ulrich Weigand | * disasm.h (gdb_disassembly): Add GDBARCH parameter. |
tree | commitdiff |
2009-07-02 |
Ulrich Weigand | * breakpoint.h (struct breakpoint): New member GDBARCH. |
tree | commitdiff |
2009-07-02 |
Ulrich Weigand | * arch-utils.c (selected_byte_order): Return target_by... |
tree | commitdiff |
2009-07-02 |
Ulrich Weigand | * gdbtypes.h (builtin_type_int0, builtin_type_int8... |
tree | commitdiff |
2009-06-30 |
Vladimir Prus | * mi/mi-cmd-stack.c (parse_print_values): New. |
tree | commitdiff |
2009-06-28 |
Paul Pluzhnikov | ChangeLog: |
tree | commitdiff |
2009-06-17 |
Ulrich Weigand | ChangeLog: |
tree | commitdiff |
2009-06-16 |
Pedro Alves | * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch |
tree | commitdiff |
2009-06-05 |
Vladimir Prus | * mi/mi-main.c (mi_cmd_exec_continue) |
tree | commitdiff |
2009-05-29 |
Pedro Alves | * mi/mi-interp.c (mi_on_resume): Initialize `count... |
tree | commitdiff |
2009-05-28 |
Tom Tromey | gdb |
tree | commitdiff |
2009-05-28 |
Tom Tromey | 2009-05-27 Tom Tromey <tromey@redhat.com> |
tree | commitdiff |
2009-05-24 |
Doug Evans | gdb: |
tree | commitdiff |
2009-05-23 |
Jan Kratochvil | gdb/ |
tree | commitdiff |
2009-05-21 |
Pedro Alves | * mi/mi-interp.c (mi_on_resume): Account for whole... |
tree | commitdiff |
2009-05-18 |
Pedro Alves | * fork-child.c (fork_inferior): Only reset the thread... |
tree | commitdiff |
2009-04-08 |
Vladimir Prus | Implement -exec-jump. |
tree | commitdiff |
2009-03-25 |
Pedro Alves | gdb/ |
tree | commitdiff |
2009-03-25 |
Pedro Alves | * infrun.c (normal_stop): Use has_stack_frames instead of |
tree | commitdiff |
2009-03-22 |
Pedro Alves | gdb/ |
tree | commitdiff |
2009-03-22 |
Pedro Alves | * gdbthread.h (struct thread_info): Add in_infcall... |
tree | commitdiff |
2009-03-17 |
Pedro Alves | * mi/mi-main.h (mi_print_timing_maybe): Add strict... |
tree | commitdiff |
2009-03-12 |
Vladimir Prus | Include token in ^running notification for CLI commands. |
tree | commitdiff |
2009-03-12 |
Vladimir Prus | Fix MI timings. |
tree | commitdiff |
2009-03-10 |
Hui Zhu | * disasm.c (gdb_disassembly): Remove unused argument |
tree | commitdiff |
2009-02-21 |
Pedro Alves | 2008-02-21 Pedro Alves <pedro@codesorcery.com> |
tree | commitdiff |
2009-02-18 |
Vladimir Prus | * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded... |
tree | commitdiff |
2009-02-14 |
Vladimir Prus | Include frame information for *stopped due... |
tree | commitdiff |
2009-01-30 |
Vladimir Prus | * breakpoint.c (create_breakpoint, create_break... |
tree | commitdiff |
2009-01-14 |
Pedro Alves | * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis... |
tree | commitdiff |
2009-01-14 |
Pedro Alves | * mi/mi-main.c (mi_cmd_execute): Also allow -list... |
tree | commitdiff |
2009-01-06 |
Jim Blandy | Check return values of functions declared with warn_unu... |
tree | commitdiff |
2009-01-03 |
Joel Brobecker | Updated copyright notices for most files. |
tree | commitdiff |
2008-12-02 |
Pedro Alves | * target.h (target_get_osdata): Describe. |
tree | commitdiff |
2008-12-02 |
Vladimir Prus | Implement -list-thread-groups --available |
tree | commitdiff |
2008-11-17 |
Vladimir Prus | Implement =thread-selected notification. |
tree | commitdiff |
2008-11-17 |
Vladimir Prus | Implement continue/interrupt of thread groups. |
tree | commitdiff |
2008-11-17 |
Vladimir Prus | Implement '-target-detach pid'. |
tree | commitdiff |
2008-11-17 |
Vladimir Prus | Include group-id in thread-created notification. |
tree | commitdiff |
2008-11-17 |
Vladimir Prus | Notification for attach/detach. |
tree | commitdiff |
2008-11-17 |
Vladimir Prus | Implement -list-thread-groups. |
tree | commitdiff |
2008-11-14 |
Tom Tromey | gdb |
tree | commitdiff |
2008-10-28 |
Tom Tromey | gdb |
tree | commitdiff |
2008-10-04 |
Vladimir Prus | * mi/mi-interp.c (mi_on_resume): Flush raw_stdout. |
tree | commitdiff |
2008-09-08 |
Pedro Alves | * inferior.h (context_switch_to): Delete. |
tree | commitdiff |
2008-08-19 |
Vladimir Prus | * target.c (target_async_permitted, target_async_permi... |
tree | commitdiff |
2008-08-16 |
Pedro Alves | * mi/mi-main.c (mi_cmd_exec_next, mi_cmd_exec_next_ins... |
tree | commitdiff |
2008-07-25 |
Tom Tromey | gdb: |
tree | commitdiff |
2008-07-13 |
Vladimir Prus | Skip varobj in running threads. |
tree | commitdiff |
2008-07-13 |
Vladimir Prus | Enable all MI commands while inferiour is running |
tree | commitdiff |
2008-07-13 |
Vladimir Prus | * mi/mi-main.c (mi_cmd_execute): Remove unused variable. |
tree | commitdiff |
2008-07-12 |
Vladimir Prus | Implement -exec-continue/-exec-interrupt --all. |
tree | commitdiff |
2008-07-12 |
Vladimir Prus | Implement --thread and --frame. |
tree | commitdiff |
2008-07-11 |
Pedro Alves | Exited threads. |
tree | commitdiff |
2008-07-09 |
Pedro Alves | Per-thread commands. |
tree | commitdiff |
2008-07-09 |
Pedro Alves | Add "executing" property to threads. |
tree | commitdiff |
2008-07-05 |
Vladimir Prus | * mi/mi-interp.c (mi_on_resume): Don't try to report |
tree | commitdiff |
2008-07-04 |
Vladimir Prus | Implement -target-attach. |
tree | commitdiff |
2008-06-29 |
Vladimir Prus | * mi/mi-cmds.c (mi_cmds): Route -exec-run, -exec-until, |
tree | commitdiff |
2008-06-28 |
Vladimir Prus | * mi/mi-main.c (enum captured_mi_execute_command_actions) |
tree | commitdiff |
2008-06-26 |
Vladimir Prus | * target.c (target_read_until_error): New. |
tree | commitdiff |
2008-06-25 |
Vladimir Prus | Kill the return value for all MI command functions. |
tree | commitdiff |
2008-06-25 |
Vladimir Prus | Emit ^running via observer. |
tree | commitdiff |
2008-06-10 |
Vladimir Prus | Implement *running. |
tree | commitdiff |
2008-06-10 |
Vladimir Prus | Use observers to report stop events in MI. |
tree | commitdiff |
2008-05-28 |
Vladimir Prus | Refactor varobj_update interface. |
tree | commitdiff |
2008-05-27 |
Andreas Schwab | * symtab.h (enum address_class): Remove LOC_REGPARM and |
tree | commitdiff |
2008-05-22 |
Ulrich Weigand | * symtab.h (enum address_class): Remove LOC_BASEREG and |
tree | commitdiff |
2008-05-22 |
Ulrich Weigand | * symtab.h (enum address_class): Remove LOC_LOCAL_ARG. |
tree | commitdiff |
2008-05-19 |
Ulrich Weigand | * symtab.h (lookup_symbol_in_language): Remove SYMTAB... |
tree | commitdiff |
next |