aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-04-19Make objfile::static_links an htab_upTom Tromey1-0/+8
2019-04-19Make copy_name return std::stringTom Tromey1-0/+27
2019-04-19gdb/configure.ac: add --enable-source-highlightSergei Trofimovich1-0/+7
2019-04-19Print non-Ada unions without crashingTom Tromey1-0/+11
2019-04-19Fix "list" when control characters are seenTom Tromey1-0/+6
2019-04-19OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell"Philippe Waroquiers1-0/+5
2019-04-18Make process_stratum_target::stratum "final"Tom Tromey1-0/+5
2019-04-17Avoid crash in dwarf2_init_complex_target_typeTom Tromey1-0/+5
2019-04-17gdbserver: Ensure all debug output uses debug functionsAlan Hayward1-0/+4
2019-04-17gdb/riscv: Allow breakpoints to be created at invalid addressesAndrew Burgess1-0/+6
2019-04-15Fix AMD64 return value ABI in expression evaluationLeszek Swirski1-0/+6
2019-04-15AArch64 SVE: Support changing vector lengths for ptraceAlan Hayward1-0/+10
2019-04-15AArch64 SVE: Check for vector length change when getting gdbarchAlan Hayward1-0/+7
2019-04-15AArch64: Tidy up aarch64_gdbarch_initAlan Hayward1-0/+4
2019-04-13gdb: Fix failure in gdb.base/complex-parts.exp for x86-32Andrew Burgess1-0/+6
2019-04-12Another fix for GDB stylingEli Zaretskii1-0/+7
2019-04-12gdb: Remove LANG_MAGICAndrew Burgess1-0/+20
2019-04-11gdb/riscv: Remove riscv_type_alignment functionAndrew Burgess1-0/+7
2019-04-11gdb: Fix alignment computation for structs with only static fieldsAndrew Burgess1-0/+5
2019-04-11gdb/riscv: Handle empty C++ structs during argument passingAndrew Burgess1-0/+22
2019-04-11Make "msg" const in internal_vproblemTom Tromey1-0/+4
2019-04-11AArch64: Ensure regcache is reset between testsAlan Hayward1-0/+7
2019-04-10Fix amd64->i386 linux syscall restart problemKevin Buettner1-0/+8
2019-04-10Introduce a separate debug objfile iteratorTom Tromey1-0/+15
2019-04-10Fix a couple of commentsTom Tromey1-0/+5
2019-04-10Remove some uses of "object_files"Tom Tromey1-0/+8
2019-04-09Fix Rust lexer bugletTom Tromey1-0/+8
2019-04-09Consistently use bool for fake_pid_pTom Tromey1-0/+10
2019-04-09Fix typo in latest ChangeLog entrySimon Marchi1-1/+1
2019-04-09Use -qualified flag when setting temporary breakpoint in start commandSimon Marchi1-0/+5
2019-04-08Rename python function thread_from_thread_handle to thread_from_handleKevin Buettner1-0/+8
2019-04-08Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner1-0/+8
2019-04-08Add python method InferiorThread.handleKevin Buettner1-0/+5
2019-04-08Introduce target_ops method thread_info_to_thread_handleKevin Buettner1-0/+19
2019-04-08Some gdb_exception{,error,quit} tweaksPedro Alves1-0/+21
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-0/+74
2019-04-08Make exception throwing a bit more efficientTom Tromey1-0/+10
2019-04-08Remove some now-dead exception codeTom Tromey1-0/+7
2019-04-08Rename gdb exception typesTom Tromey1-0/+149
2019-04-08Rewrite TRY/CATCHTom Tromey1-0/+143
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-0/+76
2019-04-08Simplify exception handlingTom Tromey1-0/+9
2019-04-06Revert the header-sorting patchTom Tromey1-0/+165
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-0/+164
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey1-0/+42
2019-04-04Move type stack handling to a new classTom Tromey1-0/+30
2019-04-04Move completion parsing to parser_stateTom Tromey1-0/+38
2019-04-04Move arglist_len et al to parser_stateTom Tromey1-0/+16
2019-04-04Move lexptr and prev_lexptr to parser_stateTom Tromey1-0/+28
2019-04-04Move comma_terminates global to parser_stateTom Tromey1-0/+17