summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Rename record_ prefixes in record-full.h into record_full_.mmetzger2013-03-1110-608/+656
* Rename record_ prefixes in record-full.c into record_full_.mmetzger2013-03-112-754/+1064
* Split record.h into record.h and record-full.h.mmetzger2013-03-1115-2873/+3408
* Add a new function to target.h to add an alias command for a target and mark itmmetzger2013-03-113-0/+25
* LBR, BTM, or BTS records may have incorrect branch "from" information afer anmmetzger2013-03-112-1/+196
* Document the branch tracing extensions to the remote serial protocol.mmetzger2013-03-112-0/+125
* Add the gdb remote target operations for branch tracing.mmetzger2013-03-1113-2/+489
* Preserve a verbose error message of xfer functions if they return -3.mmetzger2013-03-112-4/+18
* Define the xml document style for transferring branch trace data.mmetzger2013-03-115-1/+124
* Install the btrace target ops for i386-linux-nat and amd64-linux-nat.mmetzger2013-03-115-2/+120
* Implement branch tracing on Linux based on perf_event such that it can be sharedmmetzger2013-03-116-2/+528
* Fix ChangeLog date.mmetzger2013-03-111-1/+1
* Add branch trace information to struct thread_info.mmetzger2013-03-119-3/+801
* *** empty log message ***gdbadmin2013-03-111-1/+1
* gdb/Jan Kratochvil2013-03-102-23/+21
* gdb/Jan Kratochvil2013-03-106-1/+792
* gdb/Jan Kratochvil2013-03-109-4/+768
* *** empty log message ***gdbadmin2013-03-101-1/+1
* 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>abidh2013-03-094-5/+5
* Fix last commit.Eli Zaretskii2013-03-092-3/+8
* 2012-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>abidh2013-03-092-0/+6
* *** empty log message ***gdbadmin2013-03-091-1/+1
* gdb/qiyao2013-03-082-3/+7
* find command, fix -Wpoint-signPedro Alves2013-03-082-5/+11
* 2012-03-08 Stan Shebs <stan@codesourcery.com>abidh2013-03-0814-6/+360
* * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correctTom Tromey2013-03-082-1/+6
* *** empty log message ***gdbadmin2013-03-081-1/+1
* target.c: fix -Wpointer-signPedro Alves2013-03-072-6/+13
* corefile.c: fix -Wpointer-signPedro Alves2013-03-072-1/+6
* * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz2013-03-0721-131/+134
* Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves2013-03-076-9/+21
* charset.c: fix -Wpointer-signPedro Alves2013-03-072-3/+10
* regcache.c: fix -Wpointer-signPedro Alves2013-03-072-2/+7
* Fix typo.Pedro Alves2013-03-071-1/+1
* breakpoint.c: fix -Wpointer-signPedro Alves2013-03-072-1/+6
* stap-probe.c: fix -Wpointer-signPedro Alves2013-03-072-1/+5
* linux-record.c:record_linux_system_call: fix -Wpointer-signPedro Alves2013-03-072-3/+10
* remote-notif.[h|c]:notif_debug: Change type to int.Pedro Alves2013-03-073-2/+7
* ser-tcp.c:tcp_retry_limit: Change type to unsigned int.Pedro Alves2013-03-072-1/+5
* hex2bin, bin2hex: move declarations to header.Pedro Alves2013-03-074-7/+10
* gdb/gdbserver/qiyao2013-03-072-8/+16
* * utils.c (initialize_utils): Improve doc strings of "set/showEli Zaretskii2013-03-072-7/+19
* PR gdb/15236: gdbserver write to linux memory with zero length corrupts stackPedro Alves2013-03-072-1/+13
* * ax-gdb.c (gen_printf): Make FORMAT const.Keith Seitz2013-03-075-4/+12
* *** empty log message ***gdbadmin2013-03-071-1/+1
* * elfread.c (elf_symfile_read): Move debugging printf to moreDoug Evans2013-03-062-3/+8
* Garbage collect py-utils.c:target_string_to_unicode.Pedro Alves2013-03-063-14/+6
* tstatus.exp: use UNSUPPORTED for optional features that are not supportedPedro Alves2013-03-062-20/+31
* * linespec.c (get_current_search_block): ARI fix, use (void)Pierre Muller2013-03-062-1/+6
* gdb/testsuite/qiyao2013-03-062-44/+7