summaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
Commit message (Expand)AuthorAgeFilesLines
* Remove evaluate_expressionTom Tromey2023-05-011-1/+1
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-6/+6
* gdb: make find_thread_ptid an inferior methodSimon Marchi2023-04-041-1/+1
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove prune_threads in thread_db_target::update_thread_listSimon Marchi2022-12-011-2/+0
* Use checked_static_cast in more placesTom Tromey2022-10-161-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-26/+26
* Unify gdb puts functionsTom Tromey2022-03-291-1/+1
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-3/+3
* Add more filename stylingTom Tromey2022-02-281-1/+2
* Always print the "host libthread-db" message to stdoutTom Tromey2022-01-251-9/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-11/+6
* gdb: use intrusive_list for linux-nat lwp_listSimon Marchi2021-09-271-2/+1
* Change get_ada_task_ptid parameter typeTom Tromey2021-09-231-2/+2
* Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey2021-09-231-2/+2
* gdb: make thread_info::executing privateAndrew Burgess2021-09-071-1/+1
* gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi2021-07-141-1/+1
* libthread_db initialization changes related to upcoming glibc-2.34Kevin Buettner2021-06-111-3/+21
* gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi2021-06-081-5/+19
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-1/+1
* gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi2021-05-131-10/+15
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-2/+3
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-3/+3
* [gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28Tom de Vries2021-02-121-16/+5
* gdb: convert auto-load to new-style debug macrosSimon Marchi2021-01-211-4/+5
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-24/+24
* Remove the exec_bfd macroTom Tromey2020-10-291-2/+2
* gdb: pass inferior to check_pid_namespace_matchSimon Marchi2020-10-251-3/+3
* gdb: add inferior parameter to inferior_created observableSimon Marchi2020-10-251-1/+1
* gdb: remove arguments from inferior_created observableSimon Marchi2020-10-021-1/+1
* Remove target_has_execution macroTom Tromey2020-09-281-5/+5
* Remove target_has_registers macroTom Tromey2020-09-281-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+2
* Change target_read_string APITom Tromey2020-06-151-4/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-51/+59
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-101-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Use styled_string in more placesTom Tromey2019-10-011-3/+6
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-4/+4
* Fix gdb.python/py-thrhandle.exp failures for -m32 multilibKevin Buettner2019-07-271-7/+12
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2