Age | Commit message (Expand) | Author | Files | Lines |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -2/+2 |
2014-03-22 | Remove target_read_live_memory | Yao Qi | 1 | -15/+0 |
2014-03-06 | Remove argument optional_p from get_tracepoint_by_number | Yao Qi | 1 | -1/+1 |
2014-03-06 | Fix PR16508 | Yao Qi | 1 | -15/+14 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -4/+8 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -3/+3 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-02-23 | Move tfile target to tracefile-tfile.c | Yao Qi | 1 | -815/+0 |
2014-02-23 | Move trace file writer out of tracepoint.c | Yao Qi | 1 | -670/+4 |
2014-02-19 | Add target_ops argument to to_traceframe_info | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_get_trace_state_variable_value | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_trace_find | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_get_tracepoint_status | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_get_trace_status | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_close | Tom Tromey | 1 | -1/+1 |
2014-02-12 | don't let bin2hex call strlen | Tom Tromey | 1 | -5/+5 |
2014-02-12 | move some rsp bits into rsp-low.h | Tom Tromey | 1 | -0/+1 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -6/+8 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -2/+2 |
2014-02-05 | Create inferior for tfile target | Yao Qi | 1 | -0/+19 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -1/+1 |
2014-01-13 | tfile: Don't infer the PC from the tracepoint if the PC is a pseudo-register. | Pedro Alves | 1 | -1/+11 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -2/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-20 | Move target-dcache out of target.c | Yao Qi | 1 | -0/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-25 | Remove global traceframe_fun and traceframe_sal | Yao Qi | 1 | -6/+2 |
2013-09-17 | PR gdb/15911: "info threads" changes the default source and line (for "break"... | Pedro Alves | 1 | -1/+1 |
2013-08-09 | tsave: Make tilde-expanded filename visible. | Pedro Alves | 1 | -1/+1 |
2013-07-31 | gdb/ | Yao Qi | 1 | -0/+6 |
2013-07-25 | remove pop_target | Tom Tromey | 1 | -2/+2 |
2013-07-01 | Rely on gnulib's unistd.h replacement. | Pedro Alves | 1 | -2/+0 |
2013-06-28 | * tracepoint.c (deprecated_readline_begin_hook) | Tom Tromey | 1 | -4/+0 |
2013-06-26 | Extend tsave to save starttime, stoptime. | Dmitry Kozlov | 1 | -0/+10 |
2013-06-26 | Fix trace-status to output proper start-time and stop-time. | Dmitry Kozlov | 1 | -12/+12 |
2013-06-26 | gdb/ | Yao Qi | 1 | -51/+94 |
2013-06-26 | gdb/ | Yao Qi | 1 | -0/+30 |
2013-06-26 | gdb/ | Yao Qi | 1 | -29/+47 |
2013-06-26 | gdb/ | Yao Qi | 1 | -4/+1 |
2013-06-26 | gdb/ | Yao Qi | 1 | -31/+36 |
2013-06-07 | gdb/ | Yao Qi | 1 | -7/+14 |
2013-05-31 | gdb/ | Yao Qi | 1 | -36/+39 |
2013-05-30 | make a cleanup unconditionally in tracepoint.c | Tom Tromey | 1 | -4/+4 |
2013-05-30 | gdb/ | Yao Qi | 1 | -7/+6 |
2013-05-28 | gdb/ | Yao Qi | 1 | -6/+3 |
2013-05-24 | gdb/ | Yao Qi | 1 | -19/+0 |
2013-04-24 | * tracepoint.c (trace_save): Call the writer's start method. | Keith Seitz | 1 | -0/+2 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 1 | -4/+3 |