aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-04-13gdb: Fix failure in gdb.base/complex-parts.exp for x86-32Andrew Burgess2-0/+16
2019-04-12Another fix for GDB stylingEli Zaretskii2-4/+7
2019-04-12Testsuite: Add gdbserver sysroot testAlan Hayward4-7/+118
2019-04-12gdb: Remove LANG_MAGICAndrew Burgess13-38/+35
2019-04-11gdb/riscv: Remove riscv_type_alignment functionAndrew Burgess2-48/+19
2019-04-11gdb: Fix alignment computation for structs with only static fieldsAndrew Burgess4-12/+34
2019-04-11gdb/riscv: Handle empty C++ structs during argument passingAndrew Burgess2-43/+132
2019-04-11Make "msg" const in internal_vproblemTom Tromey2-1/+5
2019-04-11[gdb/testsuite] Add cc-with-dwz.exp and cc-with-dwz-m.expTom de Vries4-0/+66
2019-04-11AArch64: Ensure regcache is reset between testsAlan Hayward4-6/+27
2019-04-10Fix amd64->i386 linux syscall restart problemKevin Buettner4-2/+93
2019-04-10Introduce a separate debug objfile iteratorTom Tromey5-54/+121
2019-04-10Fix a couple of commentsTom Tromey3-7/+6
2019-04-10Remove some uses of "object_files"Tom Tromey4-20/+20
2019-04-09Fix Rust lexer bugletTom Tromey2-2/+12
2019-04-09Use find_thread_in_random in select_event_lwpTom Tromey2-31/+8
2019-04-09Consistently use bool for fake_pid_pTom Tromey4-10/+20
2019-04-09Fix typo in latest ChangeLog entrySimon Marchi1-1/+1
2019-04-09Use -qualified flag when setting temporary breakpoint in start commandSimon Marchi5-1/+84
2019-04-08Rename python function thread_from_thread_handle to thread_from_handleKevin Buettner6-20/+50
2019-04-08Documentation for python method InferiorThread.handleKevin Buettner2-0/+13
2019-04-08Tests for gdb.InferiorThread.handleKevin Buettner2-3/+44
2019-04-08Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner4-10/+37
2019-04-08Add python method InferiorThread.handleKevin Buettner2-0/+38
2019-04-08Introduce target_ops method thread_info_to_thread_handleKevin Buettner7-0/+95
2019-04-08Some gdb_exception{,error,quit} tweaksPedro Alves3-22/+43
2019-04-08Replace throw_exception with throw in some casesTom Tromey36-71/+151
2019-04-08Make exception throwing a bit more efficientTom Tromey3-18/+37
2019-04-08Remove some now-dead exception codeTom Tromey3-57/+13
2019-04-08Rename gdb exception typesTom Tromey146-459/+606
2019-04-08Rewrite TRY/CATCHTom Tromey144-1326/+1033
2019-04-08Make exceptions use std::string and be self-managingTom Tromey43-245/+253
2019-04-08Simplify exception handlingTom Tromey3-81/+10
2019-04-07Make "all" depend on "info"Tom Tromey2-1/+5
2019-04-06Revert the header-sorting patchTom Tromey162-1593/+1426
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey162-1261/+1757
2019-04-05Use linux_get_auxv to get AT_PHDR in the PPC stubPedro Franco de Carvalho4-12/+41
2019-04-05Use upper-case for metasyntactic in gdbserver helpTom Tromey2-2/+7
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey17-97/+145
2019-04-04Move type stack handling to a new classTom Tromey9-444/+521
2019-04-04Move completion parsing to parser_stateTom Tromey11-123/+188
2019-04-04Move arglist_len et al to parser_stateTom Tromey9-80/+89
2019-04-04Move lexptr and prev_lexptr to parser_stateTom Tromey12-275/+312
2019-04-04Move comma_terminates global to parser_stateTom Tromey11-19/+36
2019-04-04Remove paren_depth globalTom Tromey11-14/+62
2019-04-04Move expression_context_* globals to parser_stateTom Tromey11-81/+136
2019-04-04Make base class for parser_stateTom Tromey9-73/+115
2019-04-04Turn parse_language into a methodTom Tromey10-62/+85
2019-04-04Turn parse_gdbarch into a methodTom Tromey13-95/+124
2019-04-04Remove parser_state "initial_size" parameterTom Tromey7-13/+23