summaryrefslogtreecommitdiff
path: root/gdb/common
Commit message (Expand)AuthorAgeFilesLines
* Rename common to gdbsupportTom Tromey2019-07-09109-15376/+0
* [gdb] Fix heap-buffer-overflow in child_pathTom de Vries2019-06-171-1/+1
* Move gnulib to top levelTom Tromey2019-06-141-1/+1
* Move gdb's xmalloc and friends to new fileTom Tromey2019-06-111-72/+0
* Introduce and use make_unique_xstrdupPedro Alves2019-06-044-6/+14
* AArch64: Add half float view to V registersAlan Hayward2019-05-142-0/+2
* Add a noop deleterTom Tromey2019-05-081-0/+7
* Fix scoped_mmap includesTom Tromey2019-05-062-3/+1
* On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii2019-05-032-4/+14
* Make exception handling more efficientTom Tromey2019-04-253-12/+16
* Make SJLJ exceptions more efficientTom Tromey2019-04-252-3/+6
* Remove exception_noneTom Tromey2019-04-252-6/+1
* Remove common/queue.hTom Tromey2019-04-191-298/+0
* Some gdb_exception{,error,quit} tweaksPedro Alves2019-04-082-22/+22
* Make exception throwing a bit more efficientTom Tromey2019-04-082-18/+27
* Remove some now-dead exception codeTom Tromey2019-04-082-57/+6
* Rename gdb exception typesTom Tromey2019-04-084-19/+11
* Rewrite TRY/CATCHTom Tromey2019-04-082-6/+4
* Make exceptions use std::string and be self-managingTom Tromey2019-04-083-139/+77
* Simplify exception handlingTom Tromey2019-04-082-81/+1
* Make null_ptid and minus_one_ptid "const"Tom Tromey2019-03-122-4/+4
* Remove basic cleanup codeTom Tromey2019-03-064-208/+6
* Remove last cleanup from linux-namespaces.cTom Tromey2019-03-062-25/+0
* Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::releaseTom Tromey2019-03-051-1/+1
* Add ATTRIBUTE_UNUSED_RESULT to scoped_mmapTom Tromey2019-03-051-1/+1
* Add ATTRIBUTE_UNUSED_RESULT to scoped_fdTom Tromey2019-03-051-1/+1
* Introduce ATTRIBUTE_UNUSED_RESULT and use itTom Tromey2019-03-051-0/+6
* Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii2019-03-021-2/+5
* Add a new function child_path.John Baldwin2019-02-122-0/+56
* Normalize include guards in gdbTom Tromey2019-02-0750-150/+154
* Update create-version.sh to use common/version.hTom Tromey2019-01-251-1/+1
* Fix clang/libc++ buildPedro Alves2019-01-241-1/+1
* Introduce forward_scope_exitPedro Alves2019-01-231-0/+123
* Introduce scope_exitPedro Alves2019-01-231-0/+186
* Rename ESC -> ESC_PARENSPedro Alves2019-01-232-10/+10
* Remove ALL_OBJFILES_SAFETom Tromey2019-01-091-2/+2
* Introduce all_objfiles and next_iteratorTom Tromey2019-01-091-0/+102
* Update copyright year range in all GDB files.Joel Brobecker2019-01-01107-107/+107
* Use kinfo_getfile to implement fdwalk on FreeBSD.John Baldwin2018-11-301-0/+24
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-222-0/+180
* invoke_xmethod & array_viewPedro Alves2018-11-211-0/+11
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-0/+42
* Fix previous change in filestuff.cEli Zaretskii2018-11-201-0/+4
* Avoid "Invalid parameter passed to C runtime function" warningEli Zaretskii2018-11-201-2/+4
* Return scoped_fd from open_source_file and find_and_open_sourceTom Tromey2018-11-091-0/+19
* remove trailing spaces in print-utils.c ("int_string" function)Joel Brobecker2018-11-011-3/+3
* Import mkdtemp gnulib module, fix mingw buildSimon Marchi2018-11-012-0/+35
* Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's already definedSergio Durigan Junior2018-10-311-2/+3
* Remove relational operators from common/offset-type.hSergio Durigan Junior2018-10-291-17/+1
* Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if request...Simon Marchi2018-10-291-8/+0