2021-01-01 |
Joel Brobecker | Update copyright year range in all GDB files |
blob | commitdiff | raw |
2020-12-11 |
Tom Tromey | Use thread_info_ref in enable_thread_stack_temporaries |
blob | commitdiff | raw | diff to current |
2020-12-04 |
Simon Marchi | gdb: move displaced stepping logic to gdbarch, allow... |
blob | commitdiff | raw | diff to current |
2020-12-04 |
Simon Marchi | gdb: rename things related to step over chains |
blob | commitdiff | raw | diff to current |
2020-11-02 |
Simon Marchi | gdb, gdbserver, gdbsupport: fix leading space vs tabs... |
blob | commitdiff | raw | diff to current |
2020-10-30 |
Pedro Alves | Make scoped_restore_current_thread's cdtors exception... |
blob | commitdiff | raw | diff to current |
2020-07-10 |
Pedro Alves | Fix crash if connection drops in scoped_restore_current... |
blob | commitdiff | raw | diff to current |
2020-06-18 |
Pedro Alves | Decouple inferior_ptid/inferior_thread(); dup ptids... |
blob | commitdiff | raw | diff to current |
2020-06-17 |
Pedro Alves | Update thread_control_state::trap_expected comments |
blob | commitdiff | raw | diff to current |
2020-02-04 |
Simon Marchi | Change ints to bools around thread_info executing/resumed |
blob | commitdiff | raw | diff to current |
2020-01-10 |
Pedro Alves | Multi-target support |
blob | commitdiff | raw | diff to current |
2020-01-10 |
Pedro Alves | Preserve selected thread in all-stop w/ background... |
blob | commitdiff | raw | diff to current |
2020-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | raw | diff to current |
2019-10-15 |
Andrew Burgess | gdb: Remove vec.{c,h} and update code to not include... |
blob | commitdiff | raw | diff to current |
2019-09-18 |
Christian Biesinger | Change boolean options to bool instead of int |
blob | commitdiff | raw | diff to current |
2019-07-09 |
Tom Tromey | Rename common to gdbsupport |
blob | commitdiff | raw | diff to current |
2019-05-10 |
Tom Tromey | Two minor constifications |
blob | commitdiff | raw | diff to current |
2019-04-09 |
Kevin Buettner | Support buffer objects as handles in Inferior.thread_fr... |
blob | commitdiff | raw | diff to current |
2019-03-06 |
Tom Tromey | Update two cleanup comments |
blob | commitdiff | raw | diff to current |
2019-01-25 |
Tom Tromey | Normalize includes to use common/ |
blob | commitdiff | raw | diff to current |
2019-01-23 |
Pedro Alves | Use forward_scope_exit for scoped_finish_thread_state |
blob | commitdiff | raw | diff to current |
2019-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | raw | diff to current |
2018-11-23 |
Pedro Alves | Remove declarations of is_running/is_stopped/is_exited |
blob | commitdiff | raw | diff to current |
2018-11-22 |
Pedro Alves | Per-inferior thread list, thread ranges/iterators,... |
blob | commitdiff | raw | diff to current |
2018-09-17 |
Tom Tromey | Use new and delete for struct infcall_control_state |
blob | commitdiff | raw | diff to current |
2018-09-17 |
Tom Tromey | Use new and delete for struct infcall_suspend_state |
blob | commitdiff | raw | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_equal |
blob | commitdiff | raw | diff to current |
2018-06-28 |
Pedro Alves | gdb: Eliminate the 'stop_pc' global |
blob | commitdiff | raw | diff to current |
2018-06-25 |
Pedro Alves | gdb: For macOS, s/thread_info/struct thread_info/ |
blob | commitdiff | raw | diff to current |
2018-06-21 |
Pedro Alves | Use thread_info and inferior pointers more throughout |
blob | commitdiff | raw | diff to current |
2018-04-10 |
Pedro Alves | Replace finish_thread_state_cleanup with a RAII class |
blob | commitdiff | raw | diff to current |
2018-03-09 |
Tom Tromey | Change enable_thread_stack_temporaries to an RAII class |
blob | commitdiff | raw | diff to current |
2018-01-02 |
Joel Brobecker | Update copyright year range in all GDB files |
blob | commitdiff | raw | diff to current |
2017-11-24 |
Simon Marchi | Create private_thread_info hierarchy |
blob | commitdiff | raw | diff to current |
2017-10-26 |
Yao Qi | const-fy function parameter struct address_space *aspace |
blob | commitdiff | raw | diff to current |
2017-10-11 |
Tom Tromey | Constify add_prefix_cmd |
blob | commitdiff | raw | diff to current |
2017-10-10 |
Pedro Alves | Eliminate catch_exceptions/catch_exceptions_with_msg |
blob | commitdiff | raw | diff to current |
2017-09-21 |
Kevin Buettner | Add target method for converting thread handle to threa... |
blob | commitdiff | raw | diff to current |
2017-09-19 |
Yao Qi | Use DISABLE_COPY_AND_ASSIGN |
blob | commitdiff | raw | diff to current |
2017-06-07 |
Sergio Durigan Junior | Share parts of gdb/gdbthread.h with gdbserver |
blob | commitdiff | raw | diff to current |
2017-05-04 |
Pedro Alves | RAII-fy make_cleanup_restore_current_thread & friends |
blob | commitdiff | raw | diff to current |
2017-04-19 |
Pedro Alves | gdbthread.h: Fix comment typo |
blob | commitdiff | raw | diff to current |
2017-04-19 |
Pedro Alves | Fix removing inferiors from within "thread apply" commands |
blob | commitdiff | raw | diff to current |
2017-04-10 |
Yao Qi | Don't delete thread_info if refcount isn't zero |
blob | commitdiff | raw | diff to current |
2017-03-29 |
Yao Qi | Add constructor and destructor to thread_info |
blob | commitdiff | raw | diff to current |
2017-02-01 |
Markus Metzger | thread: add can_access_registers_ptid |
blob | commitdiff | raw | diff to current |
2017-01-01 |
Joel Brobecker | update copyright year range in GDB files |
blob | commitdiff | raw | diff to current |
2016-10-03 |
Antoine Tremblay | Emit inferior, thread and frame selection events to... |
blob | commitdiff | raw | diff to current |
2016-06-21 |
Pedro Alves | Push thread->control.command_interp to the struct threa... |
blob | commitdiff | raw | diff to current |
2016-01-18 |
Pedro Alves | Fix PR threads/19422 - show which thread caused stop |
blob | commitdiff | raw | diff to current |
2016-01-13 |
Pedro Alves | Add $_gthread convenience variable |
blob | commitdiff | raw | diff to current |
2016-01-13 |
Pedro Alves | Implement "info threads -gid" |
blob | commitdiff | raw | diff to current |
2016-01-13 |
Pedro Alves | Per-inferior/Inferior-qualified thread IDs |
blob | commitdiff | raw | diff to current |
2016-01-13 |
Pedro Alves | Centralize thread ID printing |
blob | commitdiff | raw | diff to current |
2016-01-13 |
Pedro Alves | Fix PR19388: Can't access $_siginfo in breakpoint ... |
blob | commitdiff | raw | diff to current |
2016-01-01 |
Joel Brobecker | GDB copyright headers update after running GDB's copyri... |
blob | commitdiff | raw | diff to current |
2015-11-30 |
Pedro Alves | Remote all-stop-on-top-of-non-stop |
blob | commitdiff | raw | diff to current |
2015-09-09 |
Pedro Alves | Garbage collect thread continuations |
blob | commitdiff | raw | diff to current |
2015-09-09 |
Pedro Alves | Replace "struct continuation" mechanism by something... |
blob | commitdiff | raw | diff to current |
2015-08-07 |
Pedro Alves | Teach non-stop to do in-line step-overs (stop all,... |
blob | commitdiff | raw | diff to current |
2015-08-07 |
Pedro Alves | Use keep_going in proceed and start_step_over too |
blob | commitdiff | raw | diff to current |
2015-08-07 |
Pedro Alves | Embed the pending step-over chain in thread_info objects |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Doug Evans | inferior.h (struct inferior_suspend_state): Delete... |
blob | commitdiff | raw | diff to current |
2015-05-13 |
Jan Kratochvil | Remove stop_registers |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Pedro Alves | update thread list, delete exited threads |
blob | commitdiff | raw | diff to current |
2015-03-24 |
Pedro Alves | Make "set scheduler-locking step" depend on user intent... |
blob | commitdiff | raw | diff to current |
2015-03-24 |
Pedro Alves | Make step_start_function be per thread |
blob | commitdiff | raw | diff to current |
2015-02-27 |
Pedro Alves | C++ keyword cleanliness, mostly auto-generated |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Jan Kratochvil | Print current thread after loading a core file |
blob | commitdiff | raw | diff to current |
2015-01-01 |
Joel Brobecker | Update year range in copyright notice of all files... |
blob | commitdiff | raw | diff to current |
2014-11-29 |
Siva Chandra | Enable chained function calls in C++ expressions. |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Pedro Alves | PR gdb/12623: non-stop crashes inferior, PC adjustment... |
blob | commitdiff | raw | diff to current |
2014-10-19 |
Doug Evans | Fix some comments to say minus_one_ptid instead of... |
blob | commitdiff | raw | diff to current |
2014-10-15 |
Pedro Alves | remote: get rid of all the T packets when syncing the... |
blob | commitdiff | raw | diff to current |
2014-10-15 |
Pedro Alves | Push pruning old threads down to the target |
blob | commitdiff | raw | diff to current |
2014-10-15 |
Pedro Alves | Make single-step breakpoints be per-thread |
blob | commitdiff | raw | diff to current |
2014-10-15 |
Pedro Alves | Rewrite non-continuable watchpoints handling |
blob | commitdiff | raw | diff to current |
2014-10-02 |
Pedro Alves | Fix non-stop regressions caused by "breakpoints always... |
blob | commitdiff | raw | diff to current |
2014-10-02 |
Pedro Alves | Reduce Hg packet (select remote general thread) bouncing |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Pedro Alves | Always pass signals to the right thread |
blob | commitdiff | raw | diff to current |
2014-07-10 |
Doug Evans | Revert gdbthread.h (any_running): Declare. |
blob | commitdiff | raw | diff to current |
2014-07-10 |
Doug Evans | * gdbthread.h (any_running): Declare. |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Yao Qi | Remove any_running |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Yao Qi | Use enum thread_state |
blob | commitdiff | raw | diff to current |
2014-06-19 |
Pedro Alves | Fix next over threaded execl with "set scheduler-lockin... |
blob | commitdiff | raw | diff to current |
2014-05-21 |
Pedro Alves | PR gdb/13860: don't lose '-interpreter-exec console... |
blob | commitdiff | raw | diff to current |
2014-01-01 |
Joel Brobecker | Update Copyright year range in all files maintained... |
blob | commitdiff | raw | diff to current |
2013-09-30 |
Luis Machado | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. |
blob | commitdiff | raw | diff to current |
2013-05-23 |
Pedro Alves | range stepping: gdb |
blob | commitdiff | raw | diff to current |
2013-05-23 |
Pedro Alves | Factor out in-stepping-range checks. |
blob | commitdiff | raw | diff to current |
2013-03-11 |
Markus Metzger | Add branch trace information to struct thread_info. |
blob | commitdiff | raw | diff to current |
2013-01-01 |
Joel Brobecker | Update years in copyright notice for the GDB files. |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Pedro Alves | gdb/ |
blob | commitdiff | raw | diff to current |
2012-06-18 |
Jan Kratochvil | gdb/ |
blob | commitdiff | raw | diff to current |
2012-05-24 |
Pedro Alves | gdb/ |
blob | commitdiff | raw | diff to current |
2012-01-04 |
Joel Brobecker | Copyright year update in most files of the GDB Project. |
blob | commitdiff | raw | diff to current |
2011-09-13 |
Pedro Alves | 2011-09-13 Pedro Alves <[email protected]> |
blob | commitdiff | raw | diff to current |
2011-09-07 |
Yao Qi | gdb/ |
blob | commitdiff | raw | diff to current |
2011-09-07 |
Yao Qi | gdb/ |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Marc Khouzam | 2011-04-19 Marc Khouzam <[email protected]> |
blob | commitdiff | raw | diff to current |
next |