summaryrefslogtreecommitdiff
path: root/gdb/linux-thread-db.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-thread-db.c: use bool where possible in thread_db codeSimon Marchi2019-05-151-41/+41
* Introduce target_ops method thread_info_to_thread_handleKevin Buettner2019-04-081-0/+19
* Rename gdb exception typesTom Tromey2019-04-081-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-081-9/+6
* OBVIOUS: fix several occurrences of 'This options has' to 'This option has'Philippe Waroquiers2019-03-161-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-7/+4
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-2/+2
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-6/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix leak by using td_ta_delete() to deregister target process and deallocate ...Philippe Waroquiers2018-12-081-0/+14
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-7/+2
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-5/+3
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-4/+4
* Remove ptid_get_pidTom Tromey2018-07-031-17/+17
* Remove ptid_buildTom Tromey2018-07-031-2/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-25/+29
* linux: Add maintenance commands to test libthread_dbGary Benson2018-06-081-0/+291
* Eliminate find_target_beneathPedro Alves2018-06-071-16/+6
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-1/+1
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-6/+8
* Convert struct target_ops to C++Pedro Alves2018-05-031-76/+79
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-4/+3
* Convert observers to C++Tom Tromey2018-03-191-4/+4
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-021-8/+5
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Remove most cleanups from linux-thread-db.cTom Tromey2018-02-241-103/+39
* Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi2018-01-191-1/+1
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-2/+2
* Remove args from target detachSimon Marchi2018-01-191-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove unnecessary call to get_thread_db_infoSimon Marchi2017-12-291-5/+1
* Create private_thread_info hierarchySimon Marchi2017-11-241-21/+25
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-1/+1
* Add target method for converting thread handle to thread_info struct pointerKevin Buettner2017-09-211-0/+32
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-32/+36