Age | Commit message (Expand) | Author | Files | Lines |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -6/+7 |
2016-04-16 | Fix gdb C++ build when libipt is available | Pedro Alves | 1 | -2/+2 |
2016-01-13 | Centralize thread ID printing | Pedro Alves | 1 | -5/+10 |
2016-01-12 | Remove trademark acknowledgements throughout | Pedro Alves | 1 | -13/+14 |
2016-01-04 | btrace: do not return out of TRY/CATCH | Markus Metzger | 1 | -4/+5 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-26 | btrace: diagnose "record btrace pt" without libipt | Markus Metzger | 1 | -0/+5 |
2015-09-26 | Fix cast of xml_find_attribute's return value | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -14/+15 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -3/+3 |
2015-08-07 | btrace: indicate speculative execution | Markus Metzger | 1 | -0/+15 |
2015-07-15 | ari, btrace: avoid unsigned long long | Markus Metzger | 1 | -6/+5 |
2015-07-09 | btrace, pt: support new packets | Markus Metzger | 1 | -1/+26 |
2015-07-09 | btrace: fix build fail with 32-bit BFD | Markus Metzger | 1 | -2/+2 |
2015-07-02 | btrace: maintenance commands | Markus Metzger | 1 | -0/+733 |
2015-07-02 | btrace: store raw btrace data | Markus Metzger | 1 | -0/+5 |
2015-07-02 | btrace: support Intel(R) Processor Trace | Markus Metzger | 1 | -1/+415 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -5/+13 |
2015-03-03 | btrace: work around _dl_runtime_resolve returning to resolved function | Markus Metzger | 1 | -1/+18 |
2015-03-03 | btrace: compute line range when printing | Markus Metzger | 1 | -65/+3 |
2015-02-09 | record-btrace: indicate gaps | Markus Metzger | 1 | -30/+166 |
2015-02-09 | btrace: extend struct btrace_insn | Markus Metzger | 1 | -50/+61 |
2015-02-09 | btrace: update btrace_compute_ftrace parameters | Markus Metzger | 1 | -6/+7 |
2015-02-09 | record-btrace: add bts buffer size configuration option | Markus Metzger | 1 | -1/+13 |
2015-02-09 | record btrace: add configuration struct | Markus Metzger | 1 | -3/+68 |
2015-02-09 | btrace: add format argument to supports_btrace | Markus Metzger | 1 | -1/+1 |
2015-02-09 | btrace: add struct btrace_data | Markus Metzger | 1 | -42/+112 |
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 | -4/+4 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-07-30 | Make all source files include defs.h or server.h first | Gary Benson | 1 | -0/+1 |
2014-06-19 | Fix next over threaded execl with "set scheduler-locking step". | Pedro Alves | 1 | -1/+1 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -2/+2 |
2014-01-16 | record-btrace: show trace from enable location | Markus Metzger | 1 | -0/+51 |
2014-01-16 | btrace, gdbserver: read branch trace incrementally | Markus Metzger | 1 | -17/+139 |
2014-01-16 | record-btrace: extend unwinder | Markus Metzger | 1 | -0/+4 |
2014-01-16 | btrace: add replay position to btrace thread info | Markus Metzger | 1 | -0/+10 |
2014-01-16 | record-btrace: optionally indent function call history | Markus Metzger | 1 | -2/+13 |
2014-01-16 | record-btrace: start counting at one | Markus Metzger | 1 | -1/+7 |
2014-01-16 | btrace: change branch trace data structure | Markus Metzger | 1 | -185/+966 |
2014-01-16 | btrace: uppercase btrace_read_type | Markus Metzger | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -4/+4 |
2013-03-11 | Define the xml document style for transferring branch trace data. | Markus Metzger | 1 | -0/+94 |
2013-03-11 | Add branch trace information to struct thread_info. | Markus Metzger | 1 | -0/+449 |