Age | Commit message (Expand) | Author | Files | Lines |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -4/+5 |
2016-05-24 | Linux native thread create/exit events support | Pedro Alves | 1 | -6/+8 |
2016-05-23 | Remove unused libthread_db td_thr_validate reference | Gary Benson | 1 | -2/+0 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -5/+0 |
2016-03-17 | Suggest running gdbserver for a PID in container | Jan Kratochvil | 1 | -1/+2 |
2016-03-15 | Fix PR gdb/19676: Internal error in linux-thread.db.c if /proc not mounted | Pedro Alves | 1 | -6/+10 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-17 | Fix PR threads/19354: "info threads" error with multiple inferiors | Pedro Alves | 1 | -34/+19 |
2015-12-17 | Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTL | Pedro Alves | 1 | -9/+9 |
2015-12-10 | Fix regression revealed by corethreads.exp | Antoine Tremblay | 1 | -1/+1 |
2015-12-10 | Remove support for thread events without PTRACE_EVENT_CLONE in GDB | Antoine Tremblay | 1 | -428/+9 |
2015-11-19 | [C++] linux-thread-db.c: dladdr cast | Pedro Alves | 1 | -1/+1 |
2015-10-26 | Add some casts for building on musl. | Doug Evans | 1 | -2/+3 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -5/+8 |
2015-09-18 | linux-thread-db.c (record_thread): Return the created thread. | Doug Evans | 1 | -14/+12 |
2015-08-27 | Fix assertion failure in linux-thread-db | Ulrich Weigand | 1 | -4/+7 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -5/+3 |
2015-08-04 | C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.c | Pedro Alves | 1 | -56/+44 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-06-10 | Remove linux_proc_pid_get_ns | Gary Benson | 1 | -10/+2 |
2015-05-07 | Remove unused td_ta_map_id2thr code | Gary Benson | 1 | -6/+0 |
2015-05-07 | Remove unused td_thr_validate code | Gary Benson | 1 | -5/+0 |
2015-04-01 | Crash on thread id wrap around | Pedro Alves | 1 | -2/+4 |
2015-03-07 | more making TRY/CATCH callers look more like real C++ try/catch blocks | Pedro Alves | 1 | -4/+6 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -8/+11 |
2015-03-04 | garbage collect target_decr_pc_after_break | Pedro Alves | 1 | -1/+1 |
2015-03-04 | Linux native: Use TRAP_BRKPT/TRAP_HWBPT | Pedro Alves | 1 | -2/+4 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -26/+26 |
2015-02-20 | GNU/Linux: Stop using libthread_db/td_ta_thr_iter | Pedro Alves | 1 | -144/+111 |
2015-02-20 | PR18006: internal error if threaded program calls clone(CLONE_VM) | Pedro Alves | 1 | -0/+8 |
2015-02-06 | libthread_db: attaching to terminated/joined threads, debug output | Pedro Alves | 1 | -0/+4 |
2015-01-09 | Linux: Skip thread_db thread event reporting if PTRACE_EVENT_CLONE is supported | Pedro Alves | 1 | -6/+33 |
2015-01-09 | libthread_db: Skip attaching to terminated and joined threads | Pedro Alves | 1 | -0/+11 |
2015-01-09 | libthread_db: debug output should go to gdb_stdlog | Pedro Alves | 1 | -15/+25 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-11 | Warn users about mismatched PID namespaces | Daniel Colascione | 1 | -0/+29 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -2/+4 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-07-18 | clean up some target delegation cases | Tom Tromey | 1 | -4/+1 |
2014-07-07 | convert to_get_thread_local_address to use target delegation | Tom Tromey | 1 | -5/+1 |
2014-06-20 | Move shared native target specific code to gdb/nat | Gary Benson | 1 | -3/+3 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-21 | Fix TLS access for -static -pthread | Jan Kratochvil | 1 | -14/+36 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -3/+3 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_get_ada_task_ptid | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_extra_thread_info | Tom Tromey | 1 | -1/+2 |