aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-31Mostly trivial enum fixesSimon Marchi1-5/+9
2015-07-29PR record/18691: Fix fails in solib-precsave.expYao Qi1-0/+5
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil1-0/+10
2015-07-15Move linux_find_memory_regions_full & co.Jan Kratochvil1-10/+0
2015-06-12target: consider addressable unit size when reading/writing memorySimon Marchi1-7/+26
2015-06-12Various cleanups in target read/write codeSimon Marchi1-3/+3
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson1-39/+67
2015-04-17Update comments to target_can_use_hardware_watchpointYao Qi1-5/+8
2015-04-17Implement remote_pid_to_exec_file using qXfer:exec-file:readGary Benson1-1/+6
2015-04-02Introduce target_filesystem_is_localGary Benson1-0/+11
2015-04-02Introduce target_fileio_fstatGary Benson1-0/+12
2015-03-25Simplify target_async hook interfacePedro Alves1-4/+4
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev1-0/+4
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves1-10/+0
2015-03-04Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves1-0/+44
2015-03-03Remove unused function declarations in target.hSimon Marchi1-5/+0
2015-02-27target.h: Include infrun.hPedro Alves1-0/+2
2015-02-20Garbage collect forward_target_decr_pc_after_breakPedro Alves1-4/+0
2015-02-09record btrace: add configuration structMarkus Metzger1-5/+19
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger1-3/+2
2015-02-09btrace: add struct btrace_dataMarkus Metzger1-5/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-10Restore terminal state in mi_thread_exit (PR gdb/17627)Simon Marchi1-0/+4
2014-10-17PR gdb/17472: With annotations, input while executing in the foreground crash...Pedro Alves1-0/+5
2014-10-17Make common code handle target_terminal_* idempotencyPedro Alves1-13/+7
2014-10-15Push pruning old threads down to the targetPedro Alves1-3/+3
2014-09-22Update target_stop's documentationGary Benson1-2/+4
2014-09-11Introduce target/target.hGary Benson1-4/+3
2014-08-27Fix terminal state corruption when starting a program from within TUIPatrick Palka1-10/+0
2014-07-30constify to_openTom Tromey1-1/+1
2014-07-25properly parenthesize two macrosTom Tromey1-2/+2
2014-07-24constify target fieldsTom Tromey1-3/+3
2014-07-24auto-generate most target debug methodsTom Tromey1-4/+19
2014-07-18fix PR gdb/17130Tom Tromey1-0/+5
2014-07-16reformat comment in target.hTom Tromey1-1/+2
2014-07-07change to_info_record to use target delegationTom Tromey1-4/+2
2014-07-07convert to_get_thread_local_address to use target delegationTom Tromey1-1/+2
2014-06-26constify get_bookmark and goto_bookmarkTom Tromey1-2/+2
2014-06-26constify to_loadTom Tromey1-2/+2
2014-06-25gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger1-0/+14
2014-06-16constify to_info_proc and friendsTom Tromey1-2/+3
2014-06-16constify to_disconnectTom Tromey1-2/+2
2014-06-16constify to_rcmdTom Tromey1-1/+1
2014-06-04constify to_attachTom Tromey1-2/+2
2014-06-04convert to_thread_address_space to use TARGET_DEFAULT_FUNCTom Tromey1-1/+2
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves1-2/+1
2014-05-21Fix TLS access for -static -pthreadJan Kratochvil1-1/+2
2014-05-20Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves1-1/+9
2014-04-23Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves1-0/+6
2014-03-12fix regressions with target-asyncTom Tromey1-27/+37