summaryrefslogtreecommitdiff
path: root/gdb/common
Commit message (Expand)AuthorAgeFilesLines
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0158-58/+58
* Support software single step on ARM in GDBServerAntoine Tremblay2015-12-181-0/+2
* Share regcache function regcache_raw_read_unsignedAntoine Tremblay2015-12-182-0/+60
* [C++] Fix -Winvalid-offsetof warnings with g++ 4.4Pedro Alves2015-12-161-10/+34
* [C++] Always use setjmp/longjmp for exceptionsPedro Alves2015-11-172-16/+33
* MinGW and attribute format(printf/gnu_printf)Pedro Alves2015-11-171-0/+9
* [C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.hPedro Alves2015-11-171-0/+16
* Type-safe wrapper for enum flagsPedro Alves2015-11-171-0/+224
* Add cast to VEC_iteratePedro Alves2015-10-291-1/+1
* Add cast to exception_nonePedro Alves2015-10-291-1/+1
* Don't assume break/continue inside a TRY block worksPedro Alves2015-10-291-0/+16
* Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'Pedro Alves2015-10-272-2/+6
* musl: Move W_STOPCODE to common/gdb_wait.h.Doug Evans2015-10-261-4/+4
* aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi2015-10-151-0/+5
* More char constificationPedro Alves2015-10-131-1/+2
* vec.h: Add casts for C++ compatSimon Marchi2015-10-011-3/+3
* common/filestuff.c (make_cleanup_close): Update comment.Doug Evans2015-09-281-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-254-4/+5
* Add casts to memory allocation related callsSimon Marchi2015-09-256-6/+6
* Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi2015-09-101-0/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-265-12/+7
* Prepare for gnulib updatePedro Alves2015-08-241-0/+38
* Remove required field in agent's symbolsPierre Langlois2015-08-061-1/+0
* btrace: fix case label in btrace_data_appendMarkus Metzger2015-07-211-1/+1
* Revert the previous 7 commits of: Validate binary before useJan Kratochvil2015-07-153-137/+0
* Move gdb_regex* to common/Jan Kratochvil2015-07-153-0/+137
* ari, btrace: avoid unsigned long longMarkus Metzger2015-07-152-4/+10
* btrace: store raw btrace dataMarkus Metzger2015-07-022-0/+96
* btrace: support Intel(R) Processor TraceMarkus Metzger2015-07-022-1/+48
* Remove redundant include directives.Gary Benson2015-06-242-4/+0
* remote: consider addressable unit size when reading/writing memorySimon Marchi2015-06-182-30/+59
* Move utility functions to common/Jan Kratochvil2015-06-154-1/+179
* Move make_cleanup_close to common codeGary Benson2015-06-102-0/+25
* Don't assume File-I/O mode bits match the host's formatGary Benson2015-06-092-0/+54
* Fix preprocessor conditionalGary Benson2015-06-091-1/+1
* Introduce new shared function fileio_to_host_openflagsGary Benson2015-04-212-0/+40
* Rename common-remote-fileio.[ch] as fileio.[ch]Gary Benson2015-04-092-45/+42
* Introduce new shared function remote_fileio_to_fio_errorGary Benson2015-04-092-0/+58
* Remove forward declaration of struct statGary Benson2015-03-171-2/+1
* Move remote_fileio_to_fio_stat to gdb/commonGary Benson2015-03-112-0/+180
* Revert union gdb_sockaddr_uPedro Alves2015-03-091-43/+0
* Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves2015-03-071-0/+43
* Make TRY/CATCH use real C++ try/catch in C++ modePedro Alves2015-03-072-1/+143
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-072-40/+56
* New common function "startswith"Gary Benson2015-03-061-0/+9
* Move exception_none to common code, and use itPedro Alves2015-02-272-3/+6
* Make functions and variables exported by the IPA be extern "C"Pedro Alves2015-02-272-1/+6
* Add extern "C" to declarations of C symbolsPedro Alves2015-02-271-0/+6
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-273-12/+13
* [gdb/ax] small "setv" fix and documentation's adjustment.David Taylor2015-02-191-1/+1