aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-14gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi1-1/+1
2021-06-11libthread_db initialization changes related to upcoming glibc-2.34Kevin Buettner1-3/+21
2021-06-08gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi1-5/+19
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-1/+1
2021-05-13gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi1-10/+15
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-2/+3
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-3/+3
2021-02-12[gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28Tom de Vries1-16/+5
2021-01-21gdb: convert auto-load to new-style debug macrosSimon Marchi1-4/+5
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
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-24/+24
2020-10-29Remove the exec_bfd macroTom Tromey1-2/+2
2020-10-25gdb: pass inferior to check_pid_namespace_matchSimon Marchi1-3/+3
2020-10-25gdb: add inferior parameter to inferior_created observableSimon Marchi1-1/+1
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi1-1/+1
2020-09-28Remove target_has_execution macroTom Tromey1-5/+5
2020-09-28Remove target_has_registers macroTom Tromey1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+2
2020-06-15Change target_read_string APITom Tromey1-4/+5
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-51/+59
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-01Use styled_string in more placesTom Tromey1-3/+6
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-4/+4
2019-07-27Fix gdb.python/py-thrhandle.exp failures for -m32 multilibKevin Buettner1-7/+12
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-05-15linux-thread-db.c: use bool where possible in thread_db codeSimon Marchi1-41/+41
2019-04-08Introduce target_ops method thread_info_to_thread_handleKevin Buettner1-0/+19
2019-04-08Rename gdb exception typesTom Tromey1-3/+3
2019-04-08Rewrite TRY/CATCHTom Tromey1-9/+6
2019-03-16OBVIOUS: fix several occurrences of 'This options has' to 'This option has'Philippe Waroquiers1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-7/+4
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-2/+2
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-6/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-08Fix leak by using td_ta_delete() to deregister target process and deallocate ...Philippe Waroquiers1-0/+14
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-7/+2
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-5/+3
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-4/+4
2018-07-03Remove ptid_get_pidTom Tromey1-17/+17
2018-07-03Remove ptid_buildTom Tromey1-2/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-25/+29
2018-06-08linux: Add maintenance commands to test libthread_dbGary Benson1-0/+291
2018-06-07Eliminate find_target_beneathPedro Alves1-16/+6