Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-04-19 | gdb_byte for binary buffer, char for string: remote.c, tracepoint.c. | Pedro Alves | 1 | -8/+9 |
2013-04-19 | -Wpointer-sign: char -> gdb_byte. | Pedro Alves | 1 | -1/+1 |
2013-04-11 | gdb/ | Yao Qi | 1 | -2/+2 |
2013-04-10 | Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands. | Pedro Alves | 1 | -2/+2 |
2013-04-10 | make -gdb-exit call disconnect_tracing too, and don't lose history if the tar... | Pedro Alves | 1 | -5/+16 |
2013-04-10 | gdb/ | Yao Qi | 1 | -11/+7 |
2013-04-07 | gdb/ | Yao Qi | 1 | -5/+5 |
2013-03-29 | gdb/ | Yao Qi | 1 | -1/+2 |
2013-03-21 | * tracepoint.h (decode_agent_options): Add 'trace_string' | Tom Tromey | 1 | -18/+32 |
2013-03-20 | * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops, | Tom Tromey | 1 | -91/+97 |
2013-03-20 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2013-03-14 | gdb/ | Yao Qi | 1 | -1/+2 |
2013-03-14 | gdb/ | Yao Qi | 1 | -0/+14 |
2013-03-14 | gdb/ | Yao Qi | 1 | -2/+26 |
2013-03-14 | gdb/ | Yao Qi | 1 | -129/+511 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 1 | -65/+57 |