summaryrefslogtreecommitdiff
path: root/scripts/build/debug
AgeCommit message (Expand)AuthorFilesLines
2022-02-11Retire obsoleted milestonesAlexey Neyman1-26/+6
2021-09-21gdb: Remove old milestonesChris Packham1-21/+17
2021-09-19Merge branch 'gdb-enable-tui' of https://github.com/foss-for-synopsys-dwc-arc...Chris Packham1-4/+2
2021-09-19gdb: Realy decouple building of native/target GDB & gdbserverAlexey Brodkin1-0/+8
2021-09-16gdb: Enable TUI for full target/native GDBAlexey Brodkin1-4/+2
2021-08-24gdb: Add gdb-10.2Alexey Brodkin1-30/+91
2021-07-18Disable source-highlighting for static buildQBos071-0/+6
2021-04-15gdb: Don't mess with gdbserver config permissionsAlexey Brodkin1-5/+0
2021-03-29build: debug: strace: Add -D__USE_MISC to target CFLAGSChris Packham1-1/+1
2020-05-26Enable static libgcc when CT_GDB_NATIVE_STATIC_LIBSTDCXX is setStephanos Ioannidis1-0/+1
2020-05-26Fix CT_GDB_NATIVE_STATIC_LIBSTDCXX referenceStephanos Ioannidis1-2/+2
2019-04-05Rename JOBSFLAGS -> CT_JOBSFLAGSAlexey Neyman1-2/+2
2019-04-05An artifact of merging native/gdbserver backendsAlexey Neyman1-5/+5
2019-03-13Make the proc_service.h workaround apply to gdbserverAlexey Neyman1-6/+15
2019-03-11Allow older GDB to build against newer glibcAlexey Neyman1-1/+17
2019-03-10Move GDB build into a common backend functionAlexey Neyman1-267/+155
2019-03-02Fix build of glibc 2.29 on systems with obsolete host programsAlexey Neyman1-9/+6
2019-02-13Use CFLAGS for both CFLAGS/CXXFLAGS in GDBAlexey Neyman1-22/+6
2019-02-13decouple darwin/clang here as per #712Roy Storey1-12/+11
2018-09-27Use 'chmod a-x' instead of 'chmod -x'Alexey Neyman1-1/+1
2018-06-05Avoid adding arch/cpu/tune flags for target to GCC buildAlexey Neyman4-24/+15
2018-05-06Restore a missing GDB optionAlexey Neyman1-2/+6
2018-04-29Fix strace 4.21+ on aarch64Alexey Neyman1-1/+2
2017-12-17Fix gdb build flags formingSergey Korolev1-10/+12
2017-12-17Merge pull request #882 from ksergeyv/gdb-linkAlexey Neyman1-80/+106
2017-12-14Fix variables passing to gdb configure scriptsSergey Korolev1-80/+106
2017-12-13Do not build a native gdbserver automaticallySergey Korolev1-0/+4
2017-10-01Add -D__GLIBC__ to target CFLAGSAlexey Neyman3-17/+41
2017-09-01config: Add package versioning flexibilityNathan Chancellor1-1/+1
2017-07-10Resolve a few more TBDsAlexey Neyman1-1/+0
2017-07-08Separate the notions of package name/labelAlexey Neyman1-1/+0
2017-07-08Fix the references to old config variablesAlexey Neyman4-64/+18
2017-06-17Add option to build gdbserver for target that does not require libstdc++.soNye Liu1-0/+4
2017-06-16Honor CFLAGS_FOR_BUILDAlexey Neyman1-3/+6
2017-06-05Add GDB 8.0 ...Alexey Neyman1-2/+7
2017-04-02CC_FOR_BUILD in gdb.shAlexey Neyman1-0/+6
2017-04-02Handle Python with non-default namesAlexey Neyman1-2/+15
2017-03-21Move some scripts to a new directory, maintainerAlexey Neyman1-34/+0
2017-03-07Disable format warnings for clangAlexey Neyman1-0/+5
2017-02-27Revert "Determine whether -E/-r option selects extended regexp"Alexey Neyman3-5/+5
2017-02-14Determine whether -E/-r option selects extended regexpAlexey Neyman3-5/+5
2017-02-11Merge pull request #584 from stilor/disallow-gold-for-elf2fltAlexey Neyman1-4/+0
2017-02-10Supply --disable-build-with-cxx instead of requiring C++Alexey Neyman1-0/+6
2017-02-10Remove wrapping if in 300-gdb.shAlexey Neyman1-4/+0
2017-01-30Use 'make install' to install DUMAAlexey Neyman1-27/+28
2017-01-26Fix handling of ltrace 0.5.3 peculiarity.Alexey Neyman1-2/+3
2017-01-25Run all configure scripts using ${CONFIG_SHELL}Alexey Neyman3-0/+6
2017-01-16Replace strace workaround with a patch.Alexey Neyman1-12/+0
2017-01-14Use ${CT_CC} instead of gcc ...Alexey Neyman2-4/+4
2017-01-14GDB 7.12 needs c++.Alexey Neyman1-9/+20