aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
2015-11-17[C++] Always use setjmp/longjmp for exceptionsPedro Alves2-16/+33
2015-11-17MinGW and attribute format(printf/gnu_printf)Pedro Alves1-0/+9
2015-11-17[C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.hPedro Alves1-0/+16
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-0/+224
2015-10-29Add cast to VEC_iteratePedro Alves1-1/+1
2015-10-29Add cast to exception_nonePedro Alves1-1/+1
2015-10-29Don't assume break/continue inside a TRY block worksPedro Alves1-0/+16
2015-10-27Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'Pedro Alves2-2/+6
2015-10-26musl: Move W_STOPCODE to common/gdb_wait.h.Doug Evans1-4/+4
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi1-0/+5
2015-10-13More char constificationPedro Alves1-1/+2
2015-10-01vec.h: Add casts for C++ compatSimon Marchi1-3/+3
2015-09-28common/filestuff.c (make_cleanup_close): Update comment.Doug Evans1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi4-4/+5
2015-09-25Add casts to memory allocation related callsSimon Marchi6-6/+6
2015-09-10Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi1-0/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi5-12/+7
2015-08-24Prepare for gnulib updatePedro Alves1-0/+38
2015-08-06Remove required field in agent's symbolsPierre Langlois1-1/+0
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