Age | Commit message (Expand) | Author | Files | Lines |
2015-08-06 | Remove required field in agent's symbols | Pierre Langlois | 1 | -1/+0 |
2015-07-21 | btrace: fix case label in btrace_data_append | Markus Metzger | 1 | -1/+1 |
2015-07-15 | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 3 | -137/+0 |
2015-07-15 | Move gdb_regex* to common/ | Jan Kratochvil | 3 | -0/+137 |
2015-07-15 | ari, btrace: avoid unsigned long long | Markus Metzger | 2 | -4/+10 |
2015-07-02 | btrace: store raw btrace data | Markus Metzger | 2 | -0/+96 |
2015-07-02 | btrace: support Intel(R) Processor Trace | Markus Metzger | 2 | -1/+48 |
2015-06-24 | Remove redundant include directives. | Gary Benson | 2 | -4/+0 |
2015-06-18 | remote: consider addressable unit size when reading/writing memory | Simon Marchi | 2 | -30/+59 |
2015-06-15 | Move utility functions to common/ | Jan Kratochvil | 4 | -1/+179 |
2015-06-10 | Move make_cleanup_close to common code | Gary Benson | 2 | -0/+25 |
2015-06-09 | Don't assume File-I/O mode bits match the host's format | Gary Benson | 2 | -0/+54 |
2015-06-09 | Fix preprocessor conditional | Gary Benson | 1 | -1/+1 |
2015-04-21 | Introduce new shared function fileio_to_host_openflags | Gary Benson | 2 | -0/+40 |
2015-04-09 | Rename common-remote-fileio.[ch] as fileio.[ch] | Gary Benson | 2 | -45/+42 |
2015-04-09 | Introduce new shared function remote_fileio_to_fio_error | Gary Benson | 2 | -0/+58 |
2015-03-17 | Remove forward declaration of struct stat | Gary Benson | 1 | -2/+1 |
2015-03-11 | Move remote_fileio_to_fio_stat to gdb/common | Gary Benson | 2 | -0/+180 |
2015-03-09 | Revert union gdb_sockaddr_u | Pedro Alves | 1 | -43/+0 |
2015-03-07 | Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violations | Pedro Alves | 1 | -0/+43 |
2015-03-07 | Make TRY/CATCH use real C++ try/catch in C++ mode | Pedro Alves | 2 | -1/+143 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2 | -40/+56 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -0/+9 |
2015-02-27 | Move exception_none to common code, and use it | Pedro Alves | 2 | -3/+6 |
2015-02-27 | Make functions and variables exported by the IPA be extern "C" | Pedro Alves | 2 | -1/+6 |
2015-02-27 | Add extern "C" to declarations of C symbols | Pedro Alves | 1 | -0/+6 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 3 | -12/+13 |
2015-02-19 | [gdb/ax] small "setv" fix and documentation's adjustment. | David Taylor | 1 | -1/+1 |
2015-02-09 | btrace: identify cpu | Markus Metzger | 1 | -0/+28 |
2015-02-09 | record-btrace: add bts buffer size configuration option | Markus Metzger | 1 | -1/+14 |
2015-02-09 | record btrace: add configuration struct | Markus Metzger | 1 | -0/+11 |
2015-02-09 | btrace: add struct btrace_data | Markus Metzger | 2 | -4/+128 |
2015-01-31 | Add max-completions parameter, and implement tab-completion limiting. | Gary Benson | 1 | -0/+6 |
2015-01-15 | Move code to disable ASR to nat/ | Sergio Durigan Junior | 1 | -0/+1 |
2015-01-15 | Move safe_strerror to common/ | Sergio Durigan Junior | 4 | -0/+144 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 49 | -49/+49 |
2014-12-03 | Fix make_cleanup_dtor signature to match declaration | Simon Marchi | 1 | -1/+1 |
2014-12-02 | Fix comment typo | Simon Marchi | 1 | -1/+1 |
2014-11-21 | Include alloca.h unconditionally | Yao Qi | 1 | -0/+1 |
2014-11-14 | common-defs.h: include <stdarg.h> before <stdio.h> | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Include common-exceptions.h in common-defs.h | Gary Benson | 1 | -0/+1 |
2014-10-08 | Include cleanups.h in common-defs.h | Gary Benson | 2 | -1/+1 |
2014-09-22 | Rename target_{stop,continue}_ptid | Gary Benson | 1 | -2/+2 |
2014-09-12 | Include common-defs.h instead of defs.h/server.h in shared code | Gary Benson | 14 | -77/+14 |
2014-09-12 | Introduce common-regcache.h | Gary Benson | 1 | -0/+36 |
2014-09-11 | Introduce common/symbol.h | Gary Benson | 2 | -12/+40 |
2014-09-11 | Introduce target_{stop,continue}_ptid | Gary Benson | 1 | -35/+2 |
2014-09-11 | Introduce target/target.h | Gary Benson | 1 | -44/+8 |
2014-09-11 | Introduce show_debug_regs | Gary Benson | 2 | -0/+9 |
2014-09-02 | Rename 32- and 64-bit Intel files from "i386" to "x86" | Gary Benson | 2 | -67/+67 |