Age | Commit message (Expand) | Author | Files | Lines |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -4/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -73/+73 |
2016-12-02 | Rename some trace functions | Simon Marchi | 1 | -44/+44 |
2016-11-17 | gdb/tracepoint.c: Don't use printf_vma | Pedro Alves | 1 | -32/+28 |
2016-11-09 | agent_expr_up: gdb::unique_ptr -> std::unique_ptr | Pedro Alves | 1 | -11/+5 |
2016-11-09 | gdb: Use vector::emplace_back | Pedro Alves | 1 | -1/+1 |
2016-11-08 | 'struct agent_expr *' -> unique_ptr<agent_expr> | Pedro Alves | 1 | -66/+41 |
2016-11-08 | Clean up tracepoint.h/c:collection_list | Pedro Alves | 1 | -237/+161 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -28/+19 |
2016-10-12 | Remove unnecessary null_cleanup | Tom Tromey | 1 | -3/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+3 |
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 |