aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* AArch64 SVE: Support changing vector lengths for ptraceAlan Hayward2019-04-154-46/+73
* AArch64 SVE: Check for vector length change when getting gdbarchAlan Hayward2019-04-153-5/+59
* AArch64: Tidy up aarch64_gdbarch_initAlan Hayward2019-04-152-42/+30
* gdb: Fix failure in gdb.base/complex-parts.exp for x86-32Andrew Burgess2019-04-132-0/+16
* Another fix for GDB stylingEli Zaretskii2019-04-122-4/+7
* Testsuite: Add gdbserver sysroot testAlan Hayward2019-04-124-7/+118
* gdb: Remove LANG_MAGICAndrew Burgess2019-04-1213-38/+35
* gdb/riscv: Remove riscv_type_alignment functionAndrew Burgess2019-04-112-48/+19
* gdb: Fix alignment computation for structs with only static fieldsAndrew Burgess2019-04-114-12/+34
* gdb/riscv: Handle empty C++ structs during argument passingAndrew Burgess2019-04-112-43/+132
* Make "msg" const in internal_vproblemTom Tromey2019-04-112-1/+5
* [gdb/testsuite] Add cc-with-dwz.exp and cc-with-dwz-m.expTom de Vries2019-04-114-0/+66
* AArch64: Ensure regcache is reset between testsAlan Hayward2019-04-114-6/+27
* Fix amd64->i386 linux syscall restart problemKevin Buettner2019-04-104-2/+93
* Introduce a separate debug objfile iteratorTom Tromey2019-04-105-54/+121
* Fix a couple of commentsTom Tromey2019-04-103-7/+6
* Remove some uses of "object_files"Tom Tromey2019-04-104-20/+20
* Fix Rust lexer bugletTom Tromey2019-04-092-2/+12
* Use find_thread_in_random in select_event_lwpTom Tromey2019-04-092-31/+8
* Consistently use bool for fake_pid_pTom Tromey2019-04-094-10/+20
* Fix typo in latest ChangeLog entrySimon Marchi2019-04-091-1/+1
* Use -qualified flag when setting temporary breakpoint in start commandSimon Marchi2019-04-095-1/+84
* Rename python function thread_from_thread_handle to thread_from_handleKevin Buettner2019-04-086-20/+50
* Documentation for python method InferiorThread.handleKevin Buettner2019-04-082-0/+13
* Tests for gdb.InferiorThread.handleKevin Buettner2019-04-082-3/+44
* Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner2019-04-084-10/+37
* Add python method InferiorThread.handleKevin Buettner2019-04-082-0/+38
* Introduce target_ops method thread_info_to_thread_handleKevin Buettner2019-04-087-0/+95
* Some gdb_exception{,error,quit} tweaksPedro Alves2019-04-083-22/+43
* Replace throw_exception with throw in some casesTom Tromey2019-04-0836-71/+151
* Make exception throwing a bit more efficientTom Tromey2019-04-083-18/+37
* Remove some now-dead exception codeTom Tromey2019-04-083-57/+13
* Rename gdb exception typesTom Tromey2019-04-08146-459/+606
* Rewrite TRY/CATCHTom Tromey2019-04-08144-1326/+1033
* Make exceptions use std::string and be self-managingTom Tromey2019-04-0843-245/+253
* Simplify exception handlingTom Tromey2019-04-083-81/+10
* Make "all" depend on "info"Tom Tromey2019-04-072-1/+5
* Revert the header-sorting patchTom Tromey2019-04-06162-1593/+1426
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-05162-1261/+1757
* Use linux_get_auxv to get AT_PHDR in the PPC stubPedro Franco de Carvalho2019-04-054-12/+41
* Use upper-case for metasyntactic in gdbserver helpTom Tromey2019-04-052-2/+7
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-0417-97/+145
* Move type stack handling to a new classTom Tromey2019-04-049-444/+521
* Move completion parsing to parser_stateTom Tromey2019-04-0411-123/+188
* Move arglist_len et al to parser_stateTom Tromey2019-04-049-80/+89
* Move lexptr and prev_lexptr to parser_stateTom Tromey2019-04-0412-275/+312
* Move comma_terminates global to parser_stateTom Tromey2019-04-0411-19/+36
* Remove paren_depth globalTom Tromey2019-04-0411-14/+62
* Move expression_context_* globals to parser_stateTom Tromey2019-04-0411-81/+136
* Make base class for parser_stateTom Tromey2019-04-049-73/+115