aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz20-109/+207
2013-03-122013-03-12 Hui Zhu <hui@codesourcery.com>Hui Zhu2-2/+6
2013-03-122013-03-12 Yao Qi <yao@codesourcery.com>Hui Zhu2-21/+12
2013-03-12Allow 'thread' to be used as a variable name in expressions.Paul N. Hilfinger7-11/+176
2013-03-12*** empty log message ***gdbadmin1-1/+1
2013-03-11 * gdb.texinfo (General Query Packets): Don't use colon in indexEli Zaretskii2-0/+8
2013-03-11 * watchpoint.exp (test_no_hw_watchpoints): Add test usingKeith Seitz2-0/+11
2013-03-11gdb/Jan Kratochvil3-0/+13
2013-03-11 * linespec.c (find_linespec_symbols): Call find_function_symbolsDoug Evans2-58/+77
2013-03-11Avoid invalid pointer to pointer conversions.Pedro Alves3-20/+35
2013-03-112013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>Hafiz Abid Qadeer2-2/+7
2013-03-11Add tests for the new record-btrace target.Markus Metzger13-4/+730
2013-03-11Document changes to the record target resulting from the renaming intoMarkus Metzger4-34/+220
2013-03-11Add a disassembly flag to omit the pc prefix and use it in the "recordMarkus Metzger4-1/+15
2013-03-11Add a target for branch trace recording.Markus Metzger4-2/+704
2013-03-11Add command to print the function names from recorded instructions.Markus Metzger5-0/+248
2013-03-11Add a command to provide a disassembly of the execution trace log.Markus Metzger4-0/+299
2013-03-11Provide default target methods for record targets that are likely to be sharedMarkus Metzger6-59/+153
2013-03-11Rename record_ prefixes in record-full.h into record_full_.Markus Metzger10-608/+656
2013-03-11Rename record_ prefixes in record-full.c into record_full_.Markus Metzger2-754/+1064
2013-03-11Split record.h into record.h and record-full.h.Markus Metzger15-2873/+3408
2013-03-11Add a new function to target.h to add an alias command for a target and mark itMarkus Metzger3-0/+25
2013-03-11LBR, BTM, or BTS records may have incorrect branch "from" information afer anMarkus Metzger2-1/+196
2013-03-11Document the branch tracing extensions to the remote serial protocol.Markus Metzger2-0/+125
2013-03-11Add the gdb remote target operations for branch tracing.Markus Metzger13-2/+489
2013-03-11Preserve a verbose error message of xfer functions if they return -3.Markus Metzger2-4/+18
2013-03-11Define the xml document style for transferring branch trace data.Markus Metzger5-1/+124
2013-03-11Install the btrace target ops for i386-linux-nat and amd64-linux-nat.Markus Metzger5-2/+120
2013-03-11Implement branch tracing on Linux based on perf_event such that it can be sharedMarkus Metzger6-2/+528
2013-03-11Fix ChangeLog date.Markus Metzger1-1/+1
2013-03-11Add branch trace information to struct thread_info.Markus Metzger9-3/+801
2013-03-11*** empty log message ***gdbadmin1-1/+1
2013-03-10gdb/Jan Kratochvil2-23/+21
2013-03-10gdb/Jan Kratochvil6-1/+792
2013-03-10gdb/Jan Kratochvil9-4/+768
2013-03-10*** empty log message ***gdbadmin1-1/+1
2013-03-092013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>Hafiz Abid Qadeer4-5/+5
2013-03-09Fix last commit.Eli Zaretskii2-3/+8
2013-03-092012-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>Hafiz Abid Qadeer2-0/+6
2013-03-09*** empty log message ***gdbadmin1-1/+1
2013-03-08gdb/Yao Qi2-3/+7
2013-03-08find command, fix -Wpoint-signPedro Alves2-5/+11
2013-03-082012-03-08 Stan Shebs <stan@codesourcery.com>Hafiz Abid Qadeer14-6/+360
2013-03-08 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correctTom Tromey2-1/+6
2013-03-08*** empty log message ***gdbadmin1-1/+1
2013-03-07target.c: fix -Wpointer-signPedro Alves2-6/+13
2013-03-07corefile.c: fix -Wpointer-signPedro Alves2-1/+6
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz21-131/+134
2013-03-07Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves6-9/+21
2013-03-07charset.c: fix -Wpointer-signPedro Alves2-3/+10