aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Add missing PR mention in ChangeLogSimon Marchi2017-08-071-0/+1
* PR breakpoints/21886: mem-break: Fix breakpoint insertion locationMaciej W. Rozycki2017-08-072-1/+8
* GDB/opcodes: Remove arch/mach/endian disassembler assertionsMaciej W. Rozycki2017-08-072-7/+5
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-0715-22/+68
* Fix dwarf2_string_attr for -gsplit-dwarfLeszek Swirski2017-08-072-1/+6
* remote-sim.c: Fix arg variables conflictsSimon Marchi2017-08-072-4/+8
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-0512-203/+129
* Fix Rust test suite for 1.20 betaTom Tromey2017-08-052-3/+8
* Remove cleanups from Rust parserTom Tromey2017-08-052-162/+202
* Unbreak GDBserver build for x32Yao Qi2017-08-043-3/+12
* Add namespace std to nullptr_tYao Qi2017-08-042-2/+6
* Add myself as a write-after-approval GDB maintainer.Ruslan Kabatsayev2017-08-032-0/+5
* Remove make_cleanup_freeargv and gdb_buildargvTom Tromey2017-08-033-31/+6
* Use gdb_argv in PythonTom Tromey2017-08-032-17/+11
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-0324-249/+289
* Remove a cleanup in PythonTom Tromey2017-08-032-23/+11
* Avoid some manual memory management in PythonTom Tromey2017-08-034-42/+29
* Replace do_restore_instream_cleanup with scoped_restoreTom Tromey2017-08-034-23/+11
* Use a scoped_restore for command_nest_depthTom Tromey2017-08-032-6/+11
* Remove user_call_depthTom Tromey2017-08-032-15/+8
* Remove in_user_commandTom Tromey2017-08-034-11/+7
* Use containers to avoid cleanupsTom Tromey2017-08-0310-108/+63
* Use unique_xmalloc_ptr in jit.cTom Tromey2017-08-032-14/+9
* Replace tui_restore_gdbout with scoped_restoreTom Tromey2017-08-032-20/+11
* More uses of scoped_restoreTom Tromey2017-08-035-115/+56
* Remove make_cleanup_free_soTom Tromey2017-08-035-39/+26
* Remove make_cleanup_restore_current_languageTom Tromey2017-08-036-36/+47
* Remove an unlink cleanupTom Tromey2017-08-032-19/+25
* Remove make_cleanup_fcloseTom Tromey2017-08-033-20/+5
* Change open_terminal_stream to return a gdb_file_upTom Tromey2017-08-032-12/+17
* Use gdb_file_up in source.cTom Tromey2017-08-032-29/+21
* Use gdb_file_up in fbsd-nat.cTom Tromey2017-08-032-4/+6
* Change return type of find_and_open_scriptTom Tromey2017-08-034-43/+59
* Introduce and use gdb_file_upTom Tromey2017-08-0315-153/+112
* Introduce and use ui_out_emit_tableTom Tromey2017-08-0314-196/+212
* MIPS: Factor out FPU type naming in `gdbarch' debugMaciej W. Rozycki2017-08-022-8/+25
* MIPS: Consistently use MIPS_FPU_TYPE for `gdbarch' memberMaciej W. Rozycki2017-08-012-2/+7
* Update ChangeLog (missed that in my previous commit)Xavier Roirand2017-07-311-0/+4
* Fix documentation about rot agent expression bytecodeSimon Marchi2017-07-312-2/+9
* darwin: handle recent version of dyldXavier Roirand2017-07-311-1/+1
* Add myself as a write-after-approval GDB maintainer.Xavier Roirand2017-07-272-0/+5
* Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi2017-07-2611-0/+259
* Lazily and dynamically create i386-linux target descriptionsYao Qi2017-07-265-34/+112
* Generate c for feature instead of tdescYao Qi2017-07-2610-12/+425
* Use visitor pattern for "maint print c-tdesc"Yao Qi2017-07-2696-558/+764
* Centralize i386 linux target descriptionsYao Qi2017-07-264-35/+46
* Add optional argument to command "maint prints c-tdesc"Yao Qi2017-07-266-14/+44
* Class-fy target_descYao Qi2017-07-262-27/+44
* Add enum for result of fast_tracepoint_collectingSimon Marchi2017-07-265-44/+91
* Fix two NetBSD-specific typos in the configure.nat conversion.John Baldwin2017-07-252-1/+6