Age | Commit message (Expand) | Author | Files | Lines |
2017-09-29 | Constify unpack_varlen_hex & fix fallout | Pedro Alves | 9 | -45/+57 |
2017-09-29 | gdbserver/libthread_db: Don't ignore memory reading failures | Pedro Alves | 2 | -1/+7 |
2017-09-29 | Fix gdbserver regression exposed by gdb.threads/multi-create-ns-info-thr.exp | Pedro Alves | 4 | -5/+26 |
2017-09-26 | Use "switch_to_thread" more thoroughly on gdbserver | Sergio Durigan Junior | 5 | -4/+15 |
2017-09-25 | S390: Add guarded-storage register support to gdbserver | Andreas Arnez | 4 | -2/+103 |
2017-09-22 | gdbserver x86 on win32: call init_target_desc | Simon Marchi | 2 | -2/+13 |
2017-09-21 | Add thread_handle_to_thread_info support for remote targets | Kevin Buettner | 6 | -0/+76 |
2017-09-21 | Add thread_db_notice_clone to gdbserver | Kevin Buettner | 4 | -0/+30 |
2017-09-21 | gdbserver: Remove traces of ancient Hc handling | Pedro Alves | 4 | -16/+20 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 2 | -3/+33 |
2017-09-16 | Refactor handle_qxfer_libraries and friends to use std::string | Simon Marchi | 2 | -55/+19 |
2017-09-16 | Make xml_escape_text return an std::string | Simon Marchi | 3 | -8/+10 |
2017-09-16 | Add selftests run filtering | Simon Marchi | 3 | -3/+16 |
2017-09-15 | Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h) | Sergio Durigan Junior | 4 | -45/+52 |
2017-09-15 | gdbserver: Remove thread_to_gdb_id | Simon Marchi | 6 | -40/+30 |
2017-09-15 | gdbserver: Remove gdb_id_to_thread_id | Simon Marchi | 4 | -28/+16 |
2017-09-15 | gdbserver: Move detach code to its own function | Simon Marchi | 2 | -90/+101 |
2017-09-15 | Deduplicate require_running macros and move them up | Simon Marchi | 2 | -36/+41 |
2017-09-15 | linux-low: Remove unused variables | Simon Marchi | 2 | -1/+5 |
2017-09-15 | gdbserver: Remove duplicate functions to find any thread of process | Simon Marchi | 6 | -70/+24 |
2017-09-10 | Fix build breakage on GNU/Linux AArch64, take 2 | Sergio Durigan Junior | 2 | -4/+11 |
2017-09-10 | Fix build breakage on GNU/Linux AArch64 | Sergio Durigan Junior | 3 | -3/+9 |
2017-09-05 | Convert the rest x86 target descriptions | Yao Qi | 6 | -42/+45 |
2017-09-05 | [GDBserver] Shorten srv_amd64_linux_xmlfiles | Yao Qi | 2 | -1/+6 |
2017-09-05 | [GDBserver] Use pre-generated amd64-linux tdesc as test | Yao Qi | 2 | -9/+10 |
2017-09-05 | Convert amd64-linux target descriptions | Yao Qi | 8 | -167/+268 |
2017-09-05 | [GDBserver] Shorten srv_i386_linux_xmlfiles | Yao Qi | 2 | -1/+6 |
2017-09-05 | [GDBserver] Use pre-generated tdesc as test | Yao Qi | 6 | -87/+114 |
2017-09-05 | Share i386-linux target description between GDB and GDBserver | Yao Qi | 6 | -40/+37 |
2017-09-05 | Dynamically composite xml in reply to GDB | Yao Qi | 5 | -28/+121 |
2017-09-05 | [GDBserver] unit test to i386_tdesc | Yao Qi | 3 | -1/+86 |
2017-09-05 | [GDBserver] Centralize tdesc for i386-linux | Yao Qi | 8 | -103/+366 |
2017-09-05 | Return X86_TDESC_MMX in x86_get_ipa_tdesc_idx | Yao Qi | 2 | -1/+7 |
2017-09-05 | Use VEC for target_desc.reg_defs | Yao Qi | 5 | -26/+50 |
2017-09-04 | gdbserver Makefile: don't delete intermediary files | Simon Marchi | 2 | -0/+7 |
2017-09-03 | Make target_waitstatus_to_string return an std::string | Simon Marchi | 3 | -8/+10 |
2017-08-31 | Implement the ability to set/unset environment variables to GDBserver when st... | Sergio Durigan Junior | 2 | -1/+71 |
2017-08-25 | gdbserver: Rename some functions, thread -> inferior | Simon Marchi | 7 | -22/+48 |
2017-08-24 | Remove unused function set_inferior_target_data | Simon Marchi | 3 | -7/+5 |
2017-08-18 | GDBserver self tests | Yao Qi | 6 | -2/+49 |
2017-08-09 | Clean up x86 non-linux GDBserver target descriptions | Yao Qi | 2 | -4/+18 |
2017-08-09 | Remove x32 non-linux target descriptions | Yao Qi | 2 | -2/+9 |
2017-08-04 | Unbreak GDBserver build for x32 | Yao Qi | 2 | -3/+4 |
2017-07-26 | Add enum for result of fast_tracepoint_collecting | Simon Marchi | 5 | -44/+91 |
2017-07-10 | Re-indent the code | Yao Qi | 2 | -1/+5 |
2017-06-29 | Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENT | Yao Qi | 2 | -0/+8 |
2017-06-20 | gdbserver/Makefile.in: Sort IPA_OBJS | Simon Marchi | 2 | -3/+16 |
2017-06-20 | C++ify gdb/common/environ.c | Sergio Durigan Junior | 6 | -11/+22 |
2017-06-17 | linux-low: Remove usage of "register" keyword | Simon Marchi | 2 | -8/+13 |
2017-06-17 | gdb: Add -Wno-mismatched-tags | Simon Marchi | 2 | -1/+6 |