aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-07target_ops::beneath -> target_ops::beneath()Pedro Alves1-1/+1
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-6/+8
2018-05-03Convert struct target_ops to C++Pedro Alves1-76/+79
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-4/+3
2018-03-19Convert observers to C++Tom Tromey1-4/+4
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi1-8/+5
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-02-24Remove most cleanups from linux-thread-db.cTom Tromey1-103/+39
2018-01-19Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi1-1/+1
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-2/+2
2018-01-19Remove args from target detachSimon Marchi1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-29Remove unnecessary call to get_thread_db_infoSimon Marchi1-5/+1
2017-11-24Create private_thread_info hierarchySimon Marchi1-21/+25
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-1/+1
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner1-0/+32
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-1/+1
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-32/+36
2017-04-22Use ui_out_emit_tupleTom Tromey1-2/+1