aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2010-11-02*** empty log message ***gdbadmin1-1/+1
2010-11-012010-10-31 Hui Zhu <teawater@gmail.com>Hui Zhu2-5/+9
2010-11-01*** empty log message ***gdbadmin1-1/+1
2010-10-31*** empty log message ***gdbadmin1-1/+1
2010-10-30 * gdb.texinfo (Python): Fix long line.Doug Evans2-1/+6
2010-10-30*** empty log message ***gdbadmin1-1/+1
2010-10-29*** empty log message ***gdbadmin1-1/+1
2010-10-282010-10-28 Hui Zhu <teawater@gmail.com>Hui Zhu2-1/+6
2010-10-28*** empty log message ***gdbadmin1-1/+1
2010-10-27*** empty log message ***gdbadmin1-1/+1
2010-10-26fix typo in _FILE_OFFSET_BITS commentJoel Brobecker2-1/+5
2010-10-26Fix build failures with python support on sparc-solarisJoel Brobecker2-3/+13
2010-10-26replace strcmp by FILENAME_CMP for filename comparisonJoel Brobecker2-1/+6
2010-10-26avoid assignment inside if condition (dictionary.c)Joel Brobecker2-2/+7
2010-10-26*** empty log message ***gdbadmin1-1/+1
2010-10-25*** empty log message ***gdbadmin1-1/+1
2010-10-24*** empty log message ***gdbadmin1-1/+1
2010-10-23*** empty log message ***gdbadmin1-1/+1
2010-10-22*** empty log message ***gdbadmin1-1/+1
2010-10-21 * Makefile.in (install): Remove dependency of install-only andJie Zhang5-3/+83
2010-10-21*** empty log message ***gdbadmin1-1/+1
2010-10-202010-10-20 Michael Snyder <msnyder@vmware.com>Michael Snyder2-0/+8
2010-10-20 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.Doug Evans2-216/+247
2010-10-20cvs add smartp.cc smartp.expSami Wagiaalla2-0/+240
2010-10-202010-10-20 Hui Zhu <teawater@gmail.com>Hui Zhu2-2/+42
2010-10-20 * remote.c (remote_get_threadlist): If we got emptyVladimir Prus2-1/+7
2010-10-20*** empty log message ***gdbadmin1-1/+1
2010-10-19 * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encodingUlrich Weigand2-0/+18
2010-10-19 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.Ulrich Weigand2-7/+13
2010-10-19 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits moreUlrich Weigand2-5/+11
2010-10-19Support overloading of 'operator->'.Sami Wagiaalla5-4/+74
2010-10-19 * python/py-cmd.c (cmdpy_function): Unreference exception state.Tom Tromey2-1/+10
2010-10-19Support pointer to bool conversion.Sami Wagiaalla7-9/+26
2010-10-19 * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): VerifyDoug Evans2-0/+12
2010-10-19*** empty log message ***gdbadmin1-1/+1
2010-10-18gdbTom Tromey6-4/+31
2010-10-18*** empty log message ***gdbadmin1-1/+1
2010-10-17gdb/testsuite/Jan Kratochvil3-3/+15
2010-10-17gdb/Jan Kratochvil5-5/+31
2010-10-17gdb/Jan Kratochvil8-7/+175
2010-10-17gdb/Jan Kratochvil11-15/+199
2010-10-17gdb/Jan Kratochvil2-1/+7
2010-10-17*** empty log message ***gdbadmin1-1/+1
2010-10-16*** empty log message ***gdbadmin1-1/+1
2010-10-15 * p-typeprint.c (pascal_type_print_method_args): Fix problem inPierre Muller2-4/+10
2010-10-15 PR python/11948:Tom Tromey14-165/+135
2010-10-15gdb/Jan Kratochvil6-28/+159
2010-10-15 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.Pierre Muller2-10/+14
2010-10-15*** empty log message ***gdbadmin1-1/+1
2010-10-14Fixed void* vs int* overload issue (PR C++/10343).Sami Wagiaalla9-28/+207