Age | Commit message (Expand) | Author | Files | Lines |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -6/+0 |
2016-02-11 | Use the target architecture when encoding tracepoint actions | Antoine Tremblay | 1 | -6/+6 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-26 | Fix cast of xml_find_attribute's return value | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -12/+19 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -19/+17 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -9/+10 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -3/+13 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -3/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -1/+1 |
2014-11-18 | Use SYMBOL_OBJFILE more. | Doug Evans | 1 | -1/+1 |
2014-10-14 | Only call {set,clear}_semaphore probe function if they are not NULL | Sergio Durigan Junior | 1 | -2/+4 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
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 |