aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-30 Fix breakpoint commands in MI.Vladimir Prus1-0/+2
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-6/+11
2009-08-31 Implement TARGET_OBJECT_STACK_MEMORY.Doug Evans1-1/+2
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-1/+3
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-6/+8
2009-07-02 * arch-utils.c (selected_byte_order): Return target_byte_order_user.Ulrich Weigand1-1/+2
2009-07-02 * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8,Ulrich Weigand1-5/+6
2009-06-17ChangeLog:Ulrich Weigand1-37/+46
2009-06-16 * mi/mi-main.c (mi_cmd_data_read_memory): DispatchPedro Alves1-2/+5
2009-06-05 * mi/mi-main.c (mi_cmd_exec_continue)Vladimir Prus1-2/+2
2009-05-28gdbTom Tromey1-0/+4
2009-05-282009-05-27 Tom Tromey <tromey@redhat.com>Tom Tromey1-1/+1
2009-04-08 Implement -exec-jump.Vladimir Prus1-0/+7
2009-03-25 * infrun.c (normal_stop): Use has_stack_frames instead ofPedro Alves1-27/+8
2009-03-22gdb/Pedro Alves1-0/+5
2009-03-12 Include token in ^running notification for CLI commands.Vladimir Prus1-3/+8
2009-03-12 Fix MI timings.Vladimir Prus1-13/+14
2009-01-14 * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess fromPedro Alves1-3/+3
2009-01-14 * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groupsPedro Alves1-1/+2
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-02 * target.h (target_get_osdata): Describe.Pedro Alves1-8/+11
2008-12-02 Implement -list-thread-groups --availableVladimir Prus1-1/+36
2008-11-17 Implement =thread-selected notification.Vladimir Prus1-0/+37
2008-11-17 Implement continue/interrupt of thread groups.Vladimir Prus1-3/+63
2008-11-17 Implement '-target-detach pid'.Vladimir Prus1-0/+36
2008-11-17 Implement -list-thread-groups.Vladimir Prus1-1/+50
2008-11-14gdbTom Tromey1-1/+1
2008-10-28gdbTom Tromey1-4/+13
2008-09-08 * inferior.h (context_switch_to): Delete.Pedro Alves1-8/+8
2008-08-19 * target.c (target_async_permitted, target_async_permitted_1)Vladimir Prus1-1/+19
2008-08-16 * mi/mi-main.c (mi_cmd_exec_next, mi_cmd_exec_next_instruction)Pedro Alves1-5/+5
2008-07-13 Enable all MI commands while inferiour is runningVladimir Prus1-17/+0
2008-07-13 * mi/mi-main.c (mi_cmd_execute): Remove unused variable.Vladimir Prus1-4/+1
2008-07-12 Implement -exec-continue/-exec-interrupt --all.Vladimir Prus1-5/+21
2008-07-12 Implement --thread and --frame.Vladimir Prus1-0/+32
2008-07-11 Exited threads.Pedro Alves1-0/+18
2008-07-09 Per-thread commands.Pedro Alves1-1/+2
2008-07-09 Add "executing" property to threads.Pedro Alves1-4/+4
2008-06-29 * mi/mi-cmds.c (mi_cmds): Route -exec-run, -exec-until,Vladimir Prus1-67/+4
2008-06-28 * mi/mi-main.c (enum captured_mi_execute_command_actions)Vladimir Prus1-37/+2
2008-06-26 * target.c (target_read_until_error): New.Vladimir Prus1-2/+2
2008-06-25 Kill the return value for all MI command functions.Vladimir Prus1-86/+41
2008-06-25 Emit ^running via observer.Vladimir Prus1-48/+23
2008-06-10 Use observers to report stop events in MI.Vladimir Prus1-34/+3
2008-05-06 * valprint.c (val_print): Add new language parameter and use itJoel Brobecker1-2/+4
2008-04-24 * mi/mi-cmds.h (mi_cmd_args_ftype): Remove.Vladimir Prus1-39/+52
2008-04-24 * mi/mi-main.c (last_async_command): Rename to current_token.Vladimir Prus1-56/+18
2008-04-24 exec_cleanup murder.Vladimir Prus1-24/+40
2008-04-04gdb/Pedro Alves1-172/+79
2008-03-27(enum captured_mi_execute_command_actions):Nick Roberts1-4/+4