| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent program output from mix with "^running". | Vladimir Prus | 2009-11-06 | 1 | -3/+2 |
* | Fix breakpoint commands in MI. | Vladimir Prus | 2009-10-30 | 2 | -1/+3 |
* | 2009-10-19 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2009-10-19 | 2 | -11/+16 |
* | * mi/mi-cmd-stack.c (list_args_or_locals): Use internal_error. | Pedro Alves | 2009-10-10 | 1 | -4/+8 |
* | Remove file. | Nick Roberts | 2009-09-25 | 1 | -609/+0 |
* | * source.c (forget_cached_source_info): Clear last_source_visited. | Daniel Jacobowitz | 2009-09-22 | 1 | -1/+0 |
* | * mi/mi-cmd-stack.c (list_args_or_locals): Workaround | Vladimir Prus | 2009-09-19 | 1 | -0/+2 |
* | * mi/mi-cmds.h (mi_cmd_stack_list_variables): Declare. | Vladimir Prus | 2009-09-19 | 3 | -7/+46 |
* | gdb | Tom Tromey | 2009-09-15 | 3 | -47/+140 |
* | Implement TARGET_OBJECT_STACK_MEMORY. | Doug Evans | 2009-08-31 | 1 | -1/+2 |
* | Implement -break-commands | Vladimir Prus | 2009-08-03 | 3 | -0/+52 |
* | gdb/ | Jan Kratochvil | 2009-07-30 | 1 | -22/+42 |
* | * mi/mi-cmd-disas.c (mi_cmd_disassemble): Respect mixed_mode flag. | Ulrich Weigand | 2009-07-17 | 1 | -2/+2 |
* | 2009-07-11 Hui Zhu <teawater@gmail.com> | Hui Zhu | 2009-07-11 | 1 | -1/+1 |
* | gdb/ | Jan Kratochvil | 2009-07-10 | 1 | -23/+16 |
* | gdb/ | Jan Kratochvil | 2009-07-07 | 1 | -3/+1 |
* | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 2009-07-02 | 1 | -1/+3 |
* | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 2009-07-02 | 3 | -9/+14 |
* | * disasm.h (gdb_disassembly): Add GDBARCH parameter. | Ulrich Weigand | 2009-07-02 | 1 | -1/+3 |
* | * breakpoint.h (struct breakpoint): New member GDBARCH. | Ulrich Weigand | 2009-07-02 | 1 | -2/+3 |
* | * arch-utils.c (selected_byte_order): Return target_byte_order_user. | Ulrich Weigand | 2009-07-02 | 1 | -1/+2 |
* | * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, | Ulrich Weigand | 2009-07-02 | 1 | -5/+6 |
* | * mi/mi-cmd-stack.c (parse_print_values): New. | Vladimir Prus | 2009-06-30 | 1 | -15/+23 |
* | ChangeLog: | Paul Pluzhnikov | 2009-06-28 | 1 | -52/+0 |
* | ChangeLog: | Ulrich Weigand | 2009-06-17 | 1 | -37/+46 |
* | * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch | Pedro Alves | 2009-06-16 | 1 | -2/+5 |
* | * mi/mi-main.c (mi_cmd_exec_continue) | Vladimir Prus | 2009-06-05 | 1 | -2/+2 |
* | * mi/mi-interp.c (mi_on_resume): Initialize `count' to 0. | Pedro Alves | 2009-05-29 | 1 | -1/+1 |
* | gdb | Tom Tromey | 2009-05-28 | 4 | -0/+59 |
* | 2009-05-27 Tom Tromey <tromey@redhat.com> | Tom Tromey | 2009-05-28 | 1 | -1/+1 |
* | gdb: | Doug Evans | 2009-05-24 | 1 | -2/+2 |
* | gdb/ | Jan Kratochvil | 2009-05-23 | 1 | -28/+0 |
* | * mi/mi-interp.c (mi_on_resume): Account for whole process | Pedro Alves | 2009-05-21 | 1 | -1/+1 |
* | * fork-child.c (fork_inferior): Only reset the thread list if this | Pedro Alves | 2009-05-18 | 1 | -4/+37 |
* | Implement -exec-jump. | Vladimir Prus | 2009-04-08 | 3 | -0/+9 |
* | gdb/ | Pedro Alves | 2009-03-25 | 1 | -3/+8 |
* | * infrun.c (normal_stop): Use has_stack_frames instead of | Pedro Alves | 2009-03-25 | 1 | -27/+8 |
* | gdb/ | Pedro Alves | 2009-03-22 | 3 | -2/+25 |
* | * gdbthread.h (struct thread_info): Add in_infcall member. | Pedro Alves | 2009-03-22 | 1 | -0/+11 |
* | * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype, | Pedro Alves | 2009-03-17 | 1 | -2/+2 |
* | Include token in ^running notification for CLI commands. | Vladimir Prus | 2009-03-12 | 1 | -3/+8 |
* | Fix MI timings. | Vladimir Prus | 2009-03-12 | 3 | -13/+17 |
* | * disasm.c (gdb_disassembly): Remove unused argument | Hui Zhu | 2009-03-10 | 1 | -1/+0 |
* | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 2009-02-21 | 1 | -0/+3 |
* | * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New. | Vladimir Prus | 2009-02-18 | 1 | -0/+30 |
* | Include frame information for *stopped due to CLI commands. | Vladimir Prus | 2009-02-14 | 1 | -5/+34 |
* | * breakpoint.c (create_breakpoint, create_breakpoints) | Vladimir Prus | 2009-01-30 | 1 | -3/+8 |
* | * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from | Pedro Alves | 2009-01-14 | 1 | -3/+3 |
* | * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups | Pedro Alves | 2009-01-14 | 1 | -1/+2 |
* | Check return values of functions declared with warn_unused_result | Jim Blandy | 2009-01-06 | 1 | -1/+4 |