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