Age | Commit message (Expand) | Author | Files | Lines |
2015-03-30 | Remove three redundant wrapper functions in remote.c | Gary Benson | 1 | -27/+6 |
2015-03-26 | Clarify comment on the purpose of the assertion loop in _initialize_remote. | Don Breazeal | 1 | -1/+2 |
2015-03-25 | Simplify target_async hook interface | Pedro Alves | 1 | -20/+8 |
2015-03-23 | GDB: Add set/show serial parity command. | Yury Grechishchev | 1 | -0/+1 |
2015-03-18 | Reimplement "vFile:fstat" without qSupported | Gary Benson | 1 | -13/+11 |
2015-03-11 | Implement remote_bfd_iovec_stat | Gary Benson | 1 | -4/+83 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -18/+22 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -18/+23 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -14/+11 |
2015-03-04 | remote+docs: software/hardware breakpoint traps | Pedro Alves | 1 | -9/+110 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -9/+9 |
2015-02-26 | Add ATTRIBUTE_PRINTF attributes, and fix fallout | Pedro Alves | 1 | -0/+3 |
2015-02-23 | remote.c: simplify parsing stop reasons in T stop replies | Pedro Alves | 1 | -85/+81 |
2015-02-09 | PR remote/17946: Fix wrong comparison of pointer against char | Sergio Durigan Junior | 1 | -1/+1 |
2015-02-09 | record-btrace: add bts buffer size configuration option | Markus Metzger | 1 | -2/+38 |
2015-02-09 | record btrace: add configuration struct | Markus Metzger | 1 | -2/+83 |
2015-02-09 | btrace: add format argument to supports_btrace | Markus Metzger | 1 | -4/+11 |
2015-02-09 | btrace: add struct btrace_data | Markus Metzger | 1 | -2/+2 |
2015-02-03 | When disabling target async, remove all target event sources from the event loop | Pedro Alves | 1 | -1/+9 |
2015-02-03 | Fix up some target is-async vs can-async confusions | Pedro Alves | 1 | -3/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-28 | Workaround remote targets that report an empty list to qfThreadInfo | Pedro Alves | 1 | -3/+32 |
2014-10-17 | Fix build without libexpat | Pedro Alves | 1 | -15/+15 |
2014-10-15 | remote: get rid of all the T packets when syncing the thread list | Pedro Alves | 1 | -4/+34 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -7/+10 |
2014-10-15 | Merge remote thread listing methods | Pedro Alves | 1 | -137/+161 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-10-03 | Avoid software breakpoint's instruction shadow inconsistency | Maciej W. Rozycki | 1 | -6/+8 |
2014-09-22 | Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto" | Pedro Alves | 1 | -3/+2 |
2014-08-09 | Fix PR remote/9053: remove dead code on query packet size | Yao Qi | 1 | -4/+0 |
2014-08-07 | Replace 0 with TARGET_XFER_EOF in to_xfer_partial | Yao Qi | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-30 | constify to_open | Tom Tromey | 1 | -8/+5 |
2014-07-25 | Always pass signals to the right thread | Pedro Alves | 1 | -2/+1 |
2014-07-24 | constify remote.c | Tom Tromey | 1 | -6/+6 |
2014-07-20 | Improve error message to cope with pr 17147. | Doug Evans | 1 | -1/+5 |
2014-07-11 | remote: call remote_check_symbols after attaching | Adrian Sendroiu | 1 | -0/+15 |
2014-07-07 | PR gdb/17096: async support breaks remote debugging on Windows | Pedro Alves | 1 | -2/+5 |
2014-06-26 | constify to_load | Tom Tromey | 1 | -1/+1 |
2014-06-19 | Fix next over threaded execl with "set scheduler-locking step". | Pedro Alves | 1 | -1/+1 |
2014-06-17 | use make_cleanup_freeargv | Tom Tromey | 1 | -1/+1 |
2014-06-16 | constify to_disconnect | Tom Tromey | 1 | -1/+1 |
2014-06-16 | constify to_rcmd | Tom Tromey | 1 | -2/+2 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -2/+2 |
2014-06-05 | PR mi/15806: Fix quoting of async events | Simon Marchi | 1 | -1/+1 |
2014-06-04 | constify to_attach | Tom Tromey | 1 | -2/+3 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-20 | Make compare-sections work against all targets; add compare-sections [-r] tests. | Pedro Alves | 1 | -19/+33 |
2014-05-01 | compare-sections: New -r option. | David Taylor | 1 | -1/+12 |