projects
/
external
/
binutils.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Convert generic probe interface to C++ (and perform some cleanups)
[external/binutils.git]
/
gdb
/
infrun.c
2017-11-23
Sergio Durigan Junior
Convert generic probe interface to C++ (and perform...
blob
|
commitdiff
2017-11-16
Pedro Alves
Don't ever Quit out of resume
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify add_setshow_*
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify add_info
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify add_com
blob
|
commitdiff
|
diff to current
2017-11-04
Tom Tromey
Introduce gdb_breakpoint_up
blob
|
commitdiff
|
diff to current
2017-11-02
Yao Qi
const-fy regcache::m_aspace
blob
|
commitdiff
|
diff to current
2017-11-02
Yao Qi
s/get_regcache_aspace (regcache)/regcache->aspace ()/g
blob
|
commitdiff
|
diff to current
2017-10-25
Yao Qi
s/get_regcache_arch (regcache)/regcache->arch ()/g
blob
|
commitdiff
|
diff to current
2017-10-21
Simon Marchi
Create a displaced_step_closure class hierarchy
blob
|
commitdiff
|
diff to current
2017-10-10
Pedro Alves
Eliminate catch_errors
blob
|
commitdiff
|
diff to current
2017-10-09
Pedro Alves
Multi-arch exec, more register reading avoidance
blob
|
commitdiff
|
diff to current
2017-10-03
Tom Tromey
Change record_full_gdb_operation_disable_set not to...
blob
|
commitdiff
|
diff to current
2017-09-30
Tom Tromey
Remove make_cleanup_defer_target_commit_resume
blob
|
commitdiff
|
diff to current
2017-09-26
Tom Tromey
Remove regcache_xfree
blob
|
commitdiff
|
diff to current
2017-09-20
Tom Tromey
Remove make_cleanup_restore_target_terminal
blob
|
commitdiff
|
diff to current
2017-09-09
John Baldwin
Remove unnecessary function prototypes.
blob
|
commitdiff
|
diff to current
2017-09-05
Simon Marchi
Add thread after updating gdbarch when exec'ing
blob
|
commitdiff
|
diff to current
2017-09-05
Simon Marchi
Read stop_pc after updating the gdbarch when exec'ing
blob
|
commitdiff
|
diff to current
2017-09-04
Pedro Alves
Kill init_sal
blob
|
commitdiff
|
diff to current
2017-09-03
Simon Marchi
Make target_waitstatus_to_string return an std::string
blob
|
commitdiff
|
diff to current
2017-08-22
Simon Marchi
Rename some command functions
blob
|
commitdiff
|
diff to current
2017-08-18
Tom Tromey
Remove save_inferior_ptid
blob
|
commitdiff
|
diff to current
2017-08-11
Pedro Alves
More gdb/skip.c C++ification
blob
|
commitdiff
|
diff to current
2017-08-03
Tom Tromey
Introduce gdb_argv, a class wrapper for buildargv
blob
|
commitdiff
|
diff to current
2017-07-25
Yao Qi
Catch exceptions thrown from gdbarch_skip_prologue
blob
|
commitdiff
|
diff to current
2017-07-17
Pedro Alves
Introduce class completion_tracker & rewrite completion...
blob
|
commitdiff
|
diff to current
2017-06-09
Simon Marchi
gdbarch: Remove displaced_step_free_closure
blob
|
commitdiff
|
diff to current
2017-05-04
Pedro Alves
RAII-fy make_cleanup_restore_current_thread & friends
blob
|
commitdiff
|
diff to current
2017-04-19
Pedro Alves
Make inferior::detaching a bool, and introduce scoped_r...
blob
|
commitdiff
|
diff to current
2017-04-13
Pedro Alves
Fix follow-fork latent bug
blob
|
commitdiff
|
diff to current
2017-04-10
Yao Qi
Don't delete thread_info if refcount isn't zero
blob
|
commitdiff
|
diff to current
2017-03-08
Pedro Alves
Fix PR18360 - internal error when using "interrupt -a"
blob
|
commitdiff
|
diff to current
2017-02-02
Pedro Alves
Eliminate make_cleanup_ui_file_delete / make ui_file...
blob
|
commitdiff
|
diff to current
2017-01-01
Joel Brobecker
update copyright year range in GDB files
blob
|
commitdiff
|
diff to current
2016-12-22
Doug Evans
infrun.c (set_step_over_info): Add comment.
blob
|
commitdiff
|
diff to current
2016-12-22
Simon Marchi
Class-ify ui_out
blob
|
commitdiff
|
diff to current
2016-11-08
Pedro Alves
Use ui_file_as_string in gdb/infrun.c
blob
|
commitdiff
|
diff to current
2016-11-08
Yao Qi
gdbarch software_single_step returns VEC (CORE_ADDR) *
blob
|
commitdiff
|
diff to current
2016-10-26
Sandra Loosemore
PR 20569, segv in follow_exec
blob
|
commitdiff
|
diff to current
2016-10-26
Pedro Alves
gdb: Coalesce/aggregate (async) vCont packets/actions
blob
|
commitdiff
|
diff to current
2016-10-21
Tom Tromey
Remove make_cleanup_restore_current_uiout
blob
|
commitdiff
|
diff to current
2016-10-21
Tom Tromey
Remove make_cleanup_restore_current_ui
blob
|
commitdiff
|
diff to current
2016-10-21
Tom Tromey
Use scoped_restore for current_ui
blob
|
commitdiff
|
diff to current
2016-10-21
Tom Tromey
Use RAII to save and restore scalars
blob
|
commitdiff
|
diff to current
2016-09-19
Sergio Durigan Junior
Consolidate target_mourn_inferior between GDB and gdbserver
blob
|
commitdiff
|
diff to current
2016-09-16
Simon Marchi
Introduce cleanup to restore current_uiout
blob
|
commitdiff
|
diff to current
2016-09-06
Pedro Alves
Introduce make_cleanup_restore_current_ui
blob
|
commitdiff
|
diff to current
2016-08-09
Pedro Alves
Fix PR gdb/20418 - Problems with synchronous commands...
blob
|
commitdiff
|
diff to current
2016-07-15
John Baldwin
Pass SIGLIBRT directly to child processes.
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Push thread->control.command_interp to the struct threa...
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Fix for spurious prompts in secondary UIs
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Replace the sync_execution global with a new enum promp...
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Always process target events in the main UI
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make command line editing (use of readline) be per UI
blob
|
commitdiff
|
diff to current
2016-06-21
Pedro Alves
Make the interpreters be per UI
blob
|
commitdiff
|
diff to current
2016-05-08
Trevor Saunders
remove trivialy unused variables
blob
|
commitdiff
|
diff to current
2016-04-25
Yao Qi
Force to insert software single step breakpoint
blob
|
commitdiff
|
diff to current
2016-03-15
Pedro Alves
Fix PR gdb/19676: Disable displaced stepping if /proc...
blob
|
commitdiff
|
diff to current
2016-02-18
Walfred Tedeschi
Intel MPX bound violation handling
blob
|
commitdiff
|
diff to current
2016-01-25
Pedro Alves
Fix PR 19461: strange "info thread" behavior in non...
blob
|
commitdiff
|
diff to current
2016-01-18
Pedro Alves
Fix PR threads/19422 - show which thread caused stop
blob
|
commitdiff
|
diff to current
2016-01-13
Pedro Alves
Per-inferior/Inferior-qualified thread IDs
blob
|
commitdiff
|
diff to current
2016-01-13
Pedro Alves
Centralize thread ID printing
blob
|
commitdiff
|
diff to current
2016-01-13
Pedro Alves
Fix PR19388: Can't access $_siginfo in breakpoint ...
blob
|
commitdiff
|
diff to current
2016-01-01
Joel Brobecker
GDB copyright headers update after running GDB's copyri...
blob
|
commitdiff
|
diff to current
2015-11-30
Pedro Alves
infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in...
blob
|
commitdiff
|
diff to current
2015-11-30
Pedro Alves
Remote thread create/exit events
blob
|
commitdiff
|
diff to current
2015-11-30
Pedro Alves
Remote all-stop-on-top-of-non-stop
blob
|
commitdiff
|
diff to current
2015-11-17
Yao Qi
Fix gdb.threads/multiple-step-overs.exp fails on arm
blob
|
commitdiff
|
diff to current
2015-11-17
Pedro Alves
Type-safe wrapper for enum flags
blob
|
commitdiff
|
diff to current
2015-11-09
Yao Qi
New function displaced_step_in_progress_thread
blob
|
commitdiff
|
diff to current
2015-10-30
Pedro Alves
Don't displaced step when there's a breakpoint in the...
blob
|
commitdiff
|
diff to current
2015-10-22
Pedro Alves
garbage collect gdb/infrun.c:stop_after_trap
blob
|
commitdiff
|
diff to current
2015-10-13
Pedro Alves
Fix execution_direction's type
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add some more casts (1/2)
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add casts to memory allocation related calls
blob
|
commitdiff
|
diff to current
2015-09-18
Markus Metzger
infrun: scheduler-locking replay
blob
|
commitdiff
|
diff to current
2015-09-18
Markus Metzger
infrun: switch to NO_HISTORY thread
blob
|
commitdiff
|
diff to current
2015-09-14
Pedro Alves
Bail out of processing stop if hook-stop resumes target...
blob
|
commitdiff
|
diff to current
2015-09-11
Don Breazeal
Extended-remote follow-exec
blob
|
commitdiff
|
diff to current
2015-09-09
Pedro Alves
Garbage collect thread continuations
blob
|
commitdiff
|
diff to current
2015-09-09
Pedro Alves
Convert infcalls to thread_fsm mechanism
blob
|
commitdiff
|
diff to current
2015-09-09
Pedro Alves
Replace "struct continuation" mechanism by something...
blob
|
commitdiff
|
diff to current
2015-09-09
Pedro Alves
Merge async and sync code paths some more
blob
|
commitdiff
|
diff to current
2015-08-26
Simon Marchi
Replace some xmalloc-family functions with XNEW-family...
blob
|
commitdiff
|
diff to current
2015-08-26
Don Breazeal
Fix native follow-exec-mode "new"
blob
|
commitdiff
|
diff to current
2015-08-25
Pierre-Marie de...
DWARF: handle non-local references in nested functions
blob
|
commitdiff
|
diff to current
2015-08-20
Pedro Alves
remote non-stop: Process initially stopped threads...
blob
|
commitdiff
|
diff to current
2015-08-10
Joel Brobecker
gdb/infrun.c: Various trivial ARI fixes.
blob
|
commitdiff
|
diff to current
2015-08-07
Pedro Alves
PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displace...
blob
|
commitdiff
|
diff to current
2015-08-07
Pedro Alves
Disable displaced stepping if trying it fails
blob
|
commitdiff
|
diff to current
2015-08-07
Pedro Alves
Implement all-stop on top of a target running non-stop...
blob
|
commitdiff
|
diff to current
2015-08-07
Pedro Alves
Teach non-stop to do in-line step-overs (stop all,...
blob
|
commitdiff
|
diff to current
2015-08-07
Pedro Alves
Factor out code to re-resume stepped thread
blob
|
commitdiff
|
diff to current
2015-08-07
Pedro Alves
Add comments to currently_stepping and target_resume
blob
|
commitdiff
|
diff to current
2015-08-07
Pedro Alves
Misc switch_back_to_stepped_thread cleanups
blob
|
commitdiff
|
diff to current
2015-08-07
Pedro Alves
Use keep_going in proceed and start_step_over too
blob
|
commitdiff
|
diff to current
2015-08-07
Pedro Alves
Embed the pending step-over chain in thread_info objects
blob
|
commitdiff
|
diff to current
2015-08-07
Pedro Alves
Make thread_still_needs_step_over consider stepping_ove...
blob
|
commitdiff
|
diff to current
next