Age | Commit message (Expand) | Author | Files | Lines |
2016-04-12 | Don't call clear_quit_flag in captured_main | Pedro Alves | 2 | -1/+4 |
2016-04-12 | Don't call clear_quit_flag in prepare_to_throw_exception | Pedro Alves | 2 | -1/+5 |
2016-04-12 | Don't call clear_quit_flag in command_handler | Pedro Alves | 2 | -1/+4 |
2016-04-12 | Don't call clear_quit_flag after check_quit_flag | Pedro Alves | 3 | -8/+7 |
2016-04-12 | Make Python use a struct serial event | Pedro Alves | 2 | -19/+25 |
2016-04-12 | Introduce interruptible_select | Pedro Alves | 8 | -10/+140 |
2016-04-12 | Fix signal handler/event-loop races | Pedro Alves | 4 | -1/+48 |
2016-04-12 | Introduce a serial interface for select'able events | Pedro Alves | 6 | -25/+334 |
2016-04-12 | Remove unused struct serial::name field | Pedro Alves | 3 | -6/+6 |
2016-04-12 | Stop remote-fileio.c from throwing from SIGINT handler | Pedro Alves | 2 | -32/+21 |
2016-04-12 | Don't set immediate_quit in prompt_for_continue | Pedro Alves | 3 | -4/+14 |
2016-04-12 | TUI: check whether in secondary prompt instead of immediate_quit | Pedro Alves | 3 | -2/+12 |
2016-04-12 | Inline command_loop in read_command_line | Pedro Alves | 2 | -20/+20 |
2016-04-12 | Don't rely on immediate_quit in command_line_input | Pedro Alves | 2 | -8/+31 |
2016-04-09 | gdb.python/py-mi-events-gdb.py: Add parentheses to print | Simon Marchi | 2 | -2/+8 |
2016-04-08 | Make gdb.server/solib-list.exp work for remote targets | Simon Marchi | 2 | -13/+19 |
2016-04-08 | Fix gdb.server/solib-list.exp regression | Pedro Alves | 3 | -3/+17 |
2016-04-08 | value: Make accessor methods' parameters const-correct | Martin Galvan | 3 | -30/+61 |
2016-04-08 | testsuite: Fix for gcc-4.8: gdb.base/jit.exp gdb.base/jit-so.exp | Jan Kratochvil | 2 | -76/+81 |
2016-04-07 | testsuite: Fix false FAILs with .bashrc GDBHISTFILE=... | Jan Kratochvil | 3 | -6/+20 |
2016-04-07 | Fix gdb.compile/compile.exp shlib regression | Pedro Alves | 2 | -3/+12 |
2016-04-07 | Fix gdb.reverse/finish-reverse-bkpt.exp | Yao Qi | 2 | -2/+12 |
2016-04-07 | Fix gdb.reverse/next-reverse-bkpt-over-sr.exp | Yao Qi | 2 | -1/+7 |
2016-04-07 | Make breakpoint handling in record-full idempotent | Yao Qi | 2 | -0/+23 |
2016-04-07 | Set bp_tgt->reqstd_address and bp_tgt->placed_size in record_full_insert_brea... | Yao Qi | 2 | -0/+15 |
2016-04-06 | Eliminate -var-create error for optzd ptr to struct | Don Breazeal | 2 | -2/+20 |
2016-04-06 | Optimized-out pointer: New test for error handling | Don Breazeal | 3 | -0/+296 |
2016-04-06 | Fix gdb.threads/dlopen-libpthread.exp crash | Simon Marchi | 2 | -2/+6 |
2016-04-06 | Revert the previous commit adding unknown_v_replies_ok. | Jan Kratochvil | 2 | -31/+4 |
2016-04-06 | Workaround gdbserver<7.7 for setfs | Jan Kratochvil | 2 | -0/+37 |
2016-04-06 | Revert check-in by a mistake in the previous commit. | Jan Kratochvil | 2 | -27/+4 |
2016-04-06 | Print the "file" command suggestion in exec_file_locate_attach | Jan Kratochvil | 4 | -3/+43 |
2016-04-06 | testsuite: Update py-mi-objfile to expect console format print | Catalin Udma | 3 | -4/+10 |
2016-04-05 | Fix IPA detection in ftrace-insn-reloc.exp | Simon Marchi | 2 | -1/+6 |
2016-04-05 | Make ftrace tests work with remote targets | Simon Marchi | 7 | -31/+51 |
2016-04-05 | Improve gdb_remote_download, remove gdb_download | Simon Marchi | 6 | -38/+51 |
2016-04-05 | IPA: Move getauxval out of #ifndef IN_PROCESS_AGENT | Marcin Kościelnicki | 2 | -28/+32 |
2016-04-04 | Obvious function doc and formatting | Simon Marchi | 2 | -2/+7 |
2016-04-04 | Fix gdb.mi/mi-breakpoint-changed.exp for remote targets | Simon Marchi | 2 | -2/+15 |
2016-04-03 | IPA: Fix build problem on !HAVE_GETAUXVAL | Marcin Kościelnicki | 4 | -0/+9 |
2016-04-01 | gdb: allow enumeration constants as second operand of BINOP_REPEAT | Artemiy Volkov | 4 | -1/+18 |
2016-03-31 | gdbserver: Fix C++ build errors in tracepoint.c | Marcin Kościelnicki | 2 | -5/+14 |
2016-03-31 | Add regression test for PR gdb/19858 (JIT code registration on attach) | Pedro Alves | 3 | -10/+97 |
2016-03-31 | Make gdb.base/jit.exp binaries unique | Pedro Alves | 2 | -9/+17 |
2016-03-31 | Fix PR gdb/19858: GDB doesn't register the JIT libraries on attach | Yichao Yu | 2 | -2/+20 |
2016-03-31 | gdb/NEWS: Add mention of powerpc*-linux tracepoints. | Marcin Kościelnicki | 2 | -0/+9 |
2016-03-31 | gdbserver: Add emit_ops for powerpc. | Marcin Kościelnicki | 2 | -1/+1683 |
2016-03-31 | gdbserver: Add powerpc fast tracepoint support. | Marcin Kościelnicki | 6 | -68/+1284 |
2016-03-31 | IPA: Add alloc_jump_pad_buffer target hook. | Marcin Kościelnicki | 7 | -19/+194 |
2016-03-31 | python: Use console format for output of gdb.execute command | Catalin Udma | 8 | -0/+214 |