Author: akhaldi
Date: Thu Dec 2 23:20:22 2010
New Revision: 49906
URL:
http://svn.reactos.org/svn/reactos?rev=49906&view=rev
Log:
[CMAKE]
- WIP: Make rossym and its users rely on dwarf debug info. Brought to you by the Arty.
Added:
branches/cmake-bringup/lib/rossym/compat.h (with props)
branches/cmake-bringup/lib/rossym/dwarf.h (with props)
branches/cmake-bringup/lib/rossym/dwarf386.c (with props)
branches/cmake-bringup/lib/rossym/dwarfabbrev.c (with props)
branches/cmake-bringup/lib/rossym/dwarfaranges.c (with props)
branches/cmake-bringup/lib/rossym/dwarfcfa.c (with props)
branches/cmake-bringup/lib/rossym/dwarfdump.c (with props)
branches/cmake-bringup/lib/rossym/dwarfeval.c (with props)
branches/cmake-bringup/lib/rossym/dwarfget.c (with props)
branches/cmake-bringup/lib/rossym/dwarfinfo.c (with props)
branches/cmake-bringup/lib/rossym/dwarfopen.c (with props)
branches/cmake-bringup/lib/rossym/dwarfpc.c (with props)
branches/cmake-bringup/lib/rossym/dwarfpubnames.c (with props)
branches/cmake-bringup/lib/rossym/pe.c (with props)
branches/cmake-bringup/lib/rossym/pe.h (with props)
Modified:
branches/cmake-bringup/boot/freeldr/freeldr/windows/setupldr2.c
branches/cmake-bringup/boot/freeldr/freeldr/windows/winldr.c
branches/cmake-bringup/include/reactos/rossym.h
branches/cmake-bringup/lib/rossym/CMakeLists.txt
branches/cmake-bringup/lib/rossym/delete.c
branches/cmake-bringup/lib/rossym/find.c
branches/cmake-bringup/lib/rossym/fromfile.c
branches/cmake-bringup/lib/rossym/frommem.c
branches/cmake-bringup/lib/rossym/fromraw.c
branches/cmake-bringup/lib/rossym/getraw.c
branches/cmake-bringup/lib/rossym/initkm.c
branches/cmake-bringup/lib/rossym/initum.c
branches/cmake-bringup/lib/rossym/rossympriv.h
branches/cmake-bringup/lib/rossym/zwfile.c
branches/cmake-bringup/ntoskrnl/kdbg/kdb_symbols.c
branches/cmake-bringup/ntoskrnl/ntoskrnl_i386.lnk
branches/cmake-bringup/tools/rsym/rsym.c
branches/cmake-bringup/tools/rsym/rsym64.h
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/cmake-bringup/boot/freeldr/freeldr/windows/setupldr2.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/boot/freeldr/free…
Modified: branches/cmake-bringup/boot/freeldr/freeldr/windows/winldr.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/boot/freeldr/free…
Modified: branches/cmake-bringup/include/reactos/rossym.h
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/include/reactos/r…
Modified: branches/cmake-bringup/lib/rossym/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/CMakeL…
Added: branches/cmake-bringup/lib/rossym/compat.h
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/compat…
Modified: branches/cmake-bringup/lib/rossym/delete.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/delete…
Added: branches/cmake-bringup/lib/rossym/dwarf.h
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarf.…
Added: branches/cmake-bringup/lib/rossym/dwarf386.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarf3…
Added: branches/cmake-bringup/lib/rossym/dwarfabbrev.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfa…
Added: branches/cmake-bringup/lib/rossym/dwarfaranges.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfa…
Added: branches/cmake-bringup/lib/rossym/dwarfcfa.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfc…
Added: branches/cmake-bringup/lib/rossym/dwarfdump.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfd…
Added: branches/cmake-bringup/lib/rossym/dwarfeval.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfe…
Added: branches/cmake-bringup/lib/rossym/dwarfget.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfg…
Added: branches/cmake-bringup/lib/rossym/dwarfinfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfi…
Added: branches/cmake-bringup/lib/rossym/dwarfopen.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfo…
Added: branches/cmake-bringup/lib/rossym/dwarfpc.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfp…
Added: branches/cmake-bringup/lib/rossym/dwarfpubnames.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfp…
Modified: branches/cmake-bringup/lib/rossym/find.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/find.c…
Modified: branches/cmake-bringup/lib/rossym/fromfile.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/fromfi…
Modified: branches/cmake-bringup/lib/rossym/frommem.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/fromme…
Modified: branches/cmake-bringup/lib/rossym/fromraw.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/fromra…
Modified: branches/cmake-bringup/lib/rossym/getraw.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/getraw…
Modified: branches/cmake-bringup/lib/rossym/initkm.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/initkm…
Modified: branches/cmake-bringup/lib/rossym/initum.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/initum…
Added: branches/cmake-bringup/lib/rossym/pe.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/pe.c?r…
Added: branches/cmake-bringup/lib/rossym/pe.h
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/pe.h?r…
Modified: branches/cmake-bringup/lib/rossym/rossympriv.h
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/rossym…
Modified: branches/cmake-bringup/lib/rossym/zwfile.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/zwfile…
Modified: branches/cmake-bringup/ntoskrnl/kdbg/kdb_symbols.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/ntoskrnl/kdbg/kdb…
Modified: branches/cmake-bringup/ntoskrnl/ntoskrnl_i386.lnk
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/ntoskrnl/ntoskrnl…
Modified: branches/cmake-bringup/tools/rsym/rsym.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/tools/rsym/rsym.c…
Modified: branches/cmake-bringup/tools/rsym/rsym64.h
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/tools/rsym/rsym64…