summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* btrace: do not return out of TRY/CATCHMarkus Metzger2016-01-046-4/+139
* gdb: ppc: drop unnecessary sim file checkMike Frysinger2016-01-022-3/+6
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-014144-4154/+4158
* update copyright year printed by GDB, GDBserver and gdbreplay.Joel Brobecker2016-01-015-3/+14
* Rotate the GDB ChangeLogJoel Brobecker2016-01-013-14475/+14489
* Use libiberty's crc32 implementation in gdbserverPatrick Palka2015-12-282-20/+6
* Document that the PATTERN argument to gdb_test is optional.Sandra Loosemore2015-12-252-1/+8
* [testsuite/Ada] stop using project files when building test programsJoel Brobecker2015-12-245-31/+34
* Remove HP-UX reference in foll-vfork.expSimon Marchi2015-12-222-36/+10
* [lynxos] gdbserver hangs when killing inferior from GDBJoel Brobecker2015-12-222-1/+27
* gdbserver crash in gdb/gdbserver/thread.c::thread_search_callbackJoel Brobecker2015-12-222-1/+9
* [win32] cannot automatically find executable file [...] warning at GDB startupJoel Brobecker2015-12-222-1/+7
* Add an expect for running commands with CLI jumpThomas Preud'homme2015-12-222-0/+8
* Remove dead code in testsuiteSimon Marchi2015-12-213-60/+17
* Remove HP-UX references fom testsuiteSimon Marchi2015-12-2136-1048/+146
* Remove references to HP CC/aCC compiler from testsuiteSimon Marchi2015-12-2129-324/+72
* Use arm_eabi_breakpoint on aarch32Yao Qi2015-12-212-3/+8
* Minor reformatting fix in gdbtypes.c::create_array_type_with_strideJoel Brobecker2015-12-212-2/+6
* Remove HP-UX reference in testsuite/configure.acSimon Marchi2015-12-203-4/+5
* Fix ARI warning in gdb/arch/arm-get-next-pcs.cJoel Brobecker2015-12-192-1/+6
* Reset pagination counts even when stdin is not a tty.Sandra Loosemore2015-12-183-4/+8
* Make prompt_for_continue call throw_quit directly.Sandra Loosemore2015-12-182-1/+6
* Cast to enum bfd_endian in arm_get_next_pcs_read_memory_unsigned_integerAntoine Tremblay2015-12-182-1/+7
* Add documentation to gdb_compileSimon Marchi2015-12-182-0/+38
* Enable conditional breakpoints for targets that support software single step ...Antoine Tremblay2015-12-182-6/+6
* Enable software single stepping for while-stepping actions in GDBServerAntoine Tremblay2015-12-182-17/+37
* Support software single step on ARM in GDBServerAntoine Tremblay2015-12-1822-1361/+1924
* Share regcache function regcache_raw_read_unsignedAntoine Tremblay2015-12-1810-51/+119
* Refactor arm_software_single_step to use regcacheAntoine Tremblay2015-12-186-79/+212
* Share some ARM target dependent code from GDB with GDBServerAntoine Tremblay2015-12-187-86/+109
* Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay2015-12-1811-13/+53
* Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves2015-12-175-34/+81
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-1712-541/+171
* Fix one heap buffer overflow in aarch64_push_dummy_callYao Qi2015-12-172-3/+12
* Fix -Wno-unknown-warning support detectionPedro Alves2015-12-166-8/+56
* [C++] Fix -Winvalid-offsetof warnings with g++ 4.4Pedro Alves2015-12-162-10/+40
* Tweak gdb.trace/ftrace.exp for aarch64Yao Qi2015-12-152-0/+7
* Check for readline support in gdb.base/history-duplicates.exp.Sandra Loosemore2015-12-142-1/+12
* Skip gdb.base/gdbinit-history.exp on remote hosts.Sandra Loosemore2015-12-142-0/+12
* Skip gdb.base/gdbhistsize-history.exp on remote hosts.Sandra Loosemore2015-12-142-0/+12
* Skip tests that send ctrl-c to GDB if nointerrupts target property is set.Sandra Loosemore2015-12-1417-57/+137
* Target remote mode fork and exec event documentationDon Breazeal2015-12-144-77/+213
* Target remote mode fork and exec event supportDon Breazeal2015-12-146-114/+161
* Target remote mode fork and exec test updatesDon Breazeal2015-12-1418-65/+49
* gdb: Use TYPE_LENGTH macroAndrew Burgess2015-12-143-8/+16
* gdb: Extend help text for 'list' command.Andrew Burgess2015-12-112-2/+11
* gdb: Add an error when 'list -' reaches the start of a file.Andrew Burgess2015-12-114-4/+33
* gdb: 'list' command, tweak handling of +/- arguments.Andrew Burgess2015-12-114-3/+32
* gdb: Make test names unique in list.exp.Andrew Burgess2015-12-112-2/+10
* gdb: Small code restructure for list_command.Andrew Burgess2015-12-112-17/+16