aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
2015-07-21btrace: fix case label in btrace_data_appendMarkus Metzger1-1/+1
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil3-137/+0
2015-07-15Move gdb_regex* to common/Jan Kratochvil3-0/+137
2015-07-15ari, btrace: avoid unsigned long longMarkus Metzger2-4/+10
2015-07-02btrace: store raw btrace dataMarkus Metzger2-0/+96
2015-07-02btrace: support Intel(R) Processor TraceMarkus Metzger2-1/+48
2015-06-24Remove redundant include directives.Gary Benson2-4/+0
2015-06-18remote: consider addressable unit size when reading/writing memorySimon Marchi2-30/+59
2015-06-15Move utility functions to common/Jan Kratochvil4-1/+179
2015-06-10Move make_cleanup_close to common codeGary Benson2-0/+25
2015-06-09Don't assume File-I/O mode bits match the host's formatGary Benson2-0/+54
2015-06-09Fix preprocessor conditionalGary Benson1-1/+1
2015-04-21Introduce new shared function fileio_to_host_openflagsGary Benson2-0/+40
2015-04-09Rename common-remote-fileio.[ch] as fileio.[ch]Gary Benson2-45/+42
2015-04-09Introduce new shared function remote_fileio_to_fio_errorGary Benson2-0/+58
2015-03-17Remove forward declaration of struct statGary Benson1-2/+1
2015-03-11Move remote_fileio_to_fio_stat to gdb/commonGary Benson2-0/+180
2015-03-09Revert union gdb_sockaddr_uPedro Alves1-43/+0
2015-03-07Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves1-0/+43
2015-03-07Make TRY/CATCH use real C++ try/catch in C++ modePedro Alves2-1/+143
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves2-40/+56
2015-03-06New common function "startswith"Gary Benson1-0/+9
2015-02-27Move exception_none to common code, and use itPedro Alves2-3/+6
2015-02-27Make functions and variables exported by the IPA be extern "C"Pedro Alves2-1/+6
2015-02-27Add extern "C" to declarations of C symbolsPedro Alves1-0/+6
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves3-12/+13
2015-02-19[gdb/ax] small "setv" fix and documentation's adjustment.David Taylor1-1/+1
2015-02-09btrace: identify cpuMarkus Metzger1-0/+28
2015-02-09record-btrace: add bts buffer size configuration optionMarkus Metzger1-1/+14
2015-02-09record btrace: add configuration structMarkus Metzger1-0/+11
2015-02-09btrace: add struct btrace_dataMarkus Metzger2-4/+128
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson1-0/+6
2015-01-15Move code to disable ASR to nat/Sergio Durigan Junior1-0/+1
2015-01-15Move safe_strerror to common/Sergio Durigan Junior4-0/+144
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker49-49/+49
2014-12-03Fix make_cleanup_dtor signature to match declarationSimon Marchi1-1/+1
2014-12-02Fix comment typoSimon Marchi1-1/+1
2014-11-21Include alloca.h unconditionallyYao Qi1-0/+1
2014-11-14common-defs.h: include <stdarg.h> before <stdio.h>Joel Brobecker1-1/+1
2014-10-08Include common-exceptions.h in common-defs.hGary Benson1-0/+1
2014-10-08Include cleanups.h in common-defs.hGary Benson2-1/+1
2014-09-22Rename target_{stop,continue}_ptidGary Benson1-2/+2
2014-09-12Include common-defs.h instead of defs.h/server.h in shared codeGary Benson14-77/+14
2014-09-12Introduce common-regcache.hGary Benson1-0/+36
2014-09-11Introduce common/symbol.hGary Benson2-12/+40
2014-09-11Introduce target_{stop,continue}_ptidGary Benson1-35/+2
2014-09-11Introduce target/target.hGary Benson1-44/+8
2014-09-11Introduce show_debug_regsGary Benson2-0/+9
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2-67/+67
2014-08-29Introduce common/common-exceptions.[ch]Gary Benson2-0/+493