aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-02-24gdb/darwin: skip over WIFSTOPPED wait4 statusDominique Quatravaux1-6/+25
2022-02-24gdb/linux-tdep: move "Perms" column rightSimon Marchi1-10/+12
2022-02-24gdb/linux-tdep: make read_mapping return a structureSimon Marchi1-52/+57
2022-02-23Fix bug in C++ overload resolutionTom Tromey3-9/+47
2022-02-23gdb/linux-tdep.c: Add Perms to the 'info proc mappings' outputDominik 'Disconnect3d' Czarnota1-8/+8
2022-02-22NEWS: Note that the FreeBSD async target supports async mode.John Baldwin1-0/+2
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin6-148/+78
2022-02-22Enable async mode in the target in attach_cmd.John Baldwin5-22/+4
2022-02-22fbsd-nat: Return nullptr rather than failing ::thread_name.John Baldwin1-2/+2
2022-02-22fbsd-nat: Various cleanups to the ::resume entry debug message.John Baldwin1-2/+3
2022-02-22fbsd-nat: Include ptrace operation in error messages.John Baldwin1-16/+18
2022-02-22fbsd-nat: Implement async target support.John Baldwin2-2/+164
2022-02-22inf-ptrace: Support async targets in inf_ptrace_target::wait.John Baldwin1-3/+24
2022-02-22inf-ptrace: Return an IGNORE event if waitpid() fails.John Baldwin1-3/+2
2022-02-22do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async.John Baldwin1-1/+1
2022-02-22Don't enable async mode at the end of target ::resume methods.John Baldwin3-23/+0
2022-02-22Enable async mode on supported targets in target_resume.John Baldwin2-3/+3
2022-02-22gdb linux-nat: Convert linux_nat_event_pipe to the event_pipe class.John Baldwin1-43/+16
2022-02-22gdb: fix detection of compilation and linking flags for source-highlightRuslan Kabatsayev2-12/+12
2022-02-22gdb/testsuite/README: point to default value of INTERNAL_GDBFLAGSPhilippe Blain2-7/+9
2022-02-21gdb/testsuite: relax pattern in new gdb.mi/mi-multi-commands.exp testAndrew Burgess1-4/+4
2022-02-21gdb: avoid nullptr access in dbxread.c from read_dbx_symtabAndrew Burgess1-49/+88
2022-02-21gdb: make use of std::string in dbxread.c and xcoffread.cAndrew Burgess2-28/+8
2022-02-20gdb: Only paginate for filtered output in fputs_maybe_filteredLancelot SIX1-1/+2
2022-02-19gdb/darwin: remove not-so-harmless spurious call to `wait4`Dominique Quatravaux1-3/+0
2022-02-18Add constructor to bound_minimal_symbolTom Tromey6-13/+20
2022-02-18gdb: remove newlines from some linux_nat_debug_printf callsSimon Marchi1-3/+3
2022-02-16gdb/tui: add a missing white space characterAndrew Burgess1-1/+1
2022-02-16gdb: convert callback_handler_installed from int to boolAndrew Burgess1-3/+3
2022-02-15gdb: Respect the DW_CC_nocall attributeLancelot SIX7-3/+182
2022-02-15gdb: add a symbol* argument to get_return_valueLancelot SIX3-34/+44
2022-02-14Remove LA_PRINT_STRINGTom Tromey4-18/+8
2022-02-14Remove LA_PRINT_CHARTom Tromey5-6/+5
2022-02-14Remove LA_PRINT_TYPETom Tromey5-17/+17
2022-02-14gdb/python: move styling support to gdb.stylingAndrew Burgess4-39/+69
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess13-3/+352
2022-02-11Add initializers to bound_minimal_symbolTom Tromey4-12/+4
2022-02-11gdb/fortran: support ptype and print commands for namelist variablesBhuvanendra Kumar N6-15/+154
2022-02-11gdb: fix until behavior with trailing !is_stmt linesBruno Larsen3-0/+257
2022-02-11gdb: extend the information printed by 'maint info jit'Jan Vrany3-14/+78
2022-02-11gdb: LoongArch: Add Makefile, configure and NEWSTiezhu Yang6-0/+33
2022-02-11gdb: LoongArch: Add initial native Linux supportTiezhu Yang1-0/+184
2022-02-11gdb: LoongArch: Add initial Linux target supportTiezhu Yang1-0/+151
2022-02-11gdb: LoongArch: Add initial baremetal supportTiezhu Yang2-0/+365
2022-02-11gdb: LoongArch: Add initial target description supportTiezhu Yang7-0/+353
2022-02-10gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon...Simon Marchi3-251/+17
2022-02-10gdb/infrun: some extra infrun debug print statementsAndrew Burgess1-0/+11
2022-02-08gdb: remove tailing newlines from index_cache_debug callsAndrew Burgess1-10/+10
2022-02-07gdb/python: allow Value.format_string to return styled outputAndrew Burgess4-5/+39
2022-02-07gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX8-67/+96