summaryrefslogtreecommitdiff
path: root/gdb/charset.c
AgeCommit message (Expand)Author
2022-07-14[gdb/symtab] Fix data race in ~charset_vectorTom de Vries
2022-03-29Unify gdb printf functionsTom Tromey
2022-02-04Remove host_hex_valueTom Tromey
2022-01-26Fix another crash with gdb parameters in PythonTom Tromey
2022-01-18Move gdb obstack code to gdbsupportTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-09-14Apply 'const' in more placesTom Tromey
2020-02-12[gdb] Fix -Wstrict-null-sentinel warning (--with-iconv-bin)Tom de Vries
2020-01-16Fix some spelling errors.Christian Biesinger
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-25Fix find_charset_names.Ali Tamur
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess
2019-10-07Use gdb_static_assert in charset.cChristian Biesinger
2019-07-09Rename common to gdbsupportTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-10-17 gdb/ChangeLog:Paul Koning
2018-07-22Unused variable fixes related to conditional compilationTom Tromey
2018-03-02C++ify charsetsSimon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_setshow_*Tom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves
2017-04-12Remove cleanup_iconvTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-12Turn wchar iterator into a classTom Tromey
2016-01-15Fix phony_iconv wide character support.Sandra Loosemore
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-14handle 'iconv's that define EILSEQ to ENOENTPedro Alves
2014-11-05Use obstack_blank_fast to shrink obstacksAlan Modra
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-08-07Move stddef.h to common-defs.hGary Benson
2014-08-05Prepare gdb for 64-bit obstacksAlan Modra
2014-05-28Fix typo in commentsYao Qi
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-03-11Avoid invalid pointer to pointer conversions.Pedro Alves
2013-03-07charset.c: fix -Wpointer-signPedro Alves