aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Rename common to gdbsupportTom Tromey109-15376/+0
2019-06-17[gdb] Fix heap-buffer-overflow in child_pathTom de Vries1-1/+1
2019-06-14Move gnulib to top levelTom Tromey1-1/+1
2019-06-11Move gdb's xmalloc and friends to new fileTom Tromey1-72/+0
2019-06-04Introduce and use make_unique_xstrdupPedro Alves4-6/+14
2019-05-14AArch64: Add half float view to V registersAlan Hayward2-0/+2
2019-05-08Add a noop deleterTom Tromey1-0/+7
2019-05-06Fix scoped_mmap includesTom Tromey2-3/+1
2019-05-03On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii2-4/+14
2019-04-25Make exception handling more efficientTom Tromey3-12/+16
2019-04-25Make SJLJ exceptions more efficientTom Tromey2-3/+6
2019-04-25Remove exception_noneTom Tromey2-6/+1
2019-04-19Remove common/queue.hTom Tromey1-298/+0
2019-04-08Some gdb_exception{,error,quit} tweaksPedro Alves2-22/+22
2019-04-08Make exception throwing a bit more efficientTom Tromey2-18/+27
2019-04-08Remove some now-dead exception codeTom Tromey2-57/+6
2019-04-08Rename gdb exception typesTom Tromey4-19/+11
2019-04-08Rewrite TRY/CATCHTom Tromey2-6/+4
2019-04-08Make exceptions use std::string and be self-managingTom Tromey3-139/+77
2019-04-08Simplify exception handlingTom Tromey2-81/+1
2019-03-12Make null_ptid and minus_one_ptid "const"Tom Tromey2-4/+4
2019-03-06Remove basic cleanup codeTom Tromey4-208/+6
2019-03-06Remove last cleanup from linux-namespaces.cTom Tromey2-25/+0
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::releaseTom Tromey1-1/+1
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to scoped_mmapTom Tromey1-1/+1
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to scoped_fdTom Tromey1-1/+1
2019-03-05Introduce ATTRIBUTE_UNUSED_RESULT and use itTom Tromey1-0/+6
2019-03-02Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii1-2/+5
2019-02-12Add a new function child_path.John Baldwin2-0/+56
2019-02-07Normalize include guards in gdbTom Tromey50-150/+154
2019-01-25Update create-version.sh to use common/version.hTom Tromey1-1/+1
2019-01-24Fix clang/libc++ buildPedro Alves1-1/+1
2019-01-23Introduce forward_scope_exitPedro Alves1-0/+123
2019-01-23Introduce scope_exitPedro Alves1-0/+186
2019-01-23Rename ESC -> ESC_PARENSPedro Alves2-10/+10
2019-01-09Remove ALL_OBJFILES_SAFETom Tromey1-2/+2
2019-01-09Introduce all_objfiles and next_iteratorTom Tromey1-0/+102
2019-01-01Update copyright year range in all GDB files.Joel Brobecker107-107/+107
2018-11-30Use kinfo_getfile to implement fdwalk on FreeBSD.John Baldwin1-0/+24
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2-0/+180
2018-11-21invoke_xmethod & array_viewPedro Alves1-0/+11
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-0/+42
2018-11-20Fix previous change in filestuff.cEli Zaretskii1-0/+4
2018-11-20Avoid "Invalid parameter passed to C runtime function" warningEli Zaretskii1-2/+4
2018-11-09Return scoped_fd from open_source_file and find_and_open_sourceTom Tromey1-0/+19
2018-11-01remove trailing spaces in print-utils.c ("int_string" function)Joel Brobecker1-3/+3
2018-11-01Import mkdtemp gnulib module, fix mingw buildSimon Marchi2-0/+35
2018-10-31Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's already definedSergio Durigan Junior1-2/+3
2018-10-29Remove relational operators from common/offset-type.hSergio Durigan Junior1-17/+1
2018-10-29Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if request...Simon Marchi1-8/+0