summaryrefslogtreecommitdiff
path: root/gdb/common
Commit message (Expand)AuthorAgeFilesLines
* Use RAII to save and restore scalarsTom Tromey2016-10-211-0/+99
* gdb: no longer define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROSPedro Alves2016-10-181-16/+0
* Introduce gdb::unique_ptrPedro Alves2016-10-182-0/+389
* Include strings.h where availableEli Zaretskii2016-10-141-0/+3
* gdb: Remove some C compiler support leftoversPedro Alves2016-10-062-24/+11
* gdb: Replace operator new / operator new[]Pedro Alves2016-09-232-0/+105
* gdb: Fix build breakage with GCC 4.1 and --disable-nlsPedro Alves2016-09-191-5/+0
* Quiet ARI gettext checksPedro Alves2016-08-101-4/+4
* Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves2016-08-093-1/+134
* Pass SIGLIBRT directly to child processes.John Baldwin2016-07-151-0/+8
* Add method/format information to =record-startedSimon Marchi2016-06-062-0/+23
* Add xmalloc_failed() function to common-utils.c in to avoid the need to link ...Nick Clifton2016-06-011-0/+6
* Switch gdb's TRY/CATCH to C++ try/catchPedro Alves2016-04-221-5/+6
* Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves2016-04-222-31/+71
* Switch gdb's TRY/CATCH to sjlj againPedro Alves2016-04-211-6/+5
* Add target descriptions for AVX + MPXWalfred Tedeschi2016-04-191-2/+3
* [C++] Switch TRY/CATCH to real C++ try/catch by default againPedro Alves2016-04-121-5/+6
* Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves2016-04-122-7/+7
* Eliminate prepare_to_throw_exceptionPedro Alves2016-04-122-9/+0
* Use struct buffer in gdb_readline_no_editingPedro Alves2016-03-091-0/+9
* Fix function commentsSimon Marchi2016-01-261-2/+2
* Centralize thread ID printingPedro Alves2016-01-132-35/+44
* Remove trademark acknowledgements throughoutPedro Alves2016-01-122-5/+5
* 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