Age | Commit message (Expand) | Author | Files | Lines |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -3/+3 |
2014-01-23 | Use gdb_byte * instead of void * | Yao Qi | 1 | -4/+4 |
2014-01-16 | target: allow decr_pc_after_break to be defined by the target | Markus Metzger | 1 | -0/+21 |
2014-01-16 | btrace, gdbserver: read branch trace incrementally | Markus Metzger | 1 | -4/+5 |
2014-01-16 | record-btrace: provide xfer_partial target method | Markus Metzger | 1 | -0/+4 |
2014-01-16 | target, breakpoint: allow insert/remove breakpoint to be forwarded | Markus Metzger | 1 | -16/+44 |
2014-01-16 | frame, backtrace: allow targets to supply a frame unwinder | Markus Metzger | 1 | -0/+28 |
2014-01-16 | Add target_ops argument to to_prepare_to_store | Markus Metzger | 1 | -4/+5 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -8/+8 |
2014-01-07 | Use correct default for target functions that return pointer | Andreas Schwab | 1 | -4/+12 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-18 | Add target_xfer_partial_ftype | Yao Qi | 1 | -12/+4 |
2013-12-02 | Add new target_read_raw_memory function, and consolidate comments. | Pedro Alves | 1 | -10/+24 |
2013-11-29 | Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORY | Yao Qi | 1 | -30/+37 |
2013-11-24 | set/show code-cache | Yao Qi | 1 | -4/+19 |
2013-11-24 | Renaming in target-dcache.c | Yao Qi | 1 | -2/+2 |
2013-11-20 | Move target-dcache out of target.c | Yao Qi | 1 | -83/+3 |
2013-11-20 | Don't update target_dcache if it is not initialized | Yao Qi | 1 | -1/+2 |
2013-11-20 | Remove last_cache | Yao Qi | 1 | -9/+38 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -2/+2 |
2013-11-04 | Improve performance of large restore commands | Anton Blanchard | 1 | -0/+7 |
2013-10-16 | This is a simple bug. target_disable_btrace and target_teardown_btrace, | Sergio Durigan Junior | 1 | -2/+8 |
2013-10-09 | Stop using errno values around target_xfer interfaces and memory errors. | Pedro Alves | 1 | -15/+16 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -7/+7 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -7/+8 |
2013-09-03 | * inf-child.c (inf_child_follow_fork) New parameter | Luis Machado | 1 | -4/+5 |
2013-08-23 | target.c:target_read_live_memory: Fix type of local. | Pedro Alves | 1 | -1/+1 |
2013-08-22 | PR gdb/15871: Unavailable entry value is not shown correctly | Pedro Alves | 1 | -8/+17 |
2013-07-29 | * target.c (target_async_permitted_1): Fix comment. | Doug Evans | 1 | -1/+1 |
2013-07-25 | remove pop_target | Tom Tromey | 1 | -15/+2 |
2013-07-25 | don't call add_target for thread_db_ops | Tom Tromey | 1 | -7/+16 |
2013-07-24 | gdb/ | Luis Machado | 1 | -46/+0 |
2013-07-18 | gdb/ | Yao Qi | 1 | -1/+1 |
2013-07-16 | * target.h (struct target_section): Delete member bfd. | Doug Evans | 1 | -2/+4 |
2013-06-27 | * target.c (find_run_target): Remove. | Tom Tromey | 1 | -24/+0 |
2013-06-27 | * target.c (target_struct_index): Remove. | Tom Tromey | 1 | -1/+0 |
2013-06-04 | 2013-06-04 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -0/+4 |
2013-05-14 | * remote.c (remote_set_trace_notes): Make arguments const. | Tom Tromey | 1 | -1/+1 |
2013-05-14 | * go32-nat.c (go32_terminal_info): Make 'args' const. | Tom Tromey | 1 | -5/+3 |
2013-05-14 | * gcore.c (create_gcore_bfd): Make 'filename' const. | Tom Tromey | 1 | -1/+1 |
2013-04-07 | gdb/ | Yao Qi | 1 | -1/+1 |
2013-03-29 | gdb/ | Yao Qi | 1 | -3/+19 |
2013-03-20 | gdb/ | Jan Kratochvil | 1 | -13/+13 |
2013-03-11 | Avoid invalid pointer to pointer conversions. | Pedro Alves | 1 | -14/+16 |
2013-03-11 | Add command to print the function names from recorded instructions. | Markus Metzger | 1 | -0/+51 |
2013-03-11 | Add a command to provide a disassembly of the execution trace log. | Markus Metzger | 1 | -0/+51 |
2013-03-11 | Provide default target methods for record targets that are likely to be shared | Markus Metzger | 1 | -0/+17 |
2013-03-11 | Split record.h into record.h and record-full.h. | Markus Metzger | 1 | -0/+130 |
2013-03-11 | Add a new function to target.h to add an alias command for a target and mark it | Markus Metzger | 1 | -0/+15 |