summaryrefslogtreecommitdiff
path: root/gdbserver/netbsd-low.cc
Commit message (Expand)AuthorAgeFilesLines
* gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann2023-02-011-3/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdbsupport: change xml_escape_text_append's parameter from pointer to referenceSimon Marchi2022-12-151-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdbserver: replace direct assignments to current_threadTankut Baris Aktemur2021-12-131-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-30/+20
* gdbserver: constify the 'pid_to_exec_file' target opTankut Baris Aktemur2021-04-121-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb::handle_eintr, remove need to specify return typePedro Alves2020-10-261-5/+5
* Remove unneeded netbsd_add_process()Kamil Rytarowski2020-10-131-14/+1
* Stop passing netbsd_process_target to local functionsKamil Rytarowski2020-10-071-22/+23
* Fix whitespace formattingKamil Rytarowski2020-10-071-2/+2
* Add common write_memory and read_memory NetBSD routinesKamil Rytarowski2020-10-071-59/+2
* Refactor the NetBSD amd64 gdbserver supportKamil Rytarowski2020-10-021-8/+5
* Make target_wait options use enum flagsTom Tromey2020-09-181-3/+5
* Add minimal and functional NetBSD/amd64 gdbserverKamil Rytarowski2020-09-101-0/+1327