Age | Commit message (Expand) | Author | Files | Lines |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+3 |
2015-03-04 | garbage collect target_decr_pc_after_break | Pedro Alves | 1 | -20/+0 |
2015-02-09 | record btrace: add configuration struct | Markus Metzger | 1 | -2/+10 |
2015-02-09 | btrace: add format argument to supports_btrace | Markus Metzger | 1 | -0/+8 |
2015-02-09 | btrace: add struct btrace_data | Markus Metzger | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-15 | Introduce utility function find_inferior_ptid | Simon Marchi | 1 | -2/+2 |
2014-12-10 | Restore terminal state in mi_thread_exit (PR gdb/17627) | Simon Marchi | 1 | -0/+34 |
2014-10-17 | PR gdb/17472: With annotations, input while executing in the foreground crash... | Pedro Alves | 1 | -0/+8 |
2014-10-17 | Make common code handle target_terminal_* idempotency | Pedro Alves | 1 | -0/+56 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -2/+2 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-10-01 | Really fail inserting software breakpoints on read-only regions | Pedro Alves | 1 | -28/+67 |
2014-09-22 | Rename target_{stop,continue}_ptid | Gary Benson | 1 | -2/+2 |
2014-09-11 | Introduce target_{stop,continue}_ptid | Gary Benson | 1 | -0/+25 |
2014-09-11 | Introduce target/target.h | Gary Benson | 1 | -0/+16 |
2014-08-19 | Convert target_structs vector to VEC | Simon Marchi | 1 | -26/+10 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-04 | make "set debug target" take effect immediately | Tom Tromey | 1 | -3/+11 |
2014-07-30 | fix to_open debug setting | Tom Tromey | 1 | -13/+24 |
2014-07-29 | simplify target_is_pushed | Tom Tromey | 1 | -3/+3 |
2014-07-24 | auto-generate most target debug methods | Tom Tromey | 1 | -692/+18 |
2014-07-18 | fix PR gdb/17130 | Tom Tromey | 1 | -1/+19 |
2014-07-14 | fix record "run" regression | Tom Tromey | 1 | -1/+2 |
2014-07-07 | change to_info_record to use target delegation | Tom Tromey | 1 | -17/+0 |
2014-07-07 | convert to_get_thread_local_address to use target delegation | Tom Tromey | 1 | -11/+13 |
2014-06-26 | constify to_load | Tom Tromey | 1 | -3/+3 |
2014-06-25 | gcore, target: allow target to prepare/cleanup for/after core file generation | Markus Metzger | 1 | -0/+16 |
2014-06-16 | constify to_info_proc and friends | Tom Tromey | 1 | -1/+1 |
2014-06-16 | constify to_disconnect | Tom Tromey | 1 | -1/+1 |
2014-06-16 | constify to_rcmd | Tom Tromey | 1 | -3/+4 |
2014-06-04 | convert to_thread_address_space to use TARGET_DEFAULT_FUNC | Tom Tromey | 1 | -22/+24 |
2014-05-29 | enable target async by default; separate MI and target notions of async | Pedro Alves | 1 | -12/+13 |
2014-05-29 | PR15693 - Fix spurious *running events, thread state, dprintf-style call | Pedro Alves | 1 | -1/+2 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-21 | Allow making GDB not automatically connect to the native target. | Pedro Alves | 1 | -10/+38 |
2014-05-21 | Fix TLS access for -static -pthread | Jan Kratochvil | 1 | -4/+0 |
2014-05-20 | Make compare-sections work against all targets; add compare-sections [-r] tests. | Pedro Alves | 1 | -0/+43 |
2014-03-22 | Move the traceframe_available_memory code from memory_xfer_partial_1 down to ... | Yao Qi | 1 | -138/+0 |
2014-03-12 | fix regressions with target-async | Tom Tromey | 1 | -97/+32 |
2014-03-05 | PR gdb/16575: stale breakpoint instructions in the code cache | Pedro Alves | 1 | -33/+20 |
2014-02-26 | eliminate target_ops->deprecated_xfer_memory | Pedro Alves | 1 | -122/+0 |
2014-02-25 | remove target_ignore | Tom Tromey | 1 | -7/+0 |
2014-02-24 | Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE | Yao Qi | 1 | -4/+4 |
2014-02-24 | Tweak target_xfer_status_to_string | Yao Qi | 1 | -2/+2 |
2014-02-24 | Remove TARGET_XFER_STATUS_ERROR_P | Yao Qi | 1 | -5/+2 |
2014-02-21 | Fix length arg in call to breakpoint_xfer_memory. | Andreas Krebbel | 1 | -1/+1 |
2014-02-19 | convert to_get_unwinder and to_get_tailcall_unwinder to methods | Tom Tromey | 1 | -14/+2 |