Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: gdb/testsuite/gdb.base/Makefile

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/testsuite/gdb.asm/sh.inc ('k') | gdb/testsuite/gdb.base/Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 srcdir = .
3
4 EXECUTABLES = a2-run advance all-types annota1 annota1-watch_thread_num \
5 annota3 anon args arrayidx async attach attach-pie-misread \
6 attach2 auxv bang\! bfp-test bigcore bitfields bitfields2 \
7 break break-always break-entry break-interp-test breako2 \
8 breakpoint-shadow break-on-linker-gcd-function \
9 call-ar-st call-rt-st call-sc-t* call-signals \
10 call-strs callexit callfuncs callfwmall charset checkpoint \
11 chng-syms code_elim1 code_elim2 commands compiler complex \
12 condbreak consecutive constvars coremaker cursal cvexpr \
13 dbx-test del disasm-end-cu display dump dup-sect dup-sect.debug \
14 dup-sect.stripped ending-run execd-prog expand-psymtabs exprs \
15 fileio find finish fixsection float foll-exec foll-fork foll-vfork \
16 frame-args freebpcmd fullname funcargs gcore \
17 gcore-buffer-overflow-012* \
18 gdb1090 gdb11530 gdb11531 gdb1250 gdb1555-main gdb1821 gdbvars \
19 hashline1 hashline2 hashline3 hbreak hook-stop-continue \
20 hook-stop-frame huge included infnan info-target int-type \
21 interrupt jit-main jump label langs lineinc list longjmp long_long \
22 macscp mips_pro miscexprs moribund-step multi-forks nodebug \
23 nofield nostdlib opaque overlays pc-fp pending permission \
24 pie-execl1 pie-execl2 pointers pointers2 pr11022 prelinkt \
25 prelinkt.debug prelinkt.stripped printcmds prologue psymtab \
26 ptr-typedef ptype randomize recurse relational relativedebug \
27 reread reread1 restore return return-nodebug-* return2 run \
28 savedregs scope section_command sep sepdebug sepdebug.stripped \
29 sepdebug2 sepdebug2.debug sepdebug2.stripped sepsymtab \
30 sepsymtab.debug sepsymtab.stripped setshow setvar shmain shreloc \
31 sigall sigaltstack sigbpt sigchld siginfo siginfo-addr \
32 siginfo-infcall siginfo-obj signals signull sigrepeat sigstep \
33 sizeof skip skip-solib solib solib-corrupted solib-display-main
34 solib-nodir solib-overlap-main-0x40000000 solib-symbol-main solib-weak \
35 solib-weak-lib2 solib_sl so-impl-ld so-indr-cl \
36 stack-checking start step-break step-bt step-line step-resume-infcall \
37 step-test store structs-t* structs2 structs3 \
38 symbol-without-target_section term tui-layout twice-tmp \
39 type-opaque-main ui-redirect unload until unwindonsignal \
40 valgrind-db-attach value-double-free varargs vforked-prog \
41 volatile watch-cond watch-cond-infcall watch-non-mem watch-read \
42 watch-vfork watch_thread_num watchpoint watchpoint-cond-gone \
43 watchpoint-hw watchpoint-hw-hit-once watchpoint-solib watchpoints \
44 wchar whatis whatis-exp catch-syscall \
45 pr10179 gnu_vector
46
47 MISCELLANEOUS = coremmap.data ../foobar.baz fixsectshr.sl \
48 pendshr.sl shreloc1.sl shreloc2.sl twice-tmp.c \
49 shr1.sl shr2.sl solib_sl.sl solib1.sl solib2.sl \
50 unloadshr.sl unloadshr2.sl watchpoint-solib-shr.sl \
51 weaklib1.sl weaklib2.sl hashline1.c hashline2.c hashline3.c \
52 auxv.gcore bigcore.corefile *.core *.debug *.stripped \
53 gcore-buffer-overflow.test gcore.test shreloc.txt tmp-fullname.c
54
55 all info install-info dvi install uninstall installcheck check:
56 @echo "Nothing to be done for $@..."
57
58 clean mostlyclean:
59 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
60 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
61 -rm -f $(MISCELLANEOUS)
62
63 distclean maintainer-clean realclean: clean
64 -rm -f *~ core
65 -rm -f Makefile config.status config.log
66 -rm -f *-init.exp gdb.log gdb.sum
67 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.asm/sh.inc ('k') | gdb/testsuite/gdb.base/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698