summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Linux: Access memory even if threads are runningPedro Alves2021-07-011-47/+218
* gdb, gdbserver: make status_to_str return std::stringSimon Marchi2021-05-081-9/+11
* Don't run personality syscall at configure time; don't check it at allPedro Alves2021-05-081-4/+0
* gdb: make target_ops::follow_fork return voidSimon Marchi2021-04-071-3/+1
* gdb: linux-nat: make linux_nat_filter_event return voidSimon Marchi2021-02-231-12/+12
* [gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28Tom de Vries2021-02-121-9/+17
* detach and breakpoint removalPedro Alves2021-02-031-0/+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: factor out debug_prefixed_printf_condSimon Marchi2020-12-111-6/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-3/+3
* gdb: restore some checks of debug flagsAndrew Burgess2020-10-311-1/+6
* gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi2020-10-311-16/+2
* gdb: move debug_prefixed_vprintf hereSimon Marchi2020-10-021-1/+1
* gdb: give names to event loop file handlersSimon Marchi2020-10-021-1/+2
* gdb: fix formatting of _debug_printf macrosSimon Marchi2020-09-251-4/+6
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+2
* gdb: don't use inferior_ptid in linux_nat_wait_1Simon Marchi2020-09-141-6/+5
* gdb: add debug_prefixed_vprintfSimon Marchi2020-08-241-5/+2
* gdb: add linux_nat_debug_printf macroSimon Marchi2020-08-181-393/+226
* gdb, gdbserver: make stopped_pids global variables staticSimon Marchi2020-07-211-1/+1
* Remove "linux_multi_process" globalTom Tromey2020-07-181-6/+1
* Use boolean literals in linux-nat.cTom Tromey2020-07-171-4/+4
* gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi2020-07-021-1/+1
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Add low_new_clone method to linux_nat_target.Pedro Franco de Carvalho2020-03-301-0/+4
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-3/+3
* Remove some ui_file_* functionsTom Tromey2020-02-111-2/+1
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-4/+4
* Fix/Update misc commentsLuis Machado2020-01-141-4/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-32/+43
* Some get_last_target_status tweaksPedro Alves2020-01-101-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Add RAII class for blocking gdb signalsTom Tromey2019-11-261-3/+4
* Use safe_strerror instead of strerror where possibleChristian Biesinger2019-11-261-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb: Don't ignore all SIGSTOP when the signal handler is set to passAndrew Burgess2019-10-031-1/+4
* Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior2019-09-261-7/+2
* Improve ptrace-error detection on Linux targetsSergio Durigan Junior2019-09-261-2/+7
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-129/+0
* Rename common to gdbsupportTom Tromey2019-07-091-6/+6
* gdb: Remove unused signal maskAndrew Burgess2019-06-161-6/+0
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-3/+3
* Rename gdb exception typesTom Tromey2019-04-081-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-081-12/+8
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-2/+3
* Change pid_to_str to return std::stringTom Tromey2019-03-131-56/+53
* Change iterate_over_lwps to take a gdb::function_viewTom Tromey2019-03-121-63/+75