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/freel...
Modified: branches/cmake-bringup/boot/freeldr/freeldr/windows/winldr.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/boot/freeldr/freel...
Modified: branches/cmake-bringup/include/reactos/rossym.h URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/include/reactos/ro...
Modified: branches/cmake-bringup/lib/rossym/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/CMakeLi...
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.h...
Added: branches/cmake-bringup/lib/rossym/dwarf386.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarf38...
Added: branches/cmake-bringup/lib/rossym/dwarfabbrev.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfab...
Added: branches/cmake-bringup/lib/rossym/dwarfaranges.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfar...
Added: branches/cmake-bringup/lib/rossym/dwarfcfa.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfcf...
Added: branches/cmake-bringup/lib/rossym/dwarfdump.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfdu...
Added: branches/cmake-bringup/lib/rossym/dwarfeval.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfev...
Added: branches/cmake-bringup/lib/rossym/dwarfget.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfge...
Added: branches/cmake-bringup/lib/rossym/dwarfinfo.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfin...
Added: branches/cmake-bringup/lib/rossym/dwarfopen.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfop...
Added: branches/cmake-bringup/lib/rossym/dwarfpc.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfpc...
Added: branches/cmake-bringup/lib/rossym/dwarfpubnames.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/dwarfpu...
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/fromfil...
Modified: branches/cmake-bringup/lib/rossym/frommem.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/frommem...
Modified: branches/cmake-bringup/lib/rossym/fromraw.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/fromraw...
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?re...
Added: branches/cmake-bringup/lib/rossym/pe.h URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/pe.h?re...
Modified: branches/cmake-bringup/lib/rossym/rossympriv.h URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/rossym/rossymp...
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....