aboutsummaryrefslogtreecommitdiff
path: root/gdb/tid-parse.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-06-13Make "thread apply" use the gdb::option frameworkPedro Alves1-0/+6
2019-06-13Fix TID parser bugPedro Alves1-1/+9
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-6/+6
2018-10-03tid-parse.c tid_is_in_list correct 'See' comment.Philippe Waroquiers1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves1-86/+84
2016-01-15Star wildcard ranges (e.g., "info thread 2.*")Pedro Alves1-3/+25
2016-01-15Fix "thread apply $conv_var" and misc other related problemsPedro Alves1-6/+29
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-0/+282